Uses of Interface
com.aquima.interactions.flow.IFlowHandler
Packages that use IFlowHandler
Package
Description
-
Uses of IFlowHandler in com.aquima.interactions.flow
Methods in com.aquima.interactions.flow with parameters of type IFlowHandlerModifier and TypeMethodDescriptionIFlowEngine.continueFlow
(IFlowState state, ExitEvent pageEvent, IFlowHandler handler, IDebugger debugger) This method will continue the flow from the point indicated by the flow state.IFlowEngine.revertToFlow
(String name, IFlowState state, IFlowHandler handler, IDebugger debugger) Revert the flow state to the flow node specified by name and start this flow.IFlowEngine.startFlow
(String name, IFlowHandler handler, IDebugger debugger) This method starts the flow indicated by the flow name with the specified flow handler. -
Uses of IFlowHandler in com.aquima.interactions.flow.model
Fields in com.aquima.interactions.flow.model declared as IFlowHandlerMethods in com.aquima.interactions.flow.model with parameters of type IFlowHandlerModifier and TypeMethodDescriptionFlowEngine.continueFlow
(IFlowState state, ExitEvent pageEvent, IFlowHandler handler, IDebugger debugger) InternalConditionNode.evaluate
(IFlowHandler handler) This function evaluates the condition node and returns the corresponding edge which is used to choose the next node in the flow graph.protected boolean
InternalConditionEdge.evaluateCondition
(IFlowHandler handler) InternalActionNode.process
(IFlowHandler handler) Processes the current node, and executes the action by notifying the flow-handler.FlowEngine.revertToFlow
(String flowName, IFlowState state, IFlowHandler handler, IDebugger debugger) FlowEngine.startFlow
(String flowName, IFlowHandler handler, IDebugger debugger) Constructors in com.aquima.interactions.flow.model with parameters of type IFlowHandlerModifierConstructorDescriptionprotected
FreeFlowEvaluator
(FlowEngine engine, IFlowHandler handler, IFlowState fs, IFlowDebugger debugger) protected
FreeFlowEvaluator
(FlowEngine engine, IFlowHandler handler, IFlowState fs, IFlowDebugger debugger, FlowNodeCounter nodeCounter) -
Uses of IFlowHandler in com.aquima.interactions.portal.model.session
Classes in com.aquima.interactions.portal.model.session that implement IFlowHandlerModifier and TypeClassDescriptionclass
Flow handler implementation of the portal engine.