public static class SearchImpl.AttributesToGetSearchResultsHandler extends AttributesToGetResultsHandler implements ResultsHandler
Constructor and Description |
---|
AttributesToGetSearchResultsHandler(ResultsHandler handler,
String[] attrsToGet) |
Modifier and Type | Method and Description |
---|---|
boolean |
handle(ConnectorObject obj)
Handle the object w/ reduced attributes.
|
reduceToAttrsToGet, reduceToAttrsToGet
public AttributesToGetSearchResultsHandler(ResultsHandler handler, String[] attrsToGet)
public boolean handle(ConnectorObject obj)
handle
in interface ResultsHandler
obj
- The matching ConnectorObject.true
if this handler should continue to be notified of
any remaining matching ConnectorObjects, or false
if the
remaining ConnectorObjects should be skipped for some reason
(e.g. a client side size limit has been reached or the failed to
handle the last item). If returns false
the last items
should be considers unhandled and in next page request it should
be the first item.Copyright © 2018–2025. All rights reserved.