Class ModifyDnContext
java.lang.Object
org.opends.server.replication.protocol.OperationContext
org.opends.server.replication.protocol.ModifyDnContext
This class describe the replication context that is attached to ModifyDN operation.
-
Field Summary
Fields inherited from class org.opends.server.replication.protocol.OperationContext
SYNCHROCONTEXT
-
Constructor Summary
ConstructorDescriptionModifyDnContext
(CSN csn, UUID entryUUID, UUID newSuperiorEntryUUID) Creates a new ModifyDN Context with the provided parameters. -
Method Summary
Modifier and TypeMethodDescriptionGet the unique Identifier of the new parent.Methods inherited from class org.opends.server.replication.protocol.OperationContext
equals, getCSN, getCSN, getEntryUUID, hashCode
-
Constructor Details
-
ModifyDnContext
Creates a new ModifyDN Context with the provided parameters.- Parameters:
csn
- The CSN of the operation.entryUUID
- the unique Id of the modified entry.newSuperiorEntryUUID
- The unique Identifier of the new parent, can be null if the entry is to stay below the same parent.
-
-
Method Details
-
getNewSuperiorEntryUUID
Get the unique Identifier of the new parent. Can be null if the entry is to stay below the same parent.- Returns:
- Returns the unique Identifier of the new parent..
-