com.bea.wli.worklist.api
Class WorkingState

java.lang.Object
  extended by 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

Nested Class Summary
static class WorkingState.Type
           
 
Constructor Summary
WorkingState()
           
 
Method Summary
static WorkingState.Type getStateType(Integer value)
           
static WorkingState.Type getStateType(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkingState

public WorkingState()
Method Detail

getStateType

public static WorkingState.Type getStateType(Integer value)

getStateType

public static WorkingState.Type getStateType(String value)