public interface CmmnActionEvent
An interface representing a CMMN action event. Used by the CmmnActionListener
.
Modifier and Type | Method and Description |
---|---|
String |
getCaseClientId()
The case Id as seen by the client (consumer) of the case engine.
|
Optional<CaseFileItemTransition> |
getCaseFileItemTransition()
The csae file item transition of this event (if any).
|
EngineListeners |
getEngineListeners()
The engine listener implementation.
|
CmmnActionEventType |
getEventType()
The action event type.
|
Optional<String> |
getItemId()
A generic string item Id.
|
PersistenceListeners |
getPersistenceListeners()
The persistence listener implementation.
|
Optional<PlanItemTransition> |
getPlanItemTransition()
The plan item transition of this event (if any).
|
TransitionData |
getTransitionData()
The transition data active for this event.
|
String getCaseClientId()
The case Id as seen by the client (consumer) of the case engine.
TransitionData getTransitionData()
The transition data active for this event.
EngineListeners getEngineListeners()
The engine listener implementation.
PersistenceListeners getPersistenceListeners()
The persistence listener implementation.
CmmnActionEventType getEventType()
The action event type.
Optional<String> getItemId()
A generic string item Id. Typically null
, a plan item Id, case file item Id or discretionary item Id.
Optional<PlanItemTransition> getPlanItemTransition()
The plan item transition of this event (if any).
Optional<CaseFileItemTransition> getCaseFileItemTransition()
The csae file item transition of this event (if any).
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.