|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DirectorySynchronisationInformationStore
Storage for directory synchronisation information.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
DirectorySynchronisationInformation get(long directoryId)
directoryId - directory id
void set(long directoryId,
DirectorySynchronisationInformation syncInfo)
directoryId - directory idsyncInfo - directory synchronisation informationvoid clear(long directoryId)
directoryId - directory idvoid clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||