|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface ModifyDNResult
This interface defines a set of methods which may be used to interact with modify DN results.
Method Summary | |
---|---|
AssuredReplicationRequirements |
getAssuredReplicationRequirements()
Retrieves the assured replication requirements that will be used for this operation, if any. |
Entry |
getNewEntry()
Retrieves the entry is it appeared after the modify DN operation, if available. |
Entry |
getOldEntry()
Retrieves the entry as it appeared before the modify DN operation, if available. |
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 getOldEntry()
null
if it is not available.Entry getNewEntry()
null
if it 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 |