public interface SynchronisationStatusManager
| Modifier and Type | Method and Description |
|---|---|
DirectorySynchronisationInformation |
getDirectorySynchronisationInformation(Directory directory)
Returns directory synchronisation information.
|
void |
syncFinished(long directoryId)
Notify that directory synchronisation has finished.
|
void |
syncStarted(Directory directory)
Notify that directory synchronisation has started.
|
void |
syncStatus(long directoryId,
String key,
Serializable... parameters)
Notify that directory synchronisation status has changed.
|
void syncStarted(Directory directory)
directory - directoryvoid syncStatus(long directoryId,
String key,
Serializable... parameters)
directoryId - directory idkey - synchronisation status message keyparameters - synchronisation status message parametersIllegalStateException - if the directory is not currently synchronisingvoid syncFinished(long directoryId)
directoryId - directory idDirectorySynchronisationInformation getDirectorySynchronisationInformation(Directory directory)
directory - directory to retrieve information fromCopyright © 2016 Atlassian. All rights reserved.