com.unboundid.directory.sdk.common.operation
Interface SearchResult

All Superinterfaces:
GenericResult, Result
All Known Subinterfaces:
UpdatableSearchResult

@NotExtensible
@ThreadSafety(level=INTERFACE_NOT_THREADSAFE)
public interface SearchResult
extends GenericResult

This interface defines a set of methods which may be used to interact with search results.


Method Summary
 SearchResult toLDAPSDKResult()
          Retrieves an LDAP SDK representation of this search result.
 
Methods inherited from interface com.unboundid.directory.sdk.common.operation.GenericResult
getAdditionalLogMessage, getDiagnosticMessage, getMatchedDN, getReferralURLs, getResultCode
 
Methods inherited from interface com.unboundid.directory.sdk.common.operation.Result
getOperationType, getResultControls
 

Method Detail

toLDAPSDKResult

SearchResult toLDAPSDKResult()
Retrieves an LDAP SDK representation of this search result.

Specified by:
toLDAPSDKResult in interface GenericResult
Returns:
An LDAP SDK representation of this search result.