public class ExpressionEvaluationServiceTaskStartHandler extends StartHandler
A simple type of service task that can evaluate an expression and store the result of the expression evaluation on the case.
| Constructor and Description |
|---|
ExpressionEvaluationServiceTaskStartHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
handleTransition(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 this handler’s transition.
|
startgetApplicationContext, getExtensionPoint, setApplicationContextpublic ExpressionEvaluationServiceTaskStartHandler()
public Object handleTransition(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)
TransitionHandlerImplements this handler’s transition.
handleTransition in class TransitionHandlerplanItem - the plan item on which the transition is applied.transitionData - transition data (request scope parameters and form data).engineListeners - CMMN engine call-back methods.persistenceListeners - CMMN engine persistence methods.null. In the case of START and MANUAL_START transitions returns a boolean object
indicating whether the plan item immediately completed as a result of the transition.Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.