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.
|
handleTransition
getApplicationContext, getExtensionPoint, setApplicationContext
public 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 - 2019 edorasware ag. All Rights Reserved.