Uses of Enum Class
com.atlassian.crowd.model.event.Operation
Packages that use Operation
-
Uses of Operation in com.atlassian.crowd.model.event
Methods in com.atlassian.crowd.model.event that return OperationModifier and TypeMethodDescriptionAbstractOperationEvent.getOperation()AliasEvent.getOperation()OperationEvent.getOperation()static OperationReturns the enum constant of this class with the specified name.static Operation[]Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.crowd.model.event with parameters of type OperationModifierConstructorDescriptionAbstractAttributeEvent(Operation operation, Long directoryId, Map<String, Set<String>> storedAttributes, Set<String> deletedAttributes) protectedAbstractOperationEvent(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, String parentGroupName) GroupMembershipEvent(Operation operation, Long directoryId, String groupName, Set<String> parentGroupNames, Set<String> childGroupNames) UserEvent(Operation operation, Long directoryId, User user, Map<String, Set<String>> storedAttributes, Set<String> deletedAttributes) UserMembershipEvent(Operation operation, Long directoryId, String childUsername, String groupName) UserMembershipEvent(Operation operation, Long directoryId, String childUsername, Set<String> parentGroupNames)