com.atlassian.crowd.event.group
Class GroupAttributeStoredEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by com.atlassian.crowd.event.DirectoryEvent
          extended by com.atlassian.crowd.event.group.GroupUpdatedEvent
              extended by com.atlassian.crowd.event.group.GroupAttributeStoredEvent

public class GroupAttributeStoredEvent
extends GroupUpdatedEvent

An Event that represents the creation of a atrributes against a Group


Constructor Summary
GroupAttributeStoredEvent(Object source, Directory directory, Group group, Map<String,Set<String>> attributes)
           
 
Method Summary
 Set getAttributeNames()
           
 Set<String> getAttributeValues(String key)
           
 
Methods inherited from class com.atlassian.crowd.event.group.GroupUpdatedEvent
getGroup
 
Methods inherited from class com.atlassian.crowd.event.DirectoryEvent
equals, getDirectory, hashCode
 
Methods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupAttributeStoredEvent

public GroupAttributeStoredEvent(Object source,
                                 Directory directory,
                                 Group group,
                                 Map<String,Set<String>> attributes)
Method Detail

getAttributeNames

public Set getAttributeNames()

getAttributeValues

public Set<String> getAttributeValues(String key)


Copyright © 2013 Atlassian. All Rights Reserved.