Uses of Interface
org.identityconnectors.framework.common.objects.SyncResultsHandler
-
Packages that use SyncResultsHandler Package Description org.identityconnectors.framework.api.operations org.identityconnectors.framework.spi This is the "Service Provider Interface" package.org.identityconnectors.framework.spi.operations -
-
Uses of SyncResultsHandler in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations with parameters of type SyncResultsHandler Modifier and Type Method Description SyncTokenSyncApiOp. 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
Subinterfaces of SyncResultsHandler in org.identityconnectors.framework.spi Modifier and Type Interface Description interfaceSyncTokenResultsHandlerA SyncTokenResultsHandler is a Callback interface that an application implements in order to handle results fromSyncApiOpin a stream-processing fashion. -
Uses of SyncResultsHandler in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations with parameters of type SyncResultsHandler Modifier and Type Method Description voidSyncOp. sync(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options)Request synchronization events--i.e., native changes to target objects.
-