| Package | Description |
|---|---|
| com.atlassian.crowd.embedded.api | |
| com.atlassian.crowd.manager.directory | |
| com.atlassian.crowd.rest.plugin.util |
| Modifier and Type | Method and Description |
|---|---|
DirectorySynchronisationRoundInformation |
DirectorySynchronisationInformation.getActiveRound()
Information of the currently running synchronisation or null if directory is not being synchronised.
|
DirectorySynchronisationRoundInformation |
DirectorySynchronisationInformation.getLastRound()
Information of the last completed synchronisation or null if directory has never been synchronised.
|
| Constructor and Description |
|---|
DirectorySynchronisationInformation(DirectorySynchronisationRoundInformation lastRound,
DirectorySynchronisationRoundInformation activeRound) |
| Modifier and Type | Method and Description |
|---|---|
DirectorySynchronisationRoundInformation |
InDatabaseDirectorySynchronisationInformationStore.getActive(long directoryId) |
DirectorySynchronisationRoundInformation |
DirectorySynchronisationInformationStoreImpl.getActive(long directoryId)
Deprecated.
|
DirectorySynchronisationRoundInformation |
DirectorySynchronisationInformationStore.getActive(long directoryId)
Provides information about the status of the active synchronisation for the directory
|
| Modifier and Type | Method and Description |
|---|---|
Optional<DirectorySynchronisationRoundInformation> |
InDatabaseDirectorySynchronisationInformationStore.getLast(long directoryId) |
Optional<DirectorySynchronisationRoundInformation> |
DirectorySynchronisationInformationStoreImpl.getLast(long directoryId)
Deprecated.
|
Optional<DirectorySynchronisationRoundInformation> |
DirectorySynchronisationInformationStore.getLast(long directoryId)
Provides information about the last completed (either succeeded or failed) synchronisation
|
| Modifier and Type | Method and Description |
|---|---|
static DirectorySynchronisationRoundInformationEntity |
SynchronisationEntityTranslator.toSynchronisationInformationEntity(com.atlassian.sal.api.message.I18nResolver i18nResolver,
DirectorySynchronisationRoundInformation roundInfo) |
Copyright © 2017 Atlassian. All rights reserved.