Interface UpdatableModifyDNResult
-
- All Superinterfaces:
GenericResult
,ModifyDNResult
,Result
,UpdatableGenericResult
,UpdatableResult
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UpdatableModifyDNResult extends ModifyDNResult, UpdatableGenericResult
This interface defines a set of methods which may be used to update modify DN results.
-
-
Method Summary
-
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.ModifyDNResult
getAssuredReplicationRequirements, getNewEntry, getOldEntry
-
Methods inherited from interface com.unboundid.directory.sdk.common.operation.Result
getOperationType, getResultControls
-
Methods inherited from interface com.unboundid.directory.sdk.common.operation.UpdatableGenericResult
setAdditionalLogMessage, setDiagnosticMessage, setMatchedDN, setReferralURLs, setResultCode, setResultData, setResultData
-
Methods inherited from interface com.unboundid.directory.sdk.common.operation.UpdatableResult
addResultControl, setResultControls
-
-