public static interface SearchResultHandler.RecordProcessor
SearchResultHandler for processing records of
a SearchResult on a per-record basis.
SearchResultHandler| Modifier and Type | Method and Description |
|---|---|
boolean |
process(SearchResult record)
Implementations must implement this method to process each record in
SearchResult. |
boolean process(SearchResult record) throws NamingException
SearchResult.record - the SearchResult to precesstrue to continue processing, false to stop iterating
over search resultsNamingExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.