com.bea.wli.worklist.api
Class ActionType
java.lang.Object
com.bea.wli.worklist.api.ActionType
- All Implemented Interfaces:
- Serializable
- 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.
- See Also:
- Serialized Form
CREATE
public static final ActionType CREATE
ASSIGN
public static final ActionType ASSIGN
CLAIM
public static final ActionType CLAIM
SUSPEND
public static final ActionType SUSPEND
RESUME
public static final ActionType RESUME
COMPLETE
public static final ActionType COMPLETE
ABORT
public static final ActionType ABORT
RETURN
public static final ActionType RETURN
START
public static final ActionType START
STOP
public static final ActionType STOP
UPDATE_COMMENT
public static final ActionType UPDATE_COMMENT
UPDATE_PRIORITY
public static final ActionType UPDATE_PRIORITY
UPDATE_EXPIRATION_DATE
public static final ActionType UPDATE_EXPIRATION_DATE
UPDATE_CLAIM_DATE
public static final ActionType UPDATE_CLAIM_DATE
UPDATE_OWNER
public static final ActionType UPDATE_OWNER
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_CAN_BE_ABORTED
public static final ActionType UPDATE_CAN_BE_ABORTED
UPDATE_REQUEST
public static final ActionType UPDATE_REQUEST
UPDATE_RESPONSE
public static final ActionType UPDATE_RESPONSE
ADD_LISTENER
public static final ActionType ADD_LISTENER
REMOVE_LISTENER
public static final ActionType REMOVE_LISTENER
CLAIM_EXPIRE
public static final ActionType CLAIM_EXPIRE
EXPIRE
public static final ActionType EXPIRE
toString
public String toString()
getValue
public Integer getValue()
getActionType
public static ActionType getActionType(Integer value)
getActionType
public static ActionType getActionType(String value)