Interface UpdatableModifyDNRequest

    • Method Detail

      • setDN

        void setDN​(java.lang.String dn)
        Specifies the DN of the entry to move and/or rename.
        Parameters:
        dn - The DN of the entry to move and/or rename. It must not be null.
      • setDN

        void setDN​(DN dn)
        Specifies the DN of the entry to move and/or rename.
        Parameters:
        dn - The DN of the entry to move and/or rename. It must not be null.
      • setNewRDN

        void setNewRDN​(java.lang.String newRDN)
        Specifies the new RDN to use for the entry.
        Parameters:
        newRDN - The new RDN to use for the entry. It must not be null.
      • setNewRDN

        void setNewRDN​(RDN newRDN)
        Specifies the new RDN to use for the entry.
        Parameters:
        newRDN - The new RDN to use for the entry. It must not be null.
      • setDeleteOldRDN

        void setDeleteOldRDN​(boolean deleteOldRDN)
        Specifies whether to remove the old RDN values from the entry.
        Parameters:
        deleteOldRDN - Indicates whether to remove the old RDN values from the entry.
      • setNewSuperiorDN

        void setNewSuperiorDN​(java.lang.String newSuperiorDN)
        Specifies the DN for the new superior entry, if any.
        Parameters:
        newSuperiorDN - The DN for the new superior entry. It may be null if the entry should remain below its current parent.
      • setNewSuperiorDN

        void setNewSuperiorDN​(DN newSuperiorDN)
        Specifies the DN for the new superior entry, if any.
        Parameters:
        newSuperiorDN - The DN for the new superior entry. It may be null if the entry should remain below its current parent.