Uses of Class
wt.workflow.work.WfAssignmentState

Packages that use WfAssignmentState
wt.workflow.work
Provides workflow classes responsible for managing the work assigned to individual users. 
 

Uses of WfAssignmentState in wt.workflow.work
 

Fields in wt.workflow.work declared as WfAssignmentState
private  WfAssignmentState WorkItem.status
           
static WfAssignmentState WfAssignmentState.POTENTIAL
          

Supported API: false
static WfAssignmentState WfAssignmentState.ACCEPTED
          

Supported API: false
static WfAssignmentState WfAssignmentState.COMPLETED
          

Supported API: false
private  WfAssignmentState WfAssignment.status
           
 

Methods in wt.workflow.work that return WfAssignmentState
 WfAssignmentState WorkItem.getStatus()
          Gets the value of the attribute: STATUS.
static WfAssignmentState WfAssignmentState.newWfAssignmentState(int secretHandshake)
          Used by EnumeratedType for constructing instances of WfAssignmentState, from a resource bundle.
static WfAssignmentState WfAssignmentState.toWfAssignmentState(String internal_value)
          Returns the WfAssignmentState instance for the internal_value argument.
static WfAssignmentState WfAssignmentState.getWfAssignmentStateDefault()
          Returns the default value (instance) for the WfAssignmentState set.
static WfAssignmentState[] WfAssignmentState.getWfAssignmentStateSet()
          Returns a copy of the set of valid values (instances) for the WfAssignmentState class.
 WfAssignmentState WfAssignment.getStatus()
          Gets the value of the attribute: STATUS.
 

Methods in wt.workflow.work with parameters of type WfAssignmentState
 void WorkItem.setStatus(WfAssignmentState a_Status)
          Sets the value of the attribute: STATUS.
 void WfAssignment.setStatus(WfAssignmentState a_Status)
          Sets the value of the attribute: STATUS.