Package com.avoka.fc.core.service.fluent
Class FluentFunctionsProvider
java.lang.Object
com.avoka.fc.core.service.fluent.FluentFunctionsProvider
This class provides fluent functions which can be executed for a given trigger and submission.
- Since:
- 18.11.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<IFluentFunction>
getFluentFunctions
(String trigger, Submission submission) Return the list of Fluent Functions for the given trigger and submission record.
-
Constructor Details
-
FluentFunctionsProvider
public FluentFunctionsProvider()
-
-
Method Details
-
getFluentFunctions
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
-