Uses of Class
org.identityconnectors.framework.common.objects.LiveSyncDelta
Packages that use LiveSyncDelta
Package
Description
-
Uses of LiveSyncDelta in org.identityconnectors.contract.test
Methods in org.identityconnectors.contract.test that return types with arguments of type LiveSyncDeltaModifier and TypeMethodDescriptionstatic List
<LiveSyncDelta> ConnectorHelper.livesync
(ConnectorFacade connectorFacade, ObjectClass objClass, OperationOptions opOptions) Performs livesync on connector facade.Methods in org.identityconnectors.contract.test with parameters of type LiveSyncDeltaModifier and TypeMethodDescriptionstatic void
ConnectorHelper.checkLiveSyncDelta
(ObjectClassInfo ocInfo, LiveSyncDelta delta, Uid uid, Set<Attribute> attributes, boolean checkNotReturnedByDefault) Check that passed SyncDelta has expected values. -
Uses of LiveSyncDelta in org.identityconnectors.framework.common.objects
Subclasses of LiveSyncDelta in org.identityconnectors.framework.common.objectsModifier and TypeClassDescriptionfinal class
Represents a change to an object in a resource.Methods in org.identityconnectors.framework.common.objects that return LiveSyncDeltaMethods in org.identityconnectors.framework.common.objects with parameters of type LiveSyncDeltaModifier and TypeMethodDescriptionboolean
LiveSyncResultsHandler.handle
(LiveSyncDelta delta) Called to handle a delta in the stream.Constructors in org.identityconnectors.framework.common.objects with parameters of type LiveSyncDeltaModifierConstructorDescriptionCreates a newLiveSyncDeltaBuilder
whose values are initialized to those of the delta. -
Uses of LiveSyncDelta in org.identityconnectors.framework.impl.api.local.operations
Methods in org.identityconnectors.framework.impl.api.local.operations that return LiveSyncDeltaModifier and TypeMethodDescriptionObjectNormalizerFacade.normalizeLiveSyncDelta
(LiveSyncDelta delta) Returns the normalized live sync delta.Methods in org.identityconnectors.framework.impl.api.local.operations with parameters of type LiveSyncDeltaModifier and TypeMethodDescriptionboolean
LiveSyncImpl.AttributesToGetLiveSyncResultsHandler.handle
(LiveSyncDelta delta) boolean
NormalizingLiveSyncResultsHandler.handle
(LiveSyncDelta delta) ObjectNormalizerFacade.normalizeLiveSyncDelta
(LiveSyncDelta delta) Returns the normalized live sync delta.