Interface ChainingUserRegistrySynchronizerStatus

All Known Implementing Classes:
ChainingUserRegistrySynchronizer

public interface ChainingUserRegistrySynchronizerStatus
Reports upon the status of the ChainingUserRegistrySynchronizer
Author:
mrogers
  • 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

      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