|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.metadata.runtime.VDBTreeUtility
public class VDBTreeUtility
| Method Summary | |
|---|---|
static void |
buildDataNodeTree(BasicTreeNode fakeRoot,
ObjectIDFactory idFactory,
VirtualDatabaseMetadata vDBMetadata)
Builds a tree of Models, Groups, Elements
and Proceedures from given VirtualDatabaseMetadata. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final void buildDataNodeTree(BasicTreeNode fakeRoot,
ObjectIDFactory idFactory,
VirtualDatabaseMetadata vDBMetadata)
throws VirtualDatabaseException
Models, Groups, Elements
and Proceedures from given VirtualDatabaseMetadata.
root will be filled with children.
fakeRoot - The reference to the node at which to root the tree.idFactory - The factory to use when creating IDs for the tree nodes.vDBMetadata - The metadata for the VDB from which to build the tree.
VirtualDatabaseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||