Uses of Interface
com.aquima.interactions.portal.model.IFunctionCallDefinition
Packages that use IFunctionCallDefinition
Package
Description
-
Uses of IFunctionCallDefinition in com.aquima.interactions.portal.function
Methods in com.aquima.interactions.portal.function that return IFunctionCallDefinitionModifier and TypeMethodDescriptionIFunctionCallDefinitionManager.getFunctionCallDefinition
(String functionCallName) This method can be used to retrieve a function call implementation. -
Uses of IFunctionCallDefinition in com.aquima.interactions.portal.model
Methods in com.aquima.interactions.portal.model that return IFunctionCallDefinitionModifier and TypeMethodDescriptionIModule.getFunctionCallDefinition
(String functionCallName) This method returns a (static) function call definition for a specified name.Module.getFunctionCallDefinition
(String functionCallName) -
Uses of IFunctionCallDefinition in com.aquima.interactions.portal.model.def
Classes in com.aquima.interactions.portal.model.def that implement IFunctionCallDefinitionMethods in com.aquima.interactions.portal.model.def that return types with arguments of type IFunctionCallDefinitionModifier and TypeMethodDescriptionstatic Map
<String, IFunctionCallDefinition> FunctionCallVisitor.process
(IModuleDS datasource, IParserFactory parserFactory) This method will initialize a map containing the function call definitions.Constructor parameters in com.aquima.interactions.portal.model.def with type arguments of type IFunctionCallDefinitionModifierConstructorDescriptionprotected
FunctionCallVisitor
(IParserFactory parserFactory, Map<String, IFunctionCallDefinition> result) -
Uses of IFunctionCallDefinition in com.aquima.interactions.portal.model.flow
Constructors in com.aquima.interactions.portal.model.flow with parameters of type IFunctionCallDefinitionModifierConstructorDescriptionprotected
FunctionNode
(NodeID id, IFunctionCallDefinition definition) Constructs a function node with the specified ID, name, type and parameters. -
Uses of IFunctionCallDefinition in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session that return IFunctionCallDefinitionModifier and TypeMethodDescriptionFunctionCallDefinitionManager.getFunctionCallDefinition
(String functionCallName) Constructors in com.aquima.interactions.portal.model.session with parameters of type IFunctionCallDefinitionModifierConstructorDescriptionFlowFunctionContext
(IInternalPortalContext callerContext, IFunctionCallDefinition callDefinition)