| Package | Description |
|---|---|
| com.atlassian.crowd.directory | |
| com.atlassian.crowd.directory.monitor.poller | |
| com.atlassian.crowd.manager.directory |
| Modifier and Type | Method and Description |
|---|---|
void |
SynchronisableDirectory.synchroniseCache(SynchronisationMode mode,
SynchronisationStatusManager synchronisationStatusManager)
Requests that this directory should update its cache by synchronising with the remote data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryPoller.pollChanges(SynchronisationMode syncMode)
Polls the directory for mutations and synchronises accordingly.
|
| Modifier and Type | Method and Description |
|---|---|
SynchronisationMode |
DirectoryManager.getSynchronisationMode(long directoryId)
Returns the preferred synchronisation mode defined for the directory if
synchronisable, else null |
static SynchronisationMode |
SynchronisationMode.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2018 Atlassian. All rights reserved.