Uses of Class
org.identityconnectors.framework.common.objects.LiveSyncDeltaBuilder
-
Packages that use LiveSyncDeltaBuilder Package Description org.identityconnectors.framework.common.objects -
-
Uses of LiveSyncDeltaBuilder in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return LiveSyncDeltaBuilder Modifier and Type Method Description LiveSyncDeltaBuilderLiveSyncDeltaBuilder. setObject(ConnectorObject object)Sets the object that changed and implicitly sets Uid if object is not null.LiveSyncDeltaBuilderLiveSyncDeltaBuilder. setObjectClass(ObjectClass objectClass)Sets the ObjectClass of the object that deleted.LiveSyncDeltaBuilderLiveSyncDeltaBuilder. setUid(Uid uid)Sets the Uid of the object that changed.
-