Class FunctionFlowInputParameterVisitor
java.lang.Object
com.aquima.interactions.flow.model.FunctionFlowInputParameterVisitor
- All Implemented Interfaces:
IFunctionFlowInputParameterVisitor
public class FunctionFlowInputParameterVisitor
extends Object
implements IFunctionFlowInputParameterVisitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(IFunctionFlowInputParameterDS datasource) This method should be invoked for each function flow input parameter that needs to be added to the function flow parameters.protected List<IFunctionFlowInputParameter>
-
Constructor Details
-
FunctionFlowInputParameterVisitor
public FunctionFlowInputParameterVisitor()
-
-
Method Details
-
accept
Description copied from interface:IFunctionFlowInputParameterVisitor
This method should be invoked for each function flow input parameter that needs to be added to the function flow parameters.- Specified by:
accept
in interfaceIFunctionFlowInputParameterVisitor
- Parameters:
datasource
- Data source providing the information of a single function flow input parameter.- Throws:
InitializationException
- This exception is thrown when the function flow input parameter could not be added due to a fatal error.
-
getInputParameters
-