Class ImportEvent
java.lang.Object
com.atlassian.crowd.event.Event
com.atlassian.crowd.event.DirectoryEvent
com.atlassian.crowd.event.directory.ImportEvent
- Direct Known Subclasses:
ImportFinishedEvent
,ImportStartedEvent
Denotes an event related to the data import process. Contains the configuration with which the
import was started.
- Since:
- 3.2.0
-
Constructor Summary
ConstructorsConstructorDescriptionImportEvent
(Object source, Directory directory, Configuration configuration) -
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
-
ImportEvent
-
-
Method Details
-
getConfiguration
- Returns:
- the configuration of the data import
-
equals
- Overrides:
equals
in classDirectoryEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDirectoryEvent
-