|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfExecutionObject.ClosedState | |
de.danet.an.workflow.api | This package defines the the workflow API provided by Danet's workflow component. |
de.danet.an.workflow.omgcore | This package defines the core domain of a workflow management system. |
Uses of WfExecutionObject.ClosedState in de.danet.an.workflow.api |
Subclasses of WfExecutionObject.ClosedState in de.danet.an.workflow.api | |
static class |
Activity.ClosedCompletedState
This class defines the sub-states of ClosedState.COMPLETED of a . |
Uses of WfExecutionObject.ClosedState in de.danet.an.workflow.omgcore |
Fields in de.danet.an.workflow.omgcore declared as WfExecutionObject.ClosedState | |
static WfExecutionObject.ClosedState |
WfExecutionObject.ClosedState.COMPLETED
When an execution object has finished its task in the overall workflow process it enters the completed state; it is assumed that all execution objects associated with that execution object are completed when it enters this state. |
static WfExecutionObject.ClosedState |
WfExecutionObject.ClosedState.TERMINATED
Indicates that enactment of the execution object was stopped before normal completion. |
static WfExecutionObject.ClosedState |
WfExecutionObject.ClosedState.ABORTED
Indicates that the enactment of the execution object has been aborted before normal execution. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |