Uses of Interface
org.identityconnectors.framework.common.objects.SyncResultsHandler
Package
Description
This is the "Service Provider Interface" package.
-
Uses of SyncResultsHandler in org.identityconnectors.framework.api.operations
Modifier and TypeMethodDescriptionSyncApiOp.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) Request synchronization events--i.e., native changes to target objects. -
Uses of SyncResultsHandler in org.identityconnectors.framework.spi
Modifier and TypeInterfaceDescriptioninterface
A SyncTokenResultsHandler is a Callback interface that an application implements in order to handle results fromSyncApiOp
in a stream-processing fashion. -
Uses of SyncResultsHandler in org.identityconnectors.framework.spi.operations
Modifier and TypeMethodDescriptionvoid
SyncOp.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) Request synchronization events--i.e., native changes to target objects.