Uses of Interface
com.aquima.interactions.process.impl.INodeHandler
Packages that use INodeHandler
Package
Description
-
Uses of INodeHandler in com.aquima.interactions.process.impl
Methods in com.aquima.interactions.process.impl that return INodeHandlerModifier and TypeMethodDescriptionINodeHandlerFactory.getHandlerFor
(IProcessNodeDefinition node, IProcessCaseChangeListener changeListener) This method returns the node handler that should be used for the specified definition. -
Uses of INodeHandler in com.aquima.interactions.process.impl.handlers
Classes in com.aquima.interactions.process.impl.handlers that implement INodeHandlerModifier and TypeClassDescriptionclass
Handler for (sub) process call nodes.class
Handler for nodes that choose a branch based on conditions on the edges.class
This handler is used to schedule and evaluate condition nodes.class
Handler for process and group end nodes.class
This handler is used to schedule and process nodes that wait for an event.class
Node handler for group nodes (AND / OR).class
This handler is responsible for the JOIN nodes.class
Base class for node handlers.class
Handler for process and group end nodes.class
Handler for tasks that need to be executed by the (automated) user.class
Handler for the timed wait nodes in a process.Methods in com.aquima.interactions.process.impl.handlers that return INodeHandlerModifier and TypeMethodDescriptionNodeHandlerFactory.getHandlerFor
(IProcessNodeDefinition node, IProcessCaseChangeListener changeListener)