public abstract class FaultHandler extends TransitionHandler
Constructor and Description |
---|
FaultHandler() |
Modifier and Type | Method and Description |
---|---|
void |
fault(PlanItem planItem,
TransitionData transitionData,
EngineListeners engineListeners,
PersistenceListeners persistenceListeners)
Implements the FAULT transition.
|
handleTransition
getApplicationContext, getExtensionPoint, setApplicationContext
public void fault(PlanItem planItem, TransitionData transitionData, EngineListeners engineListeners, PersistenceListeners persistenceListeners)
Implements the FAULT 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.