Uses of Enum Class
com.atlassian.crowd.model.directory.SynchronisationStatusKey
Packages that use SynchronisationStatusKey
-
Uses of SynchronisationStatusKey in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory with parameters of type SynchronisationStatusKeyModifier and TypeMethodDescriptionvoidSynchronisationStatusManager.syncFinished(long directoryId, SynchronisationStatusKey statusKey, List<Serializable> parameters) Notify that directory synchronisation has finished.voidSynchronisationStatusManager.syncStatus(long directoryId, SynchronisationStatusKey statusKey, List<Serializable> parameters) Notify that directory synchronisation status has changed. -
Uses of SynchronisationStatusKey in com.atlassian.crowd.model.directory
Methods in com.atlassian.crowd.model.directory that return SynchronisationStatusKeyModifier and TypeMethodDescriptionDirectorySynchronisationStatus.getStatus()Returns status key of the synchronisation.static SynchronisationStatusKeyReturns the enum constant of this class with the specified name.static SynchronisationStatusKey[]SynchronisationStatusKey.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.crowd.model.directory that return types with arguments of type SynchronisationStatusKey