Uses of Class
com.atlassian.crowd.model.event.Operation

Packages that use Operation
com.atlassian.crowd.model.event   
 

Uses of Operation in com.atlassian.crowd.model.event
 

Methods in com.atlassian.crowd.model.event that return Operation
 Operation AbstractOperationEvent.getOperation()
           
 Operation AliasEvent.getOperation()
           
 Operation OperationEvent.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.
 

Constructors in com.atlassian.crowd.model.event with parameters of type Operation
AbstractAttributeEvent(Operation operation, Directory directory, Map<String,Set<String>> storedAttributes, Set<String> deletedAttributes)
           
AbstractOperationEvent(Operation operation, Directory directory)
           
GroupEvent(Operation operation, Directory directory, Group group, Map<String,Set<String>> storedAttributes, Set<String> deletedAttributes)
           
GroupMembershipEvent(Operation operation, Directory directory, String groupName, Set<String> parentGroupNames, Set<String> childGroupNames)
           
GroupMembershipEvent(Operation operation, Directory directory, String groupName, String parentGroupName)
           
UserEvent(Operation operation, Directory directory, User user, Map<String,Set<String>> storedAttributes, Set<String> deletedAttributes)
           
UserMembershipEvent(Operation operation, Directory directory, String childUsername, Set<String> parentGroupNames)
           
UserMembershipEvent(Operation operation, Directory directory, String childUsername, String groupName)
           
 



Copyright © 2014 Atlassian. All Rights Reserved.