Class RootNodeHandler
- java.lang.Object
-
- com.aquima.interactions.process.impl.handlers.NodeHandlerBase
-
- com.aquima.interactions.process.impl.handlers.ProcessNodeHandler
-
- com.aquima.interactions.process.impl.handlers.RootNodeHandler
-
- All Implemented Interfaces:
ITaskHandler
public class RootNodeHandler extends ProcessNodeHandler
Handler for the main process (root) task.- Since:
- 7.1
- Author:
- O. Kerpershoek
-
-
Field Summary
-
Fields inherited from class com.aquima.interactions.process.impl.handlers.ProcessNodeHandler
caseRepository, processEngine
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RootNodeHandler(ProcessCaseRepository caseRepository, ProcessEngine engine, IProcessCaseChangeListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
completeNode(IEvaluationContext context, ITaskModel processTask, String exitAction)
-
Methods inherited from class com.aquima.interactions.process.impl.handlers.ProcessNodeHandler
cancelChildTasks, checkConditionalTasksForProcess, containsOpenTasks, processNode
-
Methods inherited from class com.aquima.interactions.process.impl.handlers.NodeHandlerBase
calculateTimeout, scheduleExpiringJob, schedulePriorityReevaluation, scheduleTimerJob, setPostponedJobs
-
-
-
-
Constructor Detail
-
RootNodeHandler
protected RootNodeHandler(ProcessCaseRepository caseRepository, ProcessEngine engine, IProcessCaseChangeListener listener)
-
-
Method Detail
-
completeNode
protected void completeNode(IEvaluationContext context, ITaskModel processTask, String exitAction) throws AppException
- Specified by:
completeNode
in classProcessNodeHandler
- Throws:
AppException
-
-