Uses of Enum Class
com.atlassian.crowd.manager.directory.SynchronisationMode
Packages that use SynchronisationMode
Package
Description
-
Uses of SynchronisationMode in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory with parameters of type SynchronisationModeModifier and TypeMethodDescriptionvoidSynchronisableDirectory.synchroniseCache(SynchronisationMode mode, SynchronisationStatusManager synchronisationStatusManager) Requests that this directory should update its cache by synchronising with the remote data. -
Uses of SynchronisationMode in com.atlassian.crowd.directory.monitor.poller
Methods in com.atlassian.crowd.directory.monitor.poller with parameters of type SynchronisationModeModifier and TypeMethodDescriptionvoidDirectoryPoller.pollChanges(SynchronisationMode syncMode) Polls the directory for mutations and synchronises accordingly. -
Uses of SynchronisationMode in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory that return SynchronisationModeModifier and TypeMethodDescriptionDirectoryManager.getSynchronisationMode(long directoryId) Returns the preferred synchronisation mode defined for the directory ifsynchronisable, elsenullstatic SynchronisationModeReturns the enum constant of this class with the specified name.static SynchronisationMode[]SynchronisationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.crowd.manager.directory with parameters of type SynchronisationModeModifier and TypeMethodDescriptiondefault voidSynchronisationStatusManager.syncFailure(long directoryId, SynchronisationMode mode, Throwable throwable) Notify about a failure that occurs during synchronisation.voidDirectoryManager.synchroniseCache(long directoryId, SynchronisationMode mode) Requests that this directory should update its cache by synchronising with the remote User data.voidDirectoryManager.synchroniseCache(long directoryId, SynchronisationMode mode, boolean runInBackground) Requests that this directory should update its cache by synchronising with the remote User data.