Package com.isode.dsapi
Class DeleteEntry
java.lang.Object
com.isode.dsapi.GenericEntry
com.isode.dsapi.ChangeEntry
com.isode.dsapi.DeleteEntry
- All Implemented Interfaces:
Comparable<GenericEntry>,Iterable<Attribute>
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
-
Field Summary
Fields inherited from class com.isode.dsapi.GenericEntry
attributeList, DS_Entry, logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.isode.dsapi.ChangeEntry
addAttribute, append, deleteAttribute, diff, jni_diff, replaceAttributeMethods inherited from class com.isode.dsapi.GenericEntry
compareTo, finalize, getAttributeIterator, getChangeIterator, getDN, hasChanges, iterator, setDN, sortArrayByDN, toLDIFMethods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DeleteEntry
Create a new DeleteEntry with the specified DN.- Parameters:
dn- the DN to delete (must not be null)- Throws:
NullPointerException- if dn is nullNativeLibraryException- if an unrecoverable error was detected by the native library
-
-
Method Details
-
toString
Returns a String representation of this DeleteEntry.- Overrides:
toStringin classChangeEntry- Returns:
- a String representation of the entry.
-