|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
DatabaseTree contains an immediate list of DatabaseListItems. Data available is similar to that returned by the GetDatabaseTree() command.
| Method Summary | |
Database |
getDatabase(String objectId)
Get the database as identified by objectId. |
Iterator |
getDatabaseIter()
Get an iterator to all the databases. |
Iterator |
getDatabaseListItemIter()
Returns an iterator to the DatabaseItems for this DatabaseTree |
FullTextIndex |
getFullTextIndex(String oidIndex)
Get the fulltext index identified by oidIndex. |
Root |
getRoot(String objectId)
Get the root for the root identified by objectId. |
Iterator |
getRootIter(String oidDatabase)
Get an iterator to all the Roots for a given database. |
RootTree |
getRootTree(String oidDatabase)
Get the RootTree for the database identified by oidDatabase. |
Trigger |
getTrigger(String oidTrigger)
Get the trigger identified by oidTrigger. |
ValueIndex |
getValueIndex(String oidIndex)
Get the value index identified by oidIndex. |
| Method Detail |
public Iterator getDatabaseListItemIter()
throws XDBException
XDBException
public Database getDatabase(String objectId)
throws XDBException
XDBException
public Iterator getDatabaseIter()
throws XDBException
XDBException
public Root getRoot(String objectId)
throws XDBException
XDBException
public Iterator getRootIter(String oidDatabase)
throws XDBException
XDBException
public RootTree getRootTree(String oidDatabase)
throws XDBException
XDBException
public ValueIndex getValueIndex(String oidIndex)
throws XDBException
XDBException
public FullTextIndex getFullTextIndex(String oidIndex)
throws XDBException
XDBException
public Trigger getTrigger(String oidTrigger)
throws XDBException
XDBException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||