Uses of Interface
org.identityconnectors.framework.common.objects.LiveSyncResultsHandler
Packages that use LiveSyncResultsHandler
Package
Description
-
Uses of LiveSyncResultsHandler in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations with parameters of type LiveSyncResultsHandlerModifier and TypeMethodDescriptionvoidLiveSyncApiOp.livesync(ObjectClass objectClass, LiveSyncResultsHandler handler, OperationOptions options) Request synchronization events--i.e., native changes to target objects. -
Uses of LiveSyncResultsHandler in org.identityconnectors.framework.impl.api
Methods in org.identityconnectors.framework.impl.api with parameters of type LiveSyncResultsHandlerModifier and TypeMethodDescriptionvoidAbstractConnectorFacade.livesync(ObjectClass objectClass, LiveSyncResultsHandler handler, OperationOptions options) Request synchronization events--i.e., native changes to target objects. -
Uses of LiveSyncResultsHandler in org.identityconnectors.framework.impl.api.local.operations
Classes in org.identityconnectors.framework.impl.api.local.operations that implement LiveSyncResultsHandlerModifier and TypeClassDescriptionstatic classSimple handler to reduce the attributes to only the set of attribute to get.classMethods in org.identityconnectors.framework.impl.api.local.operations with parameters of type LiveSyncResultsHandlerModifier and TypeMethodDescriptionvoidLiveSyncImpl.livesync(ObjectClass objectClass, LiveSyncResultsHandler handler, OperationOptions options) Constructors in org.identityconnectors.framework.impl.api.local.operations with parameters of type LiveSyncResultsHandlerModifierConstructorDescriptionAttributesToGetLiveSyncResultsHandler(LiveSyncResultsHandler handler, String[] attrsToGet) NormalizingLiveSyncResultsHandler(LiveSyncResultsHandler target, ObjectNormalizerFacade normalizer) -
Uses of LiveSyncResultsHandler in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations with parameters of type LiveSyncResultsHandlerModifier and TypeMethodDescriptionvoidLiveSyncOp.livesync(ObjectClass objectClass, LiveSyncResultsHandler handler, OperationOptions options) Request synchronization events--i.e., native changes to target objects. -
Uses of LiveSyncResultsHandler in org.identityconnectors.testconnector
Methods in org.identityconnectors.testconnector with parameters of type LiveSyncResultsHandlerModifier and TypeMethodDescriptionvoidTstAbstractConnector.livesync(ObjectClass objectClass, LiveSyncResultsHandler handler, OperationOptions options) voidTstConnector.livesync(ObjectClass objectClass, LiveSyncResultsHandler handler, OperationOptions options)