Uses of Class
org.identityconnectors.framework.common.objects.SyncToken
Package
Description
This is the "Service Provider Interface" package.
-
Uses of SyncToken in org.identityconnectors.framework.api.operations
Modifier and TypeMethodDescriptionSyncApiOp.getLatestSyncToken
(ObjectClass objectClass) Returns the token corresponding to the most recent synchronization event for any instance of the specified object class.SyncApiOp.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) Request synchronization events--i.e., native changes to target objects.Modifier and TypeMethodDescriptionSyncEventSubscriptionApiOp.subscribe
(ObjectClass objectClass, SyncToken token, Observer<SyncDelta> handler, OperationOptions operationOptions) Create a subscription to a given sync topic.SyncApiOp.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) Request synchronization events--i.e., native changes to target objects. -
Uses of SyncToken in org.identityconnectors.framework.common.objects
Modifier and TypeMethodDescriptionSyncDelta.getToken()
Returns theSyncToken
of the object that changed.SyncDeltaBuilder.getToken()
Returns theSyncToken
of the object that changed.Modifier and TypeMethodDescriptionSets theSyncToken
of the object that changed. -
Uses of SyncToken in org.identityconnectors.framework.spi
Modifier and TypeMethodDescriptionvoid
SyncTokenResultsHandler.handleResult
(SyncToken result) Invoked when the request has completed successfully. -
Uses of SyncToken in org.identityconnectors.framework.spi.operations
Modifier and TypeMethodDescriptionSyncOp.getLatestSyncToken
(ObjectClass objectClass) Returns the token corresponding to the most recent synchronization event.Modifier and TypeMethodDescriptionSyncEventSubscriptionOp.subscribe
(ObjectClass objectClass, SyncToken token, Observer<SyncDelta> observer, OperationOptions operationOptions) void
SyncOp.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) Request synchronization events--i.e., native changes to target objects.