Package com.atlassian.crowd.event.group
Class GroupAttributeDeletedEvent
java.lang.Object
com.atlassian.crowd.event.Event
com.atlassian.crowd.event.DirectoryEvent
com.atlassian.crowd.event.group.GroupUpdatedEvent
com.atlassian.crowd.event.group.GroupAttributeDeletedEvent
An Event that represents the deletion of an attibute against a
Group
-
Constructor Summary
ConstructorsConstructorDescriptionGroupAttributeDeletedEvent
(Object source, Directory directory, Group group, String attributeName) -
Method Summary
Methods inherited from class com.atlassian.crowd.event.group.GroupUpdatedEvent
getGroup
Methods inherited from class com.atlassian.crowd.event.DirectoryEvent
getDirectory, getDirectoryId, getDirectoryImplementationClass, getDirectoryType
Methods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
-
Constructor Details
-
GroupAttributeDeletedEvent
-
-
Method Details
-
getAttributeName
-
equals
- Overrides:
equals
in classGroupUpdatedEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classGroupUpdatedEvent
-