Class LiveSyncDelta
java.lang.Object
org.identityconnectors.framework.common.objects.LiveSyncDelta
- Direct Known Subclasses:
SyncDelta
Represents a change to an object in a resource.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the connector object that changed.If the change described by thisSyncDelta.DELETEand the deleted object value isnull, this method returns the ObjectClass of the deleted object.getUid()Returns the Uid of the connector object that changed.inthashCode()toString()
-
Method Details
-
getObjectClass
If the change described by thisSyncDelta.DELETEand the deleted object value isnull, this method returns the ObjectClass of the deleted object. If operation syncsObjectClass.ALLthis must be set, otherwise this method can returnnull.- Returns:
- the ObjectClass of the deleted object.
-
getUid
Returns the Uid of the connector object that changed.- Returns:
- The Uid.
-
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
-
hashCode
public int hashCode() -
equals
-