|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.event.Event
com.atlassian.crowd.event.DirectoryEvent
com.atlassian.crowd.event.group.GroupUpdatedEvent
com.atlassian.crowd.event.group.GroupAttributeStoredEvent
public class GroupAttributeStoredEvent
An Event that represents the creation of a atrributes against a Group
| Constructor Summary | |
|---|---|
GroupAttributeStoredEvent(Object source,
com.atlassian.crowd.embedded.api.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 |
|---|
public GroupAttributeStoredEvent(Object source,
com.atlassian.crowd.embedded.api.Directory directory,
Group group,
Map<String,Set<String>> attributes)
| Method Detail |
|---|
public Set getAttributeNames()
public Set<String> getAttributeValues(String key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||