|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.identityconnectors.framework.common.objects.SyncDelta
public final class SyncDelta
Represents a change to an object in a resource.
SyncApiOp
,
SyncOp
Method Summary | |
---|---|
boolean |
equals(Object o)
|
SyncDeltaType |
getDeltaType()
Returns the type of the change the occured. |
ConnectorObject |
getObject()
Returns the connector object that changed. |
Uid |
getPreviousUid()
If the change described by this SyncDelta modified the
object's Uid, this method returns the Uid before the change. |
SyncToken |
getToken()
Returns the SyncToken of the object that changed. |
Uid |
getUid()
Returns the Uid of the connector object that changed. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Uid getPreviousUid()
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
.
public Uid getUid()
public ConnectorObject getObject()
public SyncToken getToken()
SyncToken
of the object that changed.
SyncToken
of the object that changed.public SyncDeltaType getDeltaType()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |