public class CreateDocumentTaskStartHandler extends StartHandler
Creates a document from a document template and attaches it to the plan item’s top-most Case Work Object in the hierarchy.
| Constructor and Description |
|---|
CreateDocumentTaskStartHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
handleTransition(PlanItem planItem,
TransitionData transitionData,
EngineListeners engineListeners,
PersistenceListeners persistenceListeners)
Implements this handler’s transition.
|
startgetApplicationContext, getExtensionPoint, setApplicationContextpublic Object handleTransition(PlanItem planItem, TransitionData transitionData, EngineListeners engineListeners, 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 - 2019 edorasware ag. All Rights Reserved.