Uses of Class
org.identityconnectors.framework.common.objects.SyncDelta
Packages that use SyncDelta
Package
Description
-
Uses of SyncDelta in org.identityconnectors.framework.api.operations
Method parameters in org.identityconnectors.framework.api.operations with type arguments of type SyncDeltaModifier and TypeMethodDescriptionSyncEventSubscriptionApiOp.subscribe
(ObjectClass objectClass, SyncToken token, Observer<SyncDelta> handler, OperationOptions operationOptions) Create a subscription to a given sync topic. -
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.spi.operations
Method parameters in org.identityconnectors.framework.spi.operations with type arguments of type SyncDeltaModifier and TypeMethodDescriptionSyncEventSubscriptionOp.subscribe
(ObjectClass objectClass, SyncToken token, Observer<SyncDelta> observer, OperationOptions operationOptions)