Class FunctionFlowOutputParameterVisitor
- java.lang.Object
-
- com.aquima.interactions.flow.model.FunctionFlowOutputParameterVisitor
-
- All Implemented Interfaces:
IFunctionFlowOutputParameterVisitor
public class FunctionFlowOutputParameterVisitor extends Object implements IFunctionFlowOutputParameterVisitor
-
-
Constructor Summary
Constructors Constructor Description FunctionFlowOutputParameterVisitor(IExpressionParser parser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(IFunctionFlowOutputParameterDS datasource)
This method should be invoked for each function flow output parameter that needs to be added to the function flow parameters.List<IFunctionFlowOutputParameter>
getOutputParameters()
-
-
-
Constructor Detail
-
FunctionFlowOutputParameterVisitor
public FunctionFlowOutputParameterVisitor(IExpressionParser parser)
-
-
Method Detail
-
accept
public void accept(IFunctionFlowOutputParameterDS datasource) throws InitializationException
Description copied from interface:IFunctionFlowOutputParameterVisitor
This method should be invoked for each function flow output parameter that needs to be added to the function flow parameters.- Specified by:
accept
in interfaceIFunctionFlowOutputParameterVisitor
- Parameters:
datasource
- Data source providing the information of a single function flow output parameter.- Throws:
InitializationException
- This exception is thrown when the function flow output parameter could not be added due to a fatal error.
-
getOutputParameters
public List<IFunctionFlowOutputParameter> getOutputParameters()
-
-