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 Constructor Description FunctionFlowInputParameterVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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>
getInputParameters()
-
-
-
Method Detail
-
accept
public void accept(IFunctionFlowInputParameterDS datasource) throws InitializationException
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
protected List<IFunctionFlowInputParameter> getInputParameters()
-
-