Uses of Interface
org.identityconnectors.framework.common.objects.LiveSyncResultsHandler
-
Packages that use LiveSyncResultsHandler Package Description org.identityconnectors.framework.api.operations org.identityconnectors.framework.spi.operations -
-
Uses of LiveSyncResultsHandler in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations with parameters of type LiveSyncResultsHandler Modifier and Type Method Description voidLiveSyncApiOp. livesync(ObjectClass objectClass, LiveSyncResultsHandler handler, OperationOptions options)Request synchronization events--i.e., native changes to target objects. -
Uses of LiveSyncResultsHandler in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations with parameters of type LiveSyncResultsHandler Modifier and Type Method Description voidLiveSyncOp. livesync(ObjectClass objectClass, LiveSyncResultsHandler handler, OperationOptions options)Request synchronization events--i.e., native changes to target objects.
-