org.identityconnectors.framework.impl.api.local.operations
Class SearchImpl.AttributesToGetSearchResultsHandler

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.local.operations.AttributesToGetResultsHandler
      extended by org.identityconnectors.framework.impl.api.local.operations.SearchImpl.AttributesToGetSearchResultsHandler
All Implemented Interfaces:
ResultsHandler
Enclosing class:
SearchImpl

public static class SearchImpl.AttributesToGetSearchResultsHandler
extends AttributesToGetResultsHandler
implements ResultsHandler

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


Constructor Summary
SearchImpl.AttributesToGetSearchResultsHandler(ResultsHandler handler, String[] attrsToGet)
           
 
Method Summary
 boolean handle(ConnectorObject obj)
          Handle the object w/ reduced attributes.
 
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

SearchImpl.AttributesToGetSearchResultsHandler

public SearchImpl.AttributesToGetSearchResultsHandler(ResultsHandler handler,
                                                      String[] attrsToGet)
Method Detail

handle

public boolean handle(ConnectorObject obj)
Handle the object w/ reduced attributes.

Specified by:
handle in interface ResultsHandler


Copyright © 2011. All Rights Reserved.