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. | 
 com.unboundid.asn1.ASN1OctetString | 
getResultValue()
 
          Retrieves the value for the extended result, if any. | 
 
 
 
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
com.unboundid.asn1.ASN1OctetString getResultValue()
- Retrieves the value for the extended result, if any.
 
- Returns:
 - The value for the extended result, or 
null if there is
          none.