com.atlassian.crowd.model.event
Class GroupEvent

java.lang.Object
  extended by com.atlassian.crowd.model.event.AbstractOperationEvent
      extended by com.atlassian.crowd.model.event.AbstractAttributeEvent
          extended by com.atlassian.crowd.model.event.GroupEvent
All Implemented Interfaces:
OperationEvent

public class GroupEvent
extends AbstractAttributeEvent


Constructor Summary
GroupEvent(Operation operation, Directory directory, Group group, Map<String,Set<String>> storedAttributes, Set<String> deletedAttributes)
           
 
Method Summary
 Group getGroup()
           
 
Methods inherited from class com.atlassian.crowd.model.event.AbstractAttributeEvent
getDeletedAttributes, getStoredAttributes
 
Methods inherited from class com.atlassian.crowd.model.event.AbstractOperationEvent
getDirectory, getOperation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupEvent

public GroupEvent(Operation operation,
                  Directory directory,
                  Group group,
                  Map<String,Set<String>> storedAttributes,
                  Set<String> deletedAttributes)
Method Detail

getGroup

public Group getGroup()


Copyright © 2013 Atlassian. All Rights Reserved.