| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface GenericResult
This interface defines a set of methods which may be used to interact with properties common to most types of LDAP results.
| Method Summary | |
|---|---|
 java.lang.String | 
getAdditionalLogMessage()
Retrieves an additional log message for the result which will not be returned to the client but may be included in access log messages for the associated operation.  | 
 java.lang.String | 
getDiagnosticMessage()
Retrieves the diagnostic message for the result, if any.  | 
 java.lang.String | 
getMatchedDN()
Retrieves the matched DN for the result, if any.  | 
 java.util.List<java.lang.String> | 
getReferralURLs()
Retrieves the referral URLs for the result.  | 
 com.unboundid.ldap.sdk.ResultCode | 
getResultCode()
Retrieves the result code for the result.  | 
 com.unboundid.ldap.sdk.LDAPResult | 
toLDAPSDKResult()
Retrieves an LDAP SDK representation of this result.  | 
| Methods inherited from interface com.unboundid.directory.sdk.common.operation.Result | 
|---|
getOperationType, getResultControls | 
| Method Detail | 
|---|
com.unboundid.ldap.sdk.ResultCode getResultCode()
java.lang.String getMatchedDN()
null if there is none.java.lang.String getDiagnosticMessage()
null if there
          is none.java.util.List<java.lang.String> getReferralURLs()
java.lang.String getAdditionalLogMessage()
com.unboundid.ldap.sdk.LDAPResult toLDAPSDKResult()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||