Uses of Class
org.identityconnectors.framework.common.objects.SyncDeltaBuilder
-
Packages that use SyncDeltaBuilder Package Description org.identityconnectors.framework.common.objects -
-
Uses of SyncDeltaBuilder in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return SyncDeltaBuilder Modifier and Type Method Description SyncDeltaBuilderSyncDeltaBuilder. setDeltaType(SyncDeltaType type)Sets the type of the change that occurred.SyncDeltaBuilderSyncDeltaBuilder. setObject(ConnectorObject object)Sets the object that changed and implicitly sets Uid if object is not null.SyncDeltaBuilderSyncDeltaBuilder. setObjectClass(ObjectClass objectClass)Sets the ObjectClass of the object that deleted.SyncDeltaBuilderSyncDeltaBuilder. setPreviousUid(Uid previousUid)Sets the Uid of the object before the change.SyncDeltaBuilderSyncDeltaBuilder. setToken(SyncToken token)Sets theSyncTokenof the object that changed.SyncDeltaBuilderSyncDeltaBuilder. setUid(Uid uid)Sets the Uid of the object that changed.
-