public interface DirectorySynchronisationInformationStore
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears directory synchronisation information of all directories.
|
void |
clear(long directoryId)
Clears directory synchronisation information of a directory with the given id.
|
DirectorySynchronisationInformation |
get(long directoryId)
Returns directory synchronisation information for a directory with the given id.
|
void |
set(long directoryId,
DirectorySynchronisationInformation syncInfo)
Set directory synchronisation information for a directory with the given id.
|
DirectorySynchronisationInformation get(long directoryId)
directoryId - directory idvoid set(long directoryId,
DirectorySynchronisationInformation syncInfo)
directoryId - directory idsyncInfo - directory synchronisation informationvoid clear(long directoryId)
directoryId - directory idvoid clear()
Copyright © 2018 Atlassian. All rights reserved.