Package org.alfresco.repo.security.sync
Interface ChainingUserRegistrySynchronizerStatus
-
- All Known Implementing Classes:
ChainingUserRegistrySynchronizer
public interface ChainingUserRegistrySynchronizerStatusReports upon the status of the ChainingUserRegistrySynchronizer- Author:
- mrogers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLastErrorMessage()The last error message or null if last sync completed without errorStringgetLastRunOnServer()Get the serveridDategetSyncEndTime()Get the end date/time of the last synchronizationStringgetSynchronizationLastError(String zoneId)Get the last error message from synchronizing this zoneDategetSynchronizationLastGroupUpdateTime(String zoneId)Get the date/time that the last group update completedDategetSynchronizationLastUserUpdateTime(String zoneId)Get the date/time that the last user/person update completedStringgetSynchronizationStatus()StringgetSynchronizationStatus(String zoneId)Get the synchronization statusStringgetSynchronizationSummary(String zoneId)Get the synchronization summary message for the specified zoneDategetSyncStartTime()Get the start date/time of the last synchronization
-
-
-
Method Detail
-
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
String getSynchronizationStatus(String zoneId)
Get the synchronization status- Parameters:
zoneId- - zone id- Returns:
- the status
-
getSynchronizationLastUserUpdateTime
Date getSynchronizationLastUserUpdateTime(String zoneId)
Get the date/time that the last user/person update completed- Parameters:
zoneId- String- Returns:
- date or null if sync has never completed
-
getSynchronizationLastGroupUpdateTime
Date getSynchronizationLastGroupUpdateTime(String zoneId)
Get the date/time that the last group update completed- Parameters:
zoneId- String- Returns:
- date or null if sync has never completed
-
getSynchronizationLastError
String getSynchronizationLastError(String zoneId)
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
String getSynchronizationSummary(String zoneId)
Get the synchronization summary message for the specified zone- Parameters:
zoneId- the zone- Returns:
- the summary or null
-
getSynchronizationStatus
String getSynchronizationStatus()
- Returns:
- String
-
-