public interface ChainingUserRegistrySynchronizerStatus
| Modifier and Type | Method and Description |
|---|---|
String |
getLastErrorMessage()
The last error message or null if last sync completed without error
|
String |
getLastRunOnServer()
Get the serverid
|
Date |
getSyncEndTime()
Get the end date/time of the last synchronization
|
String |
getSynchronizationLastError(String zoneId)
Get the last error message from synchronizing this zone
|
Date |
getSynchronizationLastGroupUpdateTime(String zoneId)
Get the date/time that the last group update completed
|
Date |
getSynchronizationLastUserUpdateTime(String zoneId)
Get the date/time that the last user/person update completed
|
String |
getSynchronizationStatus() |
String |
getSynchronizationStatus(String zoneId)
Get the synchronization status
|
String |
getSynchronizationSummary(String zoneId)
Get the synchronization summary message for the specified zone
|
Date |
getSyncStartTime()
Get the start date/time of the last synchronization
|
Date getSyncStartTime()
Date getSyncEndTime()
String getLastErrorMessage()
String getLastRunOnServer()
String getSynchronizationStatus(String zoneId)
zoneId - - zone idDate getSynchronizationLastUserUpdateTime(String zoneId)
zoneId - StringDate getSynchronizationLastGroupUpdateTime(String zoneId)
zoneId - StringString getSynchronizationLastError(String zoneId)
zoneId - the zoneString getSynchronizationSummary(String zoneId)
zoneId - the zoneString getSynchronizationStatus()
Copyright © 2005–2018 Alfresco Software. All rights reserved.