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
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
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()