Uses of Interface
org.forgerock.opendj.ldap.messages.SearchResultReference
Packages that use SearchResultReference
Package
Description
Classes and interfaces providing I/O functionality.
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
Classes and interfaces for reading and writing LDIF.
-
Uses of SearchResultReference in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type SearchResultReferenceModifier and TypeMethodDescriptionvoidLdapWriter.writeSearchResultReference(int messageID, SearchResultReference reference) Writes the provided search result reference. -
Uses of SearchResultReference in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return SearchResultReferenceModifier and TypeMethodDescriptionSearchResultReferenceIOException.getReference()Returns theSearchResultReferencewhich was encountered while processing the search results.Methods in org.forgerock.opendj.ldap with parameters of type SearchResultReferenceModifier and TypeMethodDescriptiondefault booleanSearchResultHandler.handleReference(SearchResultReference reference) Invoked each time a search result reference is returned from an asynchronous search operation.Constructors in org.forgerock.opendj.ldap with parameters of type SearchResultReferenceModifierConstructorDescriptionCreates a new referral result IO exception with the providedSearchResultReference. -
Uses of SearchResultReference in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return SearchResultReferenceModifier and TypeMethodDescriptionSearchResultReference.addControl(Control control) SearchResultReference.addControls(Iterable<? extends Control> controls) Adds the provided continuation reference URI to this search result reference.static SearchResultReferenceResponses.copyOfSearchResultReference(SearchResultReference reference) Creates a new search result reference that is an exact copy of the provided result.static SearchResultReferenceResponses.newSearchResultReference(String uri) Creates a new search result reference using the provided continuation reference URI.static SearchResultReferenceResponses.newSearchResultReference(List<String> uris) Creates a new search result reference using the provided continuation reference URIs.SearchResultReference.removeControls(String oid) static SearchResultReferenceResponses.unmodifiableSearchResultReference(SearchResultReference reference) Creates an unmodifiable search result reference using the provided response.Methods in org.forgerock.opendj.ldap.messages with parameters of type SearchResultReferenceModifier and TypeMethodDescriptionstatic SearchResultReferenceResponses.copyOfSearchResultReference(SearchResultReference reference) Creates a new search result reference that is an exact copy of the provided result.static LdapMessageLdapMessage.newResponseMessage(int messageId, SearchResultReference response) Builds and returns anLdapMessagecontaining aSearchResultReference.static SearchResultReferenceResponses.unmodifiableSearchResultReference(SearchResultReference reference) Creates an unmodifiable search result reference using the provided response. -
Uses of SearchResultReference in org.forgerock.opendj.ldif
Methods in org.forgerock.opendj.ldif that return SearchResultReferenceModifier and TypeMethodDescriptionConnectionEntryReader.readReference()Waits for the next search result entry or reference to become available and, if it is a reference, returns it as aSearchResultReference.