Package com.avoka.fc.core.service.fluent
Class FluentFunctionsProvider
- java.lang.Object
-
- com.avoka.fc.core.service.fluent.FluentFunctionsProvider
-
public class FluentFunctionsProvider extends Object
This class provides fluent functions which can be executed for a given trigger and submission.- Since:
- 18.11.0
-
-
Constructor Summary
Constructors Constructor Description FluentFunctionsProvider()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<IFluentFunction>
getFluentFunctions(String trigger, Submission submission)
Return the list of Fluent Functions for the given trigger and submission record.
-
-
-
Method Detail
-
getFluentFunctions
public static List<IFluentFunction> getFluentFunctions(String trigger, Submission submission)
Return the list of Fluent Functions for the given trigger and submission record.- Parameters:
trigger
- the function trigger type (required)submission
- the submission record (required)- Returns:
- the list of Fluent Functions, or an empty list if none defined
-
-