Package org.alfresco.repo.security.sync
Interface ChainingUserRegistrySynchronizerStatus
- All Known Implementing Classes:
ChainingUserRegistrySynchronizer
public interface ChainingUserRegistrySynchronizerStatus
Reports upon the status of the
ChainingUserRegistrySynchronizer
- Author:
- mrogers
-
Method Summary
Modifier and TypeMethodDescriptionThe last error message or null if last sync completed without errorGet the serveridGet the end date/time of the last synchronizationgetSynchronizationLastError(String zoneId) Get the last error message from synchronizing this zoneGet the date/time that the last group update completedGet the date/time that the last user/person update completedgetSynchronizationStatus(String zoneId) Get the synchronization statusgetSynchronizationSummary(String zoneId) Get the synchronization summary message for the specified zoneGet the start date/time of the last synchronization
-
Method Details
-
getSyncStartTime
Date getSyncStartTime()Get the start date/time of the last synchronization- Returns:
- the date/time or null
-
getSyncEndTime
Date getSyncEndTime()Get the end date/time of the last synchronization- Returns:
- the date/time or null
-
getLastErrorMessage
String getLastErrorMessage()The last error message or null if last sync completed without error- Returns:
- the last error message or null
-
getLastRunOnServer
String getLastRunOnServer()Get the serverid- Returns:
- the server id of the sever that last ran sync
-
getSynchronizationStatus
Get the synchronization status- Parameters:
zoneId- - zone id- Returns:
- the status
-
getSynchronizationLastUserUpdateTime
Get the date/time that the last user/person update completed- Parameters:
zoneId- String- Returns:
- date or null if sync has never completed
-
getSynchronizationLastGroupUpdateTime
Get the date/time that the last group update completed- Parameters:
zoneId- String- Returns:
- date or null if sync has never completed
-
getSynchronizationLastError
Get the last error message from synchronizing this zone- Parameters:
zoneId- the zone- Returns:
- the last error message or null if the last sync did not have an error
-
getSynchronizationSummary
Get the synchronization summary message for the specified zone- Parameters:
zoneId- the zone- Returns:
- the summary or null
-
getSynchronizationStatus
String getSynchronizationStatus()- Returns:
- String
-