java.lang.Object
org.identityconnectors.framework.common.objects.LiveSyncDelta
org.identityconnectors.framework.common.objects.SyncDelta

public final class SyncDelta extends LiveSyncDelta
Represents a change to an object in a resource.
See Also:
  • Method Details

    • getPreviousUid

      public Uid getPreviousUid()
      If the change described by this SyncDelta modified the object's Uid, this method returns the Uid before the change. Not all resources can determine the previous Uid, so this method can return null.
      Returns:
      the previous Uid or null if it could not be determined or the change did not modify the Uid.
    • getToken

      public SyncToken getToken()
      Returns the SyncToken of the object that changed.
      Returns:
      the SyncToken of the object that changed.
    • getDeltaType

      public SyncDeltaType getDeltaType()
      Returns the type of the change the occured.
      Returns:
      The type of change that occured.
    • toString

      public String toString()
      Overrides:
      toString in class LiveSyncDelta
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class LiveSyncDelta
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class LiveSyncDelta