Public Member Functions | |
| DBSet () | |
| DBSet (String dump) throws DirectorException | |
| Create a DBSet from a String as created by dump(). | |
| Enumeration | elements () |
| Vector | elementsVector () |
| DBObject | get (DN dn) |
| DBObject | indexedGet (String val) |
| DBObject | indexedGet (DBObject dbo) |
| void | add (DBObject dbo) |
| void | remove (DBObject dbo) |
| void | replace (DBObject dbo) |
| void | merge (DBObject dbo) |
| void | merge (DBObject dbo, boolean additive) |
| void | index (String attr) |
| void | clearIndex () |
| DBSetIndex | setupIndex (String attr) |
| void | dropIndex (DBSetIndex index) |
| void | add (Enumeration en, String uniq) |
| void | add (Enumeration en) |
| void | replace (Enumeration en) |
| void | replace (Enumeration en, String uniq) |
| void | merge (Enumeration en) |
| void | merge (Enumeration en, String uniq) |
| void | merge (Enumeration en, String uniq, boolean additive) |
| void | completeDN (DN root) |
| DBSet | transform (String transname) throws DirectorException |
| DBSet | transform (String transname, Options opt) throws DirectorException |
| String | dump () |
| Dump all the DBObjects making part of this DBSet out into a String. | |
| void | dump (OutputStream out) throws DirectorException |
| Dump all the DBObjects making part of this DBSet out into a stream. | |
| void | restore (String dump) throws DirectorException |
| Restores a DBSet from a String created by dump(). | |
| void | restore (InputStream stream) throws DirectorException |
| Restores a DBSet from an input stream. | |
Package Attributes | |
| Hashtable | set = new Hashtable() |
| DBSetIndex | index = null |
| Vector | indexes = new Vector() |
| String | uniqAttribute = null |
| Vector | ordered = new Vector() |
| DecimalFormat | lengthField = new DecimalFormat( "000000000" ) |
|
|
|
|
|
Create a DBSet from a String as created by dump().
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dump all the DBObjects making part of this DBSet out into a stream.
|
|
|
Dump all the DBObjects making part of this DBSet out into a String. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Restores a DBSet from an input stream.
|
|
|
Restores a DBSet from a String created by dump().
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5