Uses of Interface
com.aquima.interactions.flow.INodeDetails
Packages that use INodeDetails
Package
Description
-
Uses of INodeDetails in com.aquima.interactions.flow
Subinterfaces of INodeDetails in com.aquima.interactions.flowModifier and TypeInterfaceDescriptioninterface
Interface for action nodes in a flow.interface
Interface for condition nodes in a flow.interface
Interface for end nodes in a flow.interface
interface
Interface for nodes representing a sub-flow call.interface
Interface for nodes representing a result in a flow.interface
Methods in com.aquima.interactions.flow that return INodeDetailsModifier and TypeMethodDescriptionIFlowPath.getCurrentNode()
This method returns the current node of the flow action, without removing it from the flow path.IFlowPath.getNodes()
This method returns all the nodes that have been encountered during the flow action. -
Uses of INodeDetails in com.aquima.interactions.flow.model
Subinterfaces of INodeDetails in com.aquima.interactions.flow.modelModifier and TypeInterfaceDescriptioninterface
Marker interface to allow flow nodes to identify themselves.Classes in com.aquima.interactions.flow.model that implement INodeDetailsModifier and TypeClassDescriptionclass
Internal flow node that is used by the FlowPath to indicate that the flow node is completed.class
Default details object that is used for action nodes.class
Default details object that is used for condition nodes.class
Internal class containing information about the flow to call within the flow node.class
Default details object that is used for result nodes.class
Delegate class which maps the methods to the internal IFlowNodeDetails.class
class
Internal flow node that is used by the FlowPath to indicate that the flow node is started.Methods in com.aquima.interactions.flow.model that return INodeDetailsModifier and TypeMethodDescriptionFlowPath.getCurrentNode()
protected INodeDetails
InternalNode.getDetails()
FlowPath.getNodes()
Methods in com.aquima.interactions.flow.model with parameters of type INodeDetailsModifier and TypeMethodDescriptionprotected void
FlowPath.enterNode
(INodeDetails node) void
IFlowDebugger.onBeforeNode
(INodeDetails node) protected final void
InternalNode.setDetails
(INodeDetails details) Constructors in com.aquima.interactions.flow.model with parameters of type INodeDetailsModifierConstructorDescriptionFlowPath
(INodeDetails... nodes) FlowState
(INodeDetails[] nodes, ExitState exitState, String exitEvent, FlowEvaluatorType flowEvaluatorType, VisitedPages visitedPages) Constructs the flow state with an array of nodes that should be used to initialize the internal flow path with. -
Uses of INodeDetails in com.aquima.interactions.flow.model.event
Classes in com.aquima.interactions.flow.model.event that implement INodeDetailsModifier and TypeClassDescriptionclass
class
class
class
-
Uses of INodeDetails in com.aquima.interactions.portal.model.flow
Classes in com.aquima.interactions.portal.model.flow that implement INodeDetailsModifier and TypeClassDescriptionclass
class
Base class for nodes in the flow engine.class
Node class for the flow engine to represent a page.class
Node class for the flow engine to represent a service. -
Uses of INodeDetails in com.aquima.interactions.portal.model.session.state.serializer.node
Classes in com.aquima.interactions.portal.model.session.state.serializer.node that implement INodeDetailsModifier and TypeClassDescriptionclass
Node details object for nodes representing a service.class
Node details object for nodes representing a (sub)flow.class
Node details object for nodes representing a page.class
Generic node details object providing the node ID.