Package com.isode.dsapi.util
Class EntryInfo
java.lang.Object
com.isode.dsapi.util.EntryInfo
- All Implemented Interfaces:
Comparable<EntryInfo>
Class to contain DNs and (optionally) objectclasses to load up into the DIT
tree, and also to allow them to be sorted.
- Since:
- 15.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionCaller-data which will be attached to the DIT node and will be passed back as an argument of loadEntryEditor() and readEntry() if this entry is loaded up.DN to load up.Key for sortingString to display under parent-DN 'dn' if this is a text-display tree-item, or null. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dn
DN to load up. -
text
String to display under parent-DN 'dn' if this is a text-display tree-item, or null. -
data
Caller-data which will be attached to the DIT node and will be passed back as an argument of loadEntryEditor() and readEntry() if this entry is loaded up. -
key
Key for sorting
-
-
Constructor Details
-
EntryInfo
Constructor for entry tree-item. -
EntryInfo
Constructor for info-text tree-item to display immediately below the given parent-DN. If icons are in use, this will get a yellow warning triangle icon.
-
-
Method Details
-
compareTo
Compare Entries for display tree-loading order.- Specified by:
compareTo
in interfaceComparable<EntryInfo>
-