org.identityconnectors.framework.impl.api.local.operations
Class SyncImpl.AttributesToGetSyncResultsHandler

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.local.operations.AttributesToGetResultsHandler
      extended by org.identityconnectors.framework.impl.api.local.operations.SyncImpl.AttributesToGetSyncResultsHandler
All Implemented Interfaces:
SyncResultsHandler
Enclosing class:
SyncImpl

public static class SyncImpl.AttributesToGetSyncResultsHandler
extends AttributesToGetResultsHandler
implements SyncResultsHandler

Simple handler to reduce the attributes to only the set of attribute to get.


Constructor Summary
SyncImpl.AttributesToGetSyncResultsHandler(SyncResultsHandler handler, String[] attrsToGet)
           
 
Method Summary
 boolean handle(SyncDelta delta)
           
 
Methods inherited from class org.identityconnectors.framework.impl.api.local.operations.AttributesToGetResultsHandler
reduceToAttrsToGet, reduceToAttrsToGet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncImpl.AttributesToGetSyncResultsHandler

public SyncImpl.AttributesToGetSyncResultsHandler(SyncResultsHandler handler,
                                                  String[] attrsToGet)
Method Detail

handle

public boolean handle(SyncDelta delta)
Specified by:
handle in interface SyncResultsHandler


Copyright © 2011. All Rights Reserved.