Package | Description |
---|---|
com.atlassian.crowd.integration.rest.entity | |
com.atlassian.crowd.model.event | |
com.atlassian.crowd.plugin.rest.entity |
Modifier and Type | Method and Description |
---|---|
Operation |
AbstractEventEntity.getOperation() |
Modifier and Type | Method and Description |
---|---|
Operation |
OperationEvent.getOperation() |
Operation |
AliasEvent.getOperation() |
Operation |
AbstractOperationEvent.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) |
Constructor and Description |
---|
AbstractAttributeEventEntity(Operation operation,
MultiValuedAttributeEntityList storedAttributes,
MultiValuedAttributeEntityList deletedAttributes) |
AbstractEventEntity(Operation operation) |
GroupEventEntity(Operation operation,
GroupEntity group,
MultiValuedAttributeEntityList storedAttributes,
MultiValuedAttributeEntityList deletedAttributes) |
GroupMembershipEventEntity(Operation operation,
GroupEntity childGroup,
GroupEntityList parentGroups,
GroupEntityList childGroups) |
UserEventEntity(Operation operation,
UserEntity user,
MultiValuedAttributeEntityList storedAttributes,
MultiValuedAttributeEntityList deletedAttributes) |
UserMembershipEventEntity(Operation operation,
UserEntity childUser,
GroupEntityList parentGroups) |
Copyright © 2020 Atlassian. All rights reserved.