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(PlanItem planItem,
TransitionData transitionData,
EngineListeners engineListeners,
PersistenceListeners persistenceListeners)
Implements this handler’s transition.
|
exitgetApplicationContext, getExtensionPoint, setApplicationContextpublic Object handleTransition(PlanItem planItem, TransitionData transitionData, EngineListeners engineListeners, PersistenceListeners persistenceListeners)
TransitionHandlerImplements this handler’s transition.
handleTransition in class TransitionHandlerplanItem - 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 - 2019 edorasware ag. All Rights Reserved.