public abstract class StartHandler extends TransitionHandler
| Constructor and Description | 
|---|
StartHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
start(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 the START transition. 
 | 
handleTransitiongetApplicationContext, getExtensionPoint, setApplicationContextpublic boolean start(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 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.