public interface DirectoryPollerManager
| Modifier and Type | Method and Description |
|---|---|
void |
triggerPoll(long directoryID,
SynchronisationMode synchronisationMode)
Manually triggers the directory poller to immediately poll the directory and synchronise changes.
|
void triggerPoll(long directoryID,
SynchronisationMode synchronisationMode)
DirectoryManager.isSynchronising(long).
If the directory does not exist or has no poller associated with it, this method
will do nothing.directoryID - directory ID.synchronisationMode - determines whether the poll only requests elements that have changed since a timestamp or if
it queries for the entire user base from the remote directory and determines changes locally.Copyright © 2023 Atlassian. All rights reserved.