|
|||||||||
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 | |
---|---|
AssuredReplicationRequirements |
getAssuredReplicationRequirements()
Retrieves the assured replication requirements that will be used for this operation, if any. |
Entry |
getDeletedEntry()
Retrieves the entry against which the delete operation was processed, if available. |
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 getDeletedEntry()
null
if the entry is not available.Entry getSoftDeletedEntry()
DeleteResult
is in
response to a soft-delete request.
null
if the original request
was not a soft delete request or the entry is not available.AssuredReplicationRequirements getAssuredReplicationRequirements()
null
if no assurance will be provided for
this operation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |