public static enum AuthorizationManager.ProtectedOperation extends Enum<AuthorizationManager.ProtectedOperation>
| Enum Constant and Description |
|---|
ADD_DATA |
ADD_PROCESS_TO_CASE |
ADD_TASK_TO_CASE |
CANCEL_CASE |
CLOSE_CASE |
DESTROY_CASE |
MODIFY_COMMENT |
MODIFY_ROLE_ASSIGNMENT |
REMOVE_DATA |
REOPEN_CASE |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationManager.ProtectedOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationManager.ProtectedOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthorizationManager.ProtectedOperation CLOSE_CASE
public static final AuthorizationManager.ProtectedOperation CANCEL_CASE
public static final AuthorizationManager.ProtectedOperation DESTROY_CASE
public static final AuthorizationManager.ProtectedOperation REOPEN_CASE
public static final AuthorizationManager.ProtectedOperation ADD_TASK_TO_CASE
public static final AuthorizationManager.ProtectedOperation ADD_PROCESS_TO_CASE
public static final AuthorizationManager.ProtectedOperation ADD_DATA
public static final AuthorizationManager.ProtectedOperation REMOVE_DATA
public static final AuthorizationManager.ProtectedOperation MODIFY_ROLE_ASSIGNMENT
public static final AuthorizationManager.ProtectedOperation MODIFY_COMMENT
public static AuthorizationManager.ProtectedOperation[] values()
for (AuthorizationManager.ProtectedOperation c : AuthorizationManager.ProtectedOperation.values()) System.out.println(c);
public static AuthorizationManager.ProtectedOperation 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 nullCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.