Uses of Class
com.atlassian.crowd.manager.directory.SynchronisationMode

Packages that use SynchronisationMode
com.atlassian.crowd.directory   
com.atlassian.crowd.directory.monitor.poller   
com.atlassian.crowd.manager.directory   
 

Uses of SynchronisationMode in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory with parameters of type SynchronisationMode
 void SynchronisableDirectory.synchroniseCache(SynchronisationMode mode, SynchronisationStatusManager synchronisationStatusManager)
          Requests that this directory should update its cache by synchronising with the remote data.
 

Uses of SynchronisationMode in com.atlassian.crowd.directory.monitor.poller
 

Methods in com.atlassian.crowd.directory.monitor.poller with parameters of type SynchronisationMode
 void DirectoryPoller.pollChanges(SynchronisationMode syncMode)
          Polls the directory for mutations and synchronises accordingly.
 

Uses of SynchronisationMode in com.atlassian.crowd.manager.directory
 

Methods in com.atlassian.crowd.manager.directory that return SynchronisationMode
static SynchronisationMode SynchronisationMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SynchronisationMode[] SynchronisationMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.crowd.manager.directory with parameters of type SynchronisationMode
 void DirectoryManager.synchroniseCache(long directoryId, SynchronisationMode mode)
          Requests that this directory should update its cache by synchronising with the remote User data.
 void DirectoryManager.synchroniseCache(long directoryId, SynchronisationMode mode, boolean runInBackground)
          Requests that this directory should update its cache by synchronising with the remote User data.
 



Copyright © 2012 Atlassian. All Rights Reserved.