public enum ActionType extends Enum<ActionType> implements Coded
| Enum Constant and Description |
|---|
ACKNOWLEDGE
Document has been opened by the designated recipient.
|
ADHOC_REQUEST
User has generated an action request to another user
|
ADHOC_REQUEST_REVOKE
AdHoc Request has been revoked
|
APPROVE
The document has been approved.
|
BLANKET_APPROVE |
CANCEL
Document has been canceled.
|
COMPLETE
Document has been completed as requested.
|
DISAPPROVE
Document has been disapproved.
|
FYI |
LOG_MESSAGE
The document has non-routed activity against it that is recorded in the route log
|
MOVE
The document is moved
|
RECALL
The document is being recalled.
|
RELEASE_GROUP_AUTHORITY
The person who took group authority is releasing it
|
RETURN_TO_PREVIOUS
The document is being returned to a previous routelevel
|
ROUTE
Document has been submitted to the engine for processing.
|
SAVE
Document has been saved by the user for later work
|
SU_ACKNOWLEDGE |
SU_APPROVE |
SU_BLANKET_APPROVE |
SU_CANCEL |
SU_COMPLETE |
SU_DISAPPROVE |
SU_FYI |
SU_RETURN_TO_PREVIOUS |
SU_ROUTE_NODE_APPROVE |
TAKE_GROUP_AUTHORITY
The document is routed to a group and a user in the group wants to take authority from the group
|
| Modifier and Type | Method and Description |
|---|---|
static ActionType |
fromCode(String code) |
static ActionType |
fromCode(String code,
boolean allowMissing) |
static ActionType |
fromCodeOrLabel(String str) |
static ActionType |
fromLabel(String label) |
String |
getCode() |
String |
getLabel() |
static ActionType |
toSuperUserActionType(ActionType at)
Converts a non-super-user ActionType to its SuperUser equivalent
|
static ActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionType SU_ACKNOWLEDGE
public static final ActionType SU_FYI
public static final ActionType SU_COMPLETE
public static final ActionType SU_APPROVE
public static final ActionType SU_ROUTE_NODE_APPROVE
public static final ActionType SU_RETURN_TO_PREVIOUS
public static final ActionType SU_DISAPPROVE
public static final ActionType SU_CANCEL
public static final ActionType SU_BLANKET_APPROVE
public static final ActionType BLANKET_APPROVE
public static final ActionType FYI
public static final ActionType ADHOC_REQUEST
public static final ActionType ADHOC_REQUEST_REVOKE
public static final ActionType SAVE
public static final ActionType CANCEL
public static final ActionType DISAPPROVE
public static final ActionType ACKNOWLEDGE
public static final ActionType COMPLETE
public static final ActionType ROUTE
public static final ActionType APPROVE
public static final ActionType RETURN_TO_PREVIOUS
public static final ActionType RECALL
public static final ActionType LOG_MESSAGE
public static final ActionType TAKE_GROUP_AUTHORITY
public static final ActionType RELEASE_GROUP_AUTHORITY
public static final ActionType MOVE
public static ActionType[] values()
for (ActionType c : ActionType.values()) System.out.println(c);
public static ActionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ActionType fromCode(String code)
public static ActionType fromCode(String code, boolean allowMissing)
public static ActionType fromLabel(String label)
public static ActionType fromCodeOrLabel(String str)
public static ActionType toSuperUserActionType(ActionType at)
at - the ActionTypeCopyright © 2005–2016 The Kuali Foundation. All rights reserved.