Interface SubordinateModifyDNOperation

    • Method Detail

      • getEntryDN

        Dn getEntryDN()
        Retrieves the DN of the entry to rename.
        Returns:
        The DN of the entry to rename.
      • getNewRDN

        Rdn getNewRDN()
        Retrieves the new RDN to use for the entry.
        Returns:
        The new RDN to use for the entry.
      • deleteOldRDN

        boolean deleteOldRDN()
        Indicates whether the current RDN value should be removed from the entry.
        Returns:
        true if the current RDN value should be removed from the entry, or false if not.
      • getNewSuperior

        Dn getNewSuperior()
        Retrieves the newSuperior DN for the entry.
        Returns:
        The newSuperior DN for the entry, or null if there is no newSuperior DN for this request.
      • getOriginalEntry

        Entry getOriginalEntry()
        Retrieves the current entry, before it is renamed. This will not be available to pre-parse plugins or during the conflict resolution portion of the synchronization processing.
        Returns:
        The current entry, or null if it is not yet available.
      • getUpdatedEntry

        Entry getUpdatedEntry()
        Retrieves the new entry, as it will appear after it is renamed. This will not be available to pre-parse plugins or during the conflict resolution portion of the synchronization processing.
        Returns:
        The updated entry, or null if it is not yet available.