@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface ModifyResult extends GenericResult
Modifier and Type | Method and Description |
---|---|
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 operation, if
available.
|
Entry |
getOldEntry()
Retrieves the entry as it appeared before the modify operation, if
available.
|
getAdditionalLogMessage, getDiagnosticMessage, getMatchedDN, getReferralURLs, getResultCode, toLDAPSDKResult
getOperationType, getResultControls
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.