|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.manager.directory.DirectorySynchronisationInformationStoreImpl
public class DirectorySynchronisationInformationStoreImpl
| Constructor Summary | |
|---|---|
DirectorySynchronisationInformationStoreImpl()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectorySynchronisationInformationStoreImpl()
| Method Detail |
|---|
public DirectorySynchronisationInformation get(long directoryId)
DirectorySynchronisationInformationStore
get in interface DirectorySynchronisationInformationStoredirectoryId - directory id
public void set(long directoryId,
DirectorySynchronisationInformation syncInfo)
DirectorySynchronisationInformationStore
set in interface DirectorySynchronisationInformationStoredirectoryId - directory idsyncInfo - directory synchronisation informationpublic void clear(long directoryId)
DirectorySynchronisationInformationStore
clear in interface DirectorySynchronisationInformationStoredirectoryId - directory idpublic void clear()
DirectorySynchronisationInformationStore
clear in interface DirectorySynchronisationInformationStore
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||