Class DeleteEntry

  • All Implemented Interfaces:
    java.lang.Comparable<GenericEntry>, java.lang.Iterable<Attribute>

    public class DeleteEntry
    extends ChangeEntry
    A DeleteEntry is used to represent the deletion of an entry on the directory. It can be constructed directly, or loaded from an LDIF file. Once constructed, it can be applied to the directory, or saved to an LDIF file.
    Author:
    jp
    • Constructor Detail

      • DeleteEntry

        public DeleteEntry​(DN dn)
        Create a new DeleteEntry with the specified DN.
        Parameters:
        dn - the DN to delete (must not be null)
        Throws:
        java.lang.NullPointerException - if dn is null
        NativeLibraryException - if an unrecoverable error was detected by the native library
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a String representation of this DeleteEntry.
        Overrides:
        toString in class ChangeEntry
        Returns:
        a String representation of the entry.