ActionType Class

com.bea.wli.worklist.api
ActionType Class

public class ActionType

    extends Object
    implements Serializable

The action type class describes all the actions possible on the worklist. You can refer to this class to determine what is the action type that corresponds to the action type value stored in the archiving tables.


Hierarchy
Object
  ActionType
All Implemented Interfaces

Serializable

Field Summary

public static final ActionType
ABORT
ActionType
public static final ActionType
ADD_LISTENER
ActionType
public static final ActionType
ASSIGN
ActionType
public static final ActionType
CLAIM
ActionType
public static final ActionType
CLAIM_EXPIRE
ActionType
public static final ActionType
COMPLETE
ActionType
public static final ActionType
CREATE
ActionType
public static final ActionType
EXPIRE
ActionType
public static final ActionType
REMOVE_LISTENER
ActionType
public static final ActionType
RESUME
ActionType
public static final ActionType
RETURN
ActionType
public static final ActionType
START
ActionType
public static final ActionType
STOP
ActionType
public static final ActionType
SUSPEND
ActionType
public static final ActionType
UPDATE_CAN_BE_ABORTED
ActionType
public static final ActionType
UPDATE_CAN_BE_REASSIGNED
ActionType
public static final ActionType
UPDATE_CAN_BE_RETURNED
ActionType
public static final ActionType
UPDATE_CLAIM_DATE
ActionType
public static final ActionType
UPDATE_COMMENT
ActionType
public static final ActionType
UPDATE_EXPIRATION_DATE
ActionType
public static final ActionType
UPDATE_OWNER
ActionType
public static final ActionType
UPDATE_PRIORITY
ActionType
public static final ActionType
UPDATE_REQUEST
ActionType
public static final ActionType
UPDATE_RESPONSE
ActionType
 

Method Summary

public static ActionType
getActionType(Integer value)
public static ActionType
getActionType(String value)
public Integer
getValue()
public String
toString()
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
   

Field Detail

ABORT

public static final ActionType ABORT


ADD_LISTENER

public static final ActionType ADD_LISTENER


ASSIGN

public static final ActionType ASSIGN


CLAIM

public static final ActionType CLAIM


CLAIM_EXPIRE

public static final ActionType CLAIM_EXPIRE


COMPLETE

public static final ActionType COMPLETE


CREATE

public static final ActionType CREATE


EXPIRE

public static final ActionType EXPIRE


REMOVE_LISTENER

public static final ActionType REMOVE_LISTENER


RESUME

public static final ActionType RESUME


RETURN

public static final ActionType RETURN


START

public static final ActionType START


STOP

public static final ActionType STOP


SUSPEND

public static final ActionType SUSPEND


UPDATE_CAN_BE_ABORTED

public static final ActionType UPDATE_CAN_BE_ABORTED


UPDATE_CAN_BE_REASSIGNED

public static final ActionType UPDATE_CAN_BE_REASSIGNED


UPDATE_CAN_BE_RETURNED

public static final ActionType UPDATE_CAN_BE_RETURNED


UPDATE_CLAIM_DATE

public static final ActionType UPDATE_CLAIM_DATE


UPDATE_COMMENT

public static final ActionType UPDATE_COMMENT


UPDATE_EXPIRATION_DATE

public static final ActionType UPDATE_EXPIRATION_DATE


UPDATE_OWNER

public static final ActionType UPDATE_OWNER


UPDATE_PRIORITY

public static final ActionType UPDATE_PRIORITY


UPDATE_REQUEST

public static final ActionType UPDATE_REQUEST


UPDATE_RESPONSE

public static final ActionType UPDATE_RESPONSE

 

Method Detail

getActionType(Integer) Method

public static ActionType getActionType(Integer value)

getActionType(String) Method

public static ActionType getActionType(String value)

getValue() Method

public Integer getValue()

toString() Method

public String toString()
Overrides
Object.toString()