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

All Superinterfaces:
GenericResult, Result
All Known Subinterfaces:
UpdatableExtendedResult

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

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


Method Summary
 java.lang.String getResultOID()
          Retrieves the OID for the extended result, if any.
 ASN1OctetString getResultValue()
          Retrieves the value for the extended result, if any.
 
Methods inherited from interface com.unboundid.directory.sdk.common.operation.GenericResult
getAdditionalLogMessage, getDiagnosticMessage, getMatchedDN, getReferralURLs, getResultCode, toLDAPSDKResult
 
Methods inherited from interface com.unboundid.directory.sdk.common.operation.Result
getOperationType, getResultControls
 

Method Detail

getResultOID

java.lang.String getResultOID()
Retrieves the OID for the extended result, if any.

Returns:
The OID for the extended result, or null if there is none.

getResultValue

ASN1OctetString getResultValue()
Retrieves the value for the extended result, if any.

Returns:
The value for the extended result, or null if there is none.