Uses of Class
org.identityconnectors.framework.common.objects.SyncDelta
Packages that use SyncDelta
Package
Description
-
Uses of SyncDelta in org.identityconnectors.contract.test
Methods in org.identityconnectors.contract.test that return types with arguments of type SyncDeltaModifier and TypeMethodDescriptionConnectorHelper.sync
(ConnectorFacade connectorFacade, ObjectClass objClass, SyncToken token, OperationOptions opOptions) Performs sync on connector facade.Methods in org.identityconnectors.contract.test with parameters of type SyncDeltaModifier 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
Methods in org.identityconnectors.framework.common.objects that return SyncDeltaMethods in org.identityconnectors.framework.common.objects with parameters of type SyncDeltaModifier and TypeMethodDescriptionboolean
Called to handle a delta in the stream.Constructors in org.identityconnectors.framework.common.objects with parameters of type SyncDeltaModifierConstructorDescriptionSyncDeltaBuilder
(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
Methods in org.identityconnectors.framework.impl.api.local.operations that return SyncDeltaModifier and TypeMethodDescriptionObjectNormalizerFacade.normalizeSyncDelta
(SyncDelta delta) Returns the normalized sync delta.Methods in org.identityconnectors.framework.impl.api.local.operations with parameters of type SyncDelta