public class AddCommentTaskStartHandler extends StartHandler
A service task that creates a comment entry on a target work object.
Constructor and Description |
---|
AddCommentTaskStartHandler(WorkObjectCommentService workObjectCommentService) |
Modifier and Type | Method and Description |
---|---|
Object |
handleTransition(PlanItem planItem,
TransitionData transitionData,
EngineListeners engineListeners,
PersistenceListeners persistenceListeners)
Implements this handler’s transition.
|
start
getApplicationContext, getExtensionPoint, setApplicationContext
public AddCommentTaskStartHandler(WorkObjectCommentService workObjectCommentService)
public Object handleTransition(PlanItem planItem, TransitionData transitionData, EngineListeners engineListeners, PersistenceListeners persistenceListeners)
TransitionHandler
Implements this handler’s transition.
handleTransition
in class TransitionHandler
planItem
- 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.