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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(IFunctionFlowOutputParameterDS datasource) This method should be invoked for each function flow output parameter that needs to be added to the function flow parameters.
-
Constructor Details
-
FunctionFlowOutputParameterVisitor
-
-
Method Details
-
accept
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
-