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 voidConnectorHelper.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 classRepresents 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 TypeMethodDescriptionbooleanLiveSyncResultsHandler.handle(LiveSyncDelta delta) Called to handle a delta in the stream.Constructors in org.identityconnectors.framework.common.objects with parameters of type LiveSyncDeltaModifierConstructorDescriptionCreates a newLiveSyncDeltaBuilderwhose 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 TypeMethodDescriptionbooleanLiveSyncImpl.AttributesToGetLiveSyncResultsHandler.handle(LiveSyncDelta delta) booleanNormalizingLiveSyncResultsHandler.handle(LiveSyncDelta delta) ObjectNormalizerFacade.normalizeLiveSyncDelta(LiveSyncDelta delta) Returns the normalized live sync delta.