Uses of Class
org.identityconnectors.framework.common.objects.SyncDelta
Package
Description
-
Uses of SyncDelta in org.identityconnectors.contract.test
Modifier and TypeMethodDescriptionConnectorHelper.sync
(ConnectorFacade connectorFacade, ObjectClass objClass, SyncToken token, OperationOptions opOptions) Performs sync on connector facade.Modifier and TypeMethodDescriptionstatic void
ConnectorHelper.checkSyncDelta
(ObjectClassInfo ocInfo, SyncDelta delta, Uid uid, Set<Attribute> attributes, SyncDeltaType deltaType, boolean checkNotReturnedByDefault) Check that passed SyncDelta has expected values. -
Uses of SyncDelta in org.identityconnectors.framework.common.objects
Modifier and TypeMethodDescriptionboolean
Called to handle a delta in the stream.ModifierConstructorDescriptionSyncDeltaBuilder
(SyncDelta delta) Creates a newSyncDeltaBuilder
whose values are initialized to those of the delta. -
Uses of SyncDelta in org.identityconnectors.framework.impl.api.local.operations
Modifier and TypeMethodDescriptionObjectNormalizerFacade.normalizeSyncDelta
(SyncDelta delta) Returns the normalized sync delta.