public class TimerEventExitHandler extends ExitHandler
Best effort deletion of the flowable timer entity associated with this handler’s plan item.
Constructor and Description |
---|
TimerEventExitHandler() |
Modifier and Type | Method and Description |
---|---|
org.flowable.engine.common.impl.interceptor.CommandExecutor |
getCommandExecutor() |
Object |
handleTransition(com.edorasware.cmmn.model.structure.PlanItem planItem,
com.edorasware.cmmn.model.TransitionData transitionData,
com.edorasware.cmmn.engine.hooks.EngineListeners engineListeners,
com.edorasware.cmmn.engine.hooks.PersistenceListeners persistenceListeners)
Implements this handler’s transition.
|
exit
getApplicationContext, getExtensionPoint, setApplicationContext
public Object handleTransition(com.edorasware.cmmn.model.structure.PlanItem planItem, com.edorasware.cmmn.model.TransitionData transitionData, com.edorasware.cmmn.engine.hooks.EngineListeners engineListeners, com.edorasware.cmmn.engine.hooks.PersistenceListeners persistenceListeners)
TransitionHandler
Implements this handler’s transition.
handleTransition
in class TransitionHandler
planItem
- the plan item on which the transition is applied.transitionData
- transition data (request scope parameters and form data).engineListeners
- CMMN engine call-back methods.persistenceListeners
- CMMN engine persistence methods.null
. In the case of START and MANUAL_START transitions returns a boolean object
indicating whether the plan item immediately completed as a result of the transition.public org.flowable.engine.common.impl.interceptor.CommandExecutor getCommandExecutor()
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.