Class FunctionCallDefinition
java.lang.Object
com.aquima.interactions.portal.model.def.FunctionCallDefinition
- All Implemented Interfaces:
IFunctionCallDefinition
- Since:
- 10.3
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionCallDefinition
(IParserFactory parserFactory, IFunctionCallDS functionCall) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the function call name.This method returns the reference to the flow which the function call executes.This method returns the input parameters of the function call.This method returns the output parameters of the function call.
-
Constructor Details
-
Method Details
-
getCallName
Description copied from interface:IFunctionCallDefinition
This method returns the function call name.- Specified by:
getCallName
in interfaceIFunctionCallDefinition
- Returns:
- The function call name, never null.
-
getFlowReference
Description copied from interface:IFunctionCallDefinition
This method returns the reference to the flow which the function call executes.- Specified by:
getFlowReference
in interfaceIFunctionCallDefinition
- Returns:
- The flow reference, never null.
-
getInputParameters
Description copied from interface:IFunctionCallDefinition
This method returns the input parameters of the function call.- Specified by:
getInputParameters
in interfaceIFunctionCallDefinition
- Returns:
- The function call input parameters, never null.
-
getOutputParameters
Description copied from interface:IFunctionCallDefinition
This method returns the output parameters of the function call.- Specified by:
getOutputParameters
in interfaceIFunctionCallDefinition
- Returns:
- The function call output parameters, never null.
-