public interface ChainingUserRegistrySynchronizerStatus
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLastErrorMessage()
The last error message or null if last sync completed without error
|
java.lang.String |
getLastRunOnServer()
Get the serverid
|
java.util.Date |
getSyncEndTime()
Get the end date/time of the last synchronization
|
java.lang.String |
getSynchronizationLastError(java.lang.String zoneId)
Get the last error message from synchronizing this zone
|
java.util.Date |
getSynchronizationLastGroupUpdateTime(java.lang.String zoneId)
Get the date/time that the last group update completed
|
java.util.Date |
getSynchronizationLastUserUpdateTime(java.lang.String zoneId)
Get the date/time that the last user/person update completed
|
java.lang.String |
getSynchronizationStatus() |
java.lang.String |
getSynchronizationStatus(java.lang.String zoneId)
Get the synchronization status
|
java.lang.String |
getSynchronizationSummary(java.lang.String zoneId)
Get the synchronization summary message for the specified zone
|
java.util.Date |
getSyncStartTime()
Get the start date/time of the last synchronization
|
java.util.Date getSyncStartTime()
java.util.Date getSyncEndTime()
java.lang.String getLastErrorMessage()
java.lang.String getLastRunOnServer()
java.lang.String getSynchronizationStatus(java.lang.String zoneId)
zone - java.util.Date getSynchronizationLastUserUpdateTime(java.lang.String zoneId)
zoneId - java.util.Date getSynchronizationLastGroupUpdateTime(java.lang.String zoneId)
zoneId - java.lang.String getSynchronizationLastError(java.lang.String zoneId)
zoneId - the zonejava.lang.String getSynchronizationSummary(java.lang.String zoneId)
zoneId - the zonejava.lang.String getSynchronizationStatus()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.