public interface DirectorySynchroniser
SynchronisableDirectory with a cache.| Modifier and Type | Method and Description |
|---|---|
boolean |
isSynchronising(long directoryId)
Returns whether the directory is currently synchronising.
|
void |
synchronise(SynchronisableDirectory synchronisableDirectory,
SynchronisationMode mode)
Executes a synchronisation in the current thread.
|
void synchronise(SynchronisableDirectory synchronisableDirectory, SynchronisationMode mode) throws DirectoryNotFoundException, OperationFailedException
synchronisableDirectory - directory to synchronise.mode - synchronisation mode.DirectoryNotFoundExceptionOperationFailedExceptionboolean isSynchronising(long directoryId)
throws DirectoryNotFoundException
directoryId - ID of the directoryDirectoryNotFoundException - if the directory could not be foundCopyright © 2023 Atlassian. All rights reserved.