Class FunctionCallInputParameterVisitor
java.lang.Object
com.aquima.interactions.portal.model.def.FunctionCallInputParameterVisitor
- All Implemented Interfaces:
IFunctionCallInputParameterVisitor
public class FunctionCallInputParameterVisitor
extends Object
implements IFunctionCallInputParameterVisitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(IFunctionCallInputParameterDS datasource) This method should invoke for each input parameter for the function call.protected FunctionCallInputParameter[]
-
Constructor Details
-
FunctionCallInputParameterVisitor
-
-
Method Details
-
accept
Description copied from interface:IFunctionCallInputParameterVisitor
This method should invoke for each input parameter for the function call.- Specified by:
accept
in interfaceIFunctionCallInputParameterVisitor
- Parameters:
datasource
- The datasource of an input parameter.- Throws:
InitializationException
- This exception is thrown when an input parameter could not be initialized.
-
getInputParameters
-