Interface SearchResultHandler

    • Method Detail

      • handleEntry

        boolean handleEntry​(SearchResultEntry entry)
        Invoked each time a search result entry is returned from an asynchronous search operation.
        Parameters:
        entry - The search result entry.
        Returns:
        true if this handler should continue to be notified of any remaining entries and references, or false if the remaining entries and references should be skipped for some reason (e.g. a client side size limit has been reached).
      • handleReference

        boolean handleReference​(SearchResultReference reference)
        Invoked each time a search result reference is returned from an asynchronous search operation.
        Parameters:
        reference - The search result reference.
        Returns:
        true if this handler should continue to be notified of any remaining entries and references, or false if the remaining entries and references should be skipped for some reason (e.g. a client side size limit has been reached).