Class ModifyDnContext


  • public final class ModifyDnContext
    extends OperationContext
    This class describe the replication context that is attached to ModifyDN operation.
    • 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..