|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.dataselectors.filters.tree.IQUtil
public class IQUtil
| Method Summary | |
|---|---|
static int |
addFilterItemsToBusinessModel(com.sas.iquery.metadata.business.BusinessModel model,
com.sas.iquery.metadata.business.FilterItem root)
Adds all FilterItem and CompoundFilter objects from the tree with the given root to the specified BusinessModel. |
static int |
addFilterItemsToBusinessModel(com.sas.iquery.metadata.business.BusinessModel model,
com.sas.iquery.metadata.business.FilterItem root,
boolean includeBaseModels)
Adds all FilterItem and CompoundFilter objects from the tree with the given root to the specified BusinessModel. |
static void |
printTree(com.sas.iquery.metadata.business.FilterItem root)
Prints a text representation of the tree structure to standard out starting from the given root node. |
| Method Detail |
|---|
public static void printTree(com.sas.iquery.metadata.business.FilterItem root)
root - the root node of the sub-tree to display
public static int addFilterItemsToBusinessModel(com.sas.iquery.metadata.business.BusinessModel model,
com.sas.iquery.metadata.business.FilterItem root)
throws com.sas.iquery.metadata.MetadataException
model - the BusinessModel to add items toroot - the root of the tree of objects to add
com.sas.iquery.metadata.MetadataException
public static int addFilterItemsToBusinessModel(com.sas.iquery.metadata.business.BusinessModel model,
com.sas.iquery.metadata.business.FilterItem root,
boolean includeBaseModels)
throws com.sas.iquery.metadata.MetadataException
model - the BusinessModel to add items toroot - the root of the tree of objects to addincludeBaseModels - a flag for specifying if base models should be consulted
when searching for the existence of an item
com.sas.iquery.metadata.MetadataException
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||