Uses of Interface
com.aquima.interactions.process.impl.ITaskHandler
Packages that use ITaskHandler
Package
Description
-
Uses of ITaskHandler in com.aquima.interactions.process.impl
Methods in com.aquima.interactions.process.impl that return ITaskHandlerModifier and TypeMethodDescriptionINodeHandlerFactory.getTaskHandlerFor
(ITaskModel task, IProcessCaseChangeListener changeListener) This method returns a handler for the specified task. -
Uses of ITaskHandler in com.aquima.interactions.process.impl.handlers
Classes in com.aquima.interactions.process.impl.handlers that implement ITaskHandlerModifier and TypeClassDescriptionclass
Handler for (sub) process call nodes.class
This handler is used to schedule and evaluate condition 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
Base class for process task handlers.class
Handler for the main process (root) task.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 ITaskHandlerModifier and TypeMethodDescriptionNodeHandlerFactory.getTaskHandlerFor
(ITaskModel task, IProcessCaseChangeListener changeListener)