public abstract class ManualStartHandler extends TransitionHandler
| Constructor and Description |
|---|
ManualStartHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
manualStart(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 MANUAL_START transition.
|
handleTransitiongetApplicationContext, getExtensionPoint, setApplicationContextpublic boolean manualStart(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 MANUAL_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.