Class NormalizingLiveSyncResultsHandler
java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.NormalizingLiveSyncResultsHandler
- All Implemented Interfaces:
LiveSyncResultsHandler
-
Constructor Summary
ConstructorsConstructorDescriptionNormalizingLiveSyncResultsHandler(LiveSyncResultsHandler target, ObjectNormalizerFacade normalizer) -
Method Summary
Modifier and TypeMethodDescriptionbooleanhandle(LiveSyncDelta delta) Called to handle a delta in the stream.
-
Constructor Details
-
NormalizingLiveSyncResultsHandler
public NormalizingLiveSyncResultsHandler(LiveSyncResultsHandler target, ObjectNormalizerFacade normalizer)
-
-
Method Details
-
handle
Description copied from interface:LiveSyncResultsHandlerCalled to handle a delta in the stream. The Connector framework will call this method multiple times, once for each result. Although this method is callback, the framework will invoke it synchronously. Thus, the framework guarantees that once an application's call toreturns, the framework will no longer call this method to handle results from thatinvalid reference
LiveSyncApiOp#sync()livesyncoperation.- Specified by:
handlein interfaceLiveSyncResultsHandler- Parameters:
delta- The change- Returns:
- True if the application wants to continue processing more results.
-