Class LiveSyncImpl.AttributesToGetLiveSyncResultsHandler
java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.AttributesToGetResultsHandler
org.identityconnectors.framework.impl.api.local.operations.LiveSyncImpl.AttributesToGetLiveSyncResultsHandler
- All Implemented Interfaces:
LiveSyncResultsHandler
- Enclosing class:
LiveSyncImpl
public static class LiveSyncImpl.AttributesToGetLiveSyncResultsHandler
extends AttributesToGetResultsHandler
implements LiveSyncResultsHandler
Simple handler to reduce the attributes to only the set of attribute to get.
-
Constructor Summary
ConstructorDescriptionAttributesToGetLiveSyncResultsHandler
(LiveSyncResultsHandler handler, String[] attrsToGet) -
Method Summary
Modifier and TypeMethodDescriptionboolean
handle
(LiveSyncDelta delta) Called to handle a delta in the stream.Methods inherited from class org.identityconnectors.framework.impl.api.local.operations.AttributesToGetResultsHandler
reduceToAttrsToGet, reduceToAttrsToGet
-
Constructor Details
-
AttributesToGetLiveSyncResultsHandler
-
-
Method Details
-
handle
Description copied from interface:LiveSyncResultsHandler
Called 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 toinvalid reference
LiveSyncApiOp#sync()
livesync
operation.- Specified by:
handle
in interfaceLiveSyncResultsHandler
- Parameters:
delta
- The change- Returns:
- True if the application wants to continue processing more results.
-