Package com.atlassian.crowd.event.user
Class UsersDeletedEvent
java.lang.Object
com.atlassian.crowd.event.Event
com.atlassian.crowd.event.DirectoryEvent
com.atlassian.crowd.event.user.UsersDeletedEvent
An Event that represents the deletion of one or more
User
s.- Since:
- 2.11
-
Constructor Summary
ConstructorDescriptionUsersDeletedEvent
(Object source, Directory directory, Collection<String> usernames) -
Method Summary
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
-
UsersDeletedEvent
-
-
Method Details
-
getUsernames
-
equals
- Overrides:
equals
in classDirectoryEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDirectoryEvent
-