com.bea.wli.worklist.api
Class WorkingState
java.lang.Object
com.bea.wli.worklist.api.WorkingState
public class WorkingState
- extends Object
The type class describing all the possible states a task can
be in with regard to the human users that can work on the task.
These states represent how a human actor is associated with the task for
the purposes of working on it.
- Since:
- 9.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkingState
public WorkingState()
getStateType
public static WorkingState.Type getStateType(Integer value)
getStateType
public static WorkingState.Type getStateType(String value)