|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.object.WFCase.Step.State
An "enumeration" of constants used to indicate the state of the step. These are similar to the TaskState constants, but there are enough differences that I didn't want to confuse things by using the same set of constants to mean different things.
Field Summary | |
static WFCase.Step.State |
COMPLETE
Indicates that the step has completed all of its automatic and manual actions. |
static WFCase.Step.State |
EXECUTING
Indicates that the manual actions are being executed. |
static WFCase.Step.State |
INACTIVE
Indicates that the step is not active. |
static WFCase.Step.State[] |
ITEMS
|
static WFCase.Step.State |
READY
Indicates that the step is ready for execution. |
static WFCase.Step.State |
WAITING
Indicates that the step is waiting for one or more inward AND-Join transitions. |
Method Summary | |
static WFCase.Step.State |
fromString(java.lang.String name)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final WFCase.Step.State READY
public static final WFCase.Step.State EXECUTING
public static final WFCase.Step.State WAITING
public static final WFCase.Step.State COMPLETE
public static final WFCase.Step.State INACTIVE
public static final WFCase.Step.State[] ITEMS
Method Detail |
public java.lang.String toString()
public static WFCase.Step.State fromString(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |