public abstract class StartHandler extends TransitionHandler
| Constructor and Description | 
|---|
StartHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
start(PlanItem planItem,
     TransitionData transitionData,
     EngineListeners engineListeners,
     PersistenceListeners persistenceListeners)
Implements the START transition. 
 | 
handleTransitiongetApplicationContext, getExtensionPoint, setApplicationContextpublic boolean start(PlanItem planItem, TransitionData transitionData, EngineListeners engineListeners, PersistenceListeners persistenceListeners)
Implements the START transition. The actual functionality is supposed to be implementation in the
generic TransitionHandler.handleTransition(
com.edorasware.cmmn.model.structure.PlanItem, com.edorasware.cmmn.model.TransitionData,
com.edorasware.cmmn.engine.hooks.EngineListeners, com.edorasware.cmmn.engine.hooks.PersistenceListeners)
method. This method merely delegates to that one.
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.