public static interface Common.WorkflowTransitionInfo
Modifier and Type | Method and Description |
---|---|
long |
getTransitionId()
Returns the transition id of the workflow.
|
long |
getWorkflowId()
Returns the id of the store element describing this workflow.
|
FSID |
getWorkflowTarget()
Returns the affected element.
|
boolean |
isDeleted()
Returns
true if the affected element was deleted during transition. |
boolean |
isEndState()
Returns
true if the workflow is now in the end state |
boolean |
isFirstTransition()
Returns
true if the transition was the first one of the workflow. |
boolean |
isReleased()
Returns
true if the affected element was released during transition. |
FSID getWorkflowTarget()
boolean isDeleted()
true
if the affected element was deleted during transition.true
if deletedboolean isReleased()
true
if the affected element was released during transition.true
if releasedboolean isFirstTransition()
true
if the transition was the first one of the workflow.true
if the workflow just startedlong getTransitionId()
long getWorkflowId()
boolean isEndState()
true
if the workflow is now in the end statetrue
if in end stateCopyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210