Uses of Class
org.identityconnectors.framework.common.objects.LiveSyncDelta
Package
Description
-
Uses of LiveSyncDelta in org.identityconnectors.contract.test
Modifier and TypeMethodDescriptionstatic List
<LiveSyncDelta> ConnectorHelper.livesync
(ConnectorFacade connectorFacade, ObjectClass objClass, OperationOptions opOptions) Performs livesync on connector facade.Modifier 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
Modifier and TypeClassDescriptionfinal class
Represents a change to an object in a resource.Modifier and TypeMethodDescriptionboolean
LiveSyncResultsHandler.handle
(LiveSyncDelta delta) Called to handle a delta in the stream.ModifierConstructorDescriptionCreates a newLiveSyncDeltaBuilder
whose values are initialized to those of the delta. -
Uses of LiveSyncDelta in org.identityconnectors.framework.impl.api.local.operations
Modifier and TypeMethodDescriptionObjectNormalizerFacade.normalizeLiveSyncDelta
(LiveSyncDelta delta) Returns the normalized live sync delta.Modifier and TypeMethodDescriptionboolean
LiveSyncImpl.AttributesToGetLiveSyncResultsHandler.handle
(LiveSyncDelta delta) boolean
NormalizingLiveSyncResultsHandler.handle
(LiveSyncDelta delta) ObjectNormalizerFacade.normalizeLiveSyncDelta
(LiveSyncDelta delta) Returns the normalized live sync delta.