| Package | Description |
|---|---|
| com.atlassian.crowd.model.event |
| Modifier and Type | Method and Description |
|---|---|
Operation |
AbstractOperationEvent.getOperation() |
Operation |
OperationEvent.getOperation() |
Operation |
AliasEvent.getOperation() |
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractAttributeEvent(Operation operation,
Long directoryId,
Map<String,Set<String>> storedAttributes,
Set<String> deletedAttributes) |
AbstractOperationEvent(Operation operation,
Long directoryId) |
GroupEvent(Operation operation,
Long directoryId,
Group group,
Map<String,Set<String>> storedAttributes,
Set<String> deletedAttributes) |
GroupMembershipEvent(Operation operation,
Long directoryId,
String groupName,
Set<String> parentGroupNames,
Set<String> childGroupNames) |
GroupMembershipEvent(Operation operation,
Long directoryId,
String groupName,
String parentGroupName) |
UserEvent(Operation operation,
Long directoryId,
User user,
Map<String,Set<String>> storedAttributes,
Set<String> deletedAttributes) |
UserMembershipEvent(Operation operation,
Long directoryId,
String childUsername,
Set<String> parentGroupNames) |
UserMembershipEvent(Operation operation,
Long directoryId,
String childUsername,
String groupName) |
Copyright © 2023 Atlassian. All rights reserved.