| Package | Description |
|---|---|
| org.jboss.as.console.client.administration.role.operation |
| Modifier and Type | Method and Description |
|---|---|
static ManagementOperation.Operation |
ManagementOperation.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagementOperation.Operation[] |
ManagementOperation.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ModifyRoleAssignmentOp(DispatchAsync dispatcher,
RoleAssignment assignment,
ManagementOperation.Operation operation) |
ModifyRoleAssignmentOp(DispatchAsync dispatcher,
RoleAssignment assignment,
RoleAssignment oldValue,
ManagementOperation.Operation operation) |
ModifyRoleOp(DispatchAsync dispatcher,
Role role,
ManagementOperation.Operation op) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.