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

All Superinterfaces:
GenericResult, Result
All Known Subinterfaces:
UpdatableDeleteResult

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

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


Method Summary
 Entry getSoftDeletedEntry()
          Retrieves the soft-deleted entry if this DeleteResult is in response to a soft-delete request.
 
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

getSoftDeletedEntry

Entry getSoftDeletedEntry()
Retrieves the soft-deleted entry if this DeleteResult is in response to a soft-delete request.

Returns:
The soft-deleted entry, or null if the original request was not a soft delete request.