Class ModifyDnContext
- java.lang.Object
-
- org.opends.server.replication.protocol.OperationContext
-
- org.opends.server.replication.protocol.ModifyDnContext
-
public final class ModifyDnContext extends OperationContext
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
Constructors Constructor Description ModifyDnContext(CSN csn, UUID entryUUID, UUID newSuperiorEntryUUID)
Creates a new ModifyDN Context with the provided parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
getNewSuperiorEntryUUID()
Get the unique Identifier of the new parent.-
Methods inherited from class org.opends.server.replication.protocol.OperationContext
equals, getCSN, getCSN, getEntryUUID, hashCode
-
-
-
-
Constructor Detail
-
ModifyDnContext
public ModifyDnContext(CSN csn, UUID entryUUID, UUID newSuperiorEntryUUID)
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 Detail
-
getNewSuperiorEntryUUID
public UUID 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..
-
-