public class TimerEventOccurHandler extends OccurHandler
Responds to OCCUR transition of an event timer plan item.
<p>There is no particular implementation needed. The handling of timer events is covered by classes
TimerEventCreateHandler and
CmmnTimerEventJobHandler.
| Constructor and Description | 
|---|
TimerEventOccurHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
handleTransition(PlanItem planItem,
                TransitionData transitionData,
                EngineListeners engineListeners,
                PersistenceListeners persistenceListeners)
Implements this handler’s transition. 
 | 
occurgetApplicationContext, 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.Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.