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.
  • Constructor Details

    • 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 Details

    • 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..