Class SyncDelta
java.lang.Object
org.identityconnectors.framework.common.objects.LiveSyncDelta
org.identityconnectors.framework.common.objects.SyncDelta
Represents a change to an object in a resource.
- See Also:
-
Method Summary
Methods inherited from class org.identityconnectors.framework.common.objects.LiveSyncDelta
getObject, getObjectClass, getUid
-
Method Details
-
getPreviousUid
If the change described by thisSyncDelta
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 returnnull
.- Returns:
- the previous Uid or null if it could not be determined or the change did not modify the Uid.
-
getToken
Returns theSyncToken
of the object that changed.- Returns:
- the
SyncToken
of the object that changed.
-
getDeltaType
Returns the type of the change the occured.- Returns:
- The type of change that occured.
-
toString
- Overrides:
toString
in classLiveSyncDelta
-
hashCode
public int hashCode()- Overrides:
hashCode
in classLiveSyncDelta
-
equals
- Overrides:
equals
in classLiveSyncDelta
-