com.atlassian.crowd.manager.directory
Interface DirectorySynchronisationInformationStore

All Known Implementing Classes:
DirectorySynchronisationInformationStoreImpl

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

get

DirectorySynchronisationInformation get(long directoryId)
Returns directory synchronisation information for a directory with the given id.

Parameters:
directoryId - directory id
Returns:
directory synchronisation information for a directory

set

void set(long directoryId,
         DirectorySynchronisationInformation syncInfo)
Set directory synchronisation information for a directory with the given id.

Parameters:
directoryId - directory id
syncInfo - directory synchronisation information

clear

void clear(long directoryId)
Clears directory synchronisation information of a directory with the given id.

Parameters:
directoryId - directory id

clear

void clear()
Clears directory synchronisation information of all directories.



Copyright © 2013 Atlassian. All Rights Reserved.