jet.webreport
Interface CatalogInfo


public interface CatalogInfo

An interface to get the information defined in catalog.


Nested Class Summary
static interface CatalogInfo.DataSource
           
 
Method Summary
 CatalogInfo.DataSource getDataSource(java.lang.String dsName)
          Returns CatalogInfo.DataSource interface with the specified data source name.
 CatalogInfo.DataSource getDataSourceByRCName(java.lang.String rcName)
           
 java.lang.String[] getDataSourceNames()
          Returns all data source names defined in the catalog.
 JNode getDataSourcesTree()
          Returns the tree in JNode of total data sources defined in the catalog.
 JNode getDataSourcesTree(boolean includeAll)
           
 

Method Detail

getDataSourceNames

java.lang.String[] getDataSourceNames()
Returns all data source names defined in the catalog.

Returns:
all data source names.

getDataSource

CatalogInfo.DataSource getDataSource(java.lang.String dsName)
Returns CatalogInfo.DataSource interface with the specified data source name.

Parameters:
dsName - the data source name.
Returns:
CatalogInfo.DataSource

getDataSourceByRCName

CatalogInfo.DataSource getDataSourceByRCName(java.lang.String rcName)

getDataSourcesTree

JNode getDataSourcesTree()
Returns the tree in JNode of total data sources defined in the catalog.

Returns:
the data source tree JNode.

getDataSourcesTree

JNode getDataSourcesTree(boolean includeAll)