Class DefaultFunctionFlowDefinition
java.lang.Object
com.aquima.interactions.flow.model.DefaultFunctionFlowDefinition
- All Implemented Interfaces:
IFunctionFlowDefinition
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultFunctionFlowDefinition
(IFunctionFlowDefinitionDS datasource, IExpressionParser parser) -
Method Summary
Modifier and TypeMethodDescriptionReturns the documentation of the function flow.This method should return a list containing function input parameters.This method should return a list containing function output parameters.
-
Constructor Details
-
DefaultFunctionFlowDefinition
public DefaultFunctionFlowDefinition(IFunctionFlowDefinitionDS datasource, IExpressionParser parser)
-
-
Method Details
-
getDocumentation
Description copied from interface:IFunctionFlowDefinition
Returns the documentation of the function flow.- Specified by:
getDocumentation
in interfaceIFunctionFlowDefinition
- Returns:
- The documentation, may be null
-
getInputParameters
Description copied from interface:IFunctionFlowDefinition
This method should return a list containing function input parameters.- Specified by:
getInputParameters
in interfaceIFunctionFlowDefinition
- Returns:
- A list of
IFunctionFlowInputParameter
-
getOutputParameters
Description copied from interface:IFunctionFlowDefinition
This method should return a list containing function output parameters.- Specified by:
getOutputParameters
in interfaceIFunctionFlowDefinition
- Returns:
- A list of
IFunctionFlowOutputParameter
-