Class 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 Detail

      • FluentFunctionsProvider

        public FluentFunctionsProvider()
    • 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