Uses of Interface
org.identityconnectors.framework.common.objects.SyncResultsHandler
Package
Description
This is the "Service Provider Interface" package.
-
Uses of SyncResultsHandler in net.tirasa.connid.commons.scripted
Modifier and TypeMethodDescriptionvoid
AbstractScriptedConnector.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) -
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.impl.api
Modifier and TypeMethodDescriptionfinal SyncToken
AbstractConnectorFacade.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.impl.api.local.operations
Modifier and TypeClassDescriptionclass
static class
Simple handler to reduce the attributes to only the set of attribute to get.Modifier and TypeMethodDescriptionSyncImpl.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) ModifierConstructorDescriptionAttributesToGetSyncResultsHandler
(SyncResultsHandler handler, String[] attrsToGet) NormalizingSyncResultsHandler
(SyncResultsHandler target, ObjectNormalizerFacade normalizer) -
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. -
Uses of SyncResultsHandler in org.identityconnectors.testconnector
Modifier and TypeMethodDescriptionvoid
TstAbstractConnector.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) void
TstConnector.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options)