|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.danet.an.workflow.omgcore.WfExecutionObject.State de.danet.an.workflow.omgcore.WfExecutionObject.OpenState de.danet.an.workflow.omgcore.WfExecutionObject.NotRunningState
This class defines the sub-states of OpenState.NOT_RUNNING of a
as returned by WfExecutionObject
.
whyNotRunningState()
Field Summary | |
static WfExecutionObject.NotRunningState |
NOT_STARTED
Provides a state after creation where the object is active and ready to be initialized and started. |
static WfExecutionObject.NotRunningState |
SUSPENDED
Provides a state to temporarily pause the execution of the object. |
Fields inherited from class de.danet.an.workflow.omgcore.WfExecutionObject.OpenState |
NOT_RUNNING, RUNNING |
Fields inherited from class de.danet.an.workflow.omgcore.WfExecutionObject.State |
CLOSED, OPEN |
Constructor Summary | |
protected |
WfExecutionObject.NotRunningState(java.lang.String text)
Default constructor. |
Method Summary | |
WfExecutionObject.State |
getParent()
Returns the parent in the state hierachy if all states defined in this class or null , if this states
are at the top level of the hierachy. |
WfExecutionObject.State |
howClosedState()
Returns the workflow substate for closed execution objects. |
WfExecutionObject.State |
whileOpenState()
Returns the workflow substate for open execution objects. |
WfExecutionObject.State |
whyNotRunningState()
Returns the workflow substate for open, not running execution objects. |
WfExecutionObject.State |
workflowState()
Returns the workflow state, i.e. the grandparent. |
Methods inherited from class de.danet.an.workflow.omgcore.WfExecutionObject.State |
fromString, isSameOrSubState, registerState, textRepresentation, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final WfExecutionObject.NotRunningState NOT_STARTED
public static final WfExecutionObject.NotRunningState SUSPENDED
Constructor Detail |
protected WfExecutionObject.NotRunningState(java.lang.String text)
text
- Textual representation of the stateMethod Detail |
public WfExecutionObject.State getParent()
null
, if this states
are at the top level of the hierachy.
getParent
in class WfExecutionObject.OpenState
public WfExecutionObject.State workflowState()
workflowState
in class WfExecutionObject.OpenState
public WfExecutionObject.State whileOpenState()
whileOpenState
in class WfExecutionObject.OpenState
public WfExecutionObject.State whyNotRunningState()
whyNotRunningState
in class WfExecutionObject.OpenState
public WfExecutionObject.State howClosedState()
howClosedState
in class WfExecutionObject.OpenState
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |