Uses of Interface
org.identityconnectors.framework.common.objects.SyncResultsHandler
-
Packages that use SyncResultsHandler Package Description org.identityconnectors.framework.api.operations org.identityconnectors.framework.impl.api org.identityconnectors.framework.impl.api.local.operations org.identityconnectors.framework.spi This is the "Service Provider Interface" package.org.identityconnectors.framework.spi.operations org.identityconnectors.testconnector -
-
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 SyncToken
SyncApiOp. 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 SyncResultsHandler Modifier and Type Method Description 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
Classes in org.identityconnectors.framework.impl.api.local.operations that implement SyncResultsHandler Modifier and Type Class Description class
NormalizingSyncResultsHandler
static class
SyncImpl.AttributesToGetSyncResultsHandler
Simple 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 SyncResultsHandler Modifier and Type Method Description SyncToken
SyncImpl. sync(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options)
Constructors in org.identityconnectors.framework.impl.api.local.operations with parameters of type SyncResultsHandler Constructor Description AttributesToGetSyncResultsHandler(SyncResultsHandler handler, String[] attrsToGet)
NormalizingSyncResultsHandler(SyncResultsHandler target, ObjectNormalizerFacade normalizer)
-
Uses of SyncResultsHandler in org.identityconnectors.framework.spi
Subinterfaces of SyncResultsHandler in org.identityconnectors.framework.spi Modifier and Type Interface Description interface
SyncTokenResultsHandler
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
Methods in org.identityconnectors.framework.spi.operations with parameters of type SyncResultsHandler Modifier and Type Method Description void
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
Methods in org.identityconnectors.testconnector with parameters of type SyncResultsHandler Modifier and Type Method Description void
TstAbstractConnector. sync(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options)
void
TstConnector. sync(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options)
-