|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.wli.worklist.api.StateType
public class StateType
This class describes the different possible states of a task. There are 6 possible states. Please refer to the documentation to learn more about states and state transitions.
| Field Summary | |
|---|---|
static StateType |
ABORTED
Deprecated. |
static StateType |
ASSIGNED
Deprecated. |
static StateType |
CLAIMED
Deprecated. |
static StateType |
COMPLETED
Deprecated. |
static StateType |
STARTED
Deprecated. |
static StateType |
SUSPENDED
Deprecated. |
| Method Summary | |
|---|---|
static StateType |
getStateType(Integer value)
Deprecated. |
static StateType |
getStateType(String value)
Deprecated. |
Integer |
getValue()
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final StateType ASSIGNED
public static final StateType CLAIMED
public static final StateType STARTED
public static final StateType SUSPENDED
public static final StateType COMPLETED
public static final StateType ABORTED
| Method Detail |
|---|
public String toString()
toString in class Objectpublic Integer getValue()
public static StateType getStateType(Integer value)
public static StateType getStateType(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||