java.lang.Object
org.identityconnectors.framework.common.objects.LiveSyncDelta
Direct Known Subclasses:
SyncDelta

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

    • getObjectClass

      public ObjectClass getObjectClass()
      If the change described by this SyncDelta.DELETE and the deleted object value is null, this method returns the ObjectClass of the deleted object. If operation syncs ObjectClass.ALL this must be set, otherwise this method can return null.
      Returns:
      the ObjectClass of the deleted object.
    • getUid

      public Uid getUid()
      Returns the Uid of the connector object that changed.
      Returns:
      The Uid.
    • getObject

      public ConnectorObject getObject()
      Returns the connector object that changed. This may be null in the case of delete.
      Returns:
      The object or possibly null if this represents a delete.
    • toString

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

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

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