|
|||||||||
| 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 | |
|---|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||