|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface DeleteResult
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 |
|---|
Entry getSoftDeletedEntry()
DeleteResult is in
response to a soft-delete request.
null if the original request
was not a soft delete request.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||