Uses of Interface
org.identityconnectors.framework.common.objects.SyncResultsHandler
Packages that use SyncResultsHandler
Package
Description
This is the "Service Provider Interface" package.
-
Uses of SyncResultsHandler in net.tirasa.connid.commons.scripted
Methods in net.tirasa.connid.commons.scripted with parameters of type SyncResultsHandlerModifier and TypeMethodDescriptionvoidAbstractScriptedConnector.sync(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) -
Uses of SyncResultsHandler in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations with parameters of type SyncResultsHandlerModifier 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
Methods in org.identityconnectors.framework.impl.api with parameters of type SyncResultsHandlerModifier and TypeMethodDescriptionfinal SyncTokenAbstractConnectorFacade.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
Classes in org.identityconnectors.framework.impl.api.local.operations that implement SyncResultsHandlerModifier and TypeClassDescriptionclassstatic classSimple handler to reduce the attributes to only the set of attribute to get.Methods in org.identityconnectors.framework.impl.api.local.operations with parameters of type SyncResultsHandlerModifier and TypeMethodDescriptionSyncImpl.sync(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) Constructors in org.identityconnectors.framework.impl.api.local.operations with parameters of type SyncResultsHandlerModifierConstructorDescriptionAttributesToGetSyncResultsHandler(SyncResultsHandler handler, String[] attrsToGet) NormalizingSyncResultsHandler(SyncResultsHandler target, ObjectNormalizerFacade normalizer) -
Uses of SyncResultsHandler in org.identityconnectors.framework.spi
Subinterfaces of SyncResultsHandler in org.identityconnectors.framework.spiModifier and TypeInterfaceDescriptioninterfaceA 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 SyncResultsHandlerModifier and TypeMethodDescriptionvoidSyncOp.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
Methods in org.identityconnectors.testconnector with parameters of type SyncResultsHandlerModifier and TypeMethodDescriptionvoidTstAbstractConnector.sync(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) voidTstConnector.sync(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options)