|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CatalogInfo
Interface CatalogInfo contains information of a catalog in the server.
| Method Summary | |
|---|---|
boolean |
canCreateReport()
Checks if the resource path maps can create page reports. |
boolean |
canCreateStudioReport()
Checks if the resource path maps can create web reports. |
java.util.List<FieldInfo> |
getAllAliasFieldsByDataSource(java.lang.String datasource)
Gets all alias mapping fields by specified data source name. |
java.util.List<java.lang.String> |
getAllBVResourceByDataSource(java.lang.String datasource)
Gets all BV node resource names by specified data source Name. |
java.lang.String[] |
getAllDataSource()
Returns all data sources of the catalog. |
java.util.Vector[] |
getAllQueriesByDataSource(java.lang.String dataSrcName)
Returns connection and all kinds of queries in the data source, all return queries are valid to create Cached Report Data (CRD). |
java.util.List<java.lang.String> |
getAllRCResourceByDataSource(java.lang.String datasource)
Gets all RC node resource names by specified data source Name. |
java.util.List<BusinessViewInfo> |
getBusinessViewsInDataSource(java.lang.String datasourceName)
Get all business views in specified datasource which is represented in BusinessViewInfo |
java.util.Vector<CatConnectionInfo> |
getCatConnectionInfos()
Returns DB connection information of the catalog. |
ParameterManager |
getParameterManager(java.lang.String dataSrcName,
java.lang.String[] queryNames)
Returns ParameterManager which provides methods to get parameters information. |
java.util.List<ParameterInfo> |
getParametersInDataSource(java.lang.String datasourceName)
Get all paramters in specified datasource which is represented in ParamterInfo |
java.util.List<QueryInfo> |
getQueriesInDataSource(java.lang.String datasourceName)
Get all queries in specified datasource which is represented in QueryInfo |
| Method Detail |
|---|
java.util.Vector<CatConnectionInfo> getCatConnectionInfos()
throws RptServerException
RptServerException - if an RptServerException occursCatConnectionInfo
java.lang.String[] getAllDataSource()
throws RptServerException
RptServerException - if an RptServerException occurs
boolean canCreateReport()
throws RptServerException
RptServerException - if an RptServerException occurs
boolean canCreateStudioReport()
throws RptServerException
RptServerException - if an RptServerException occurs
java.util.Vector[] getAllQueriesByDataSource(java.lang.String dataSrcName)
throws RptServerException
dataSrcName - the data source name
RptServerException - if an RptServerException occurs.
java.util.List<QueryInfo> getQueriesInDataSource(java.lang.String datasourceName)
throws RptServerException
QueryInfo
datasourceName - the data source name
RptServerException - if an RptServerException occurs.
java.util.List<BusinessViewInfo> getBusinessViewsInDataSource(java.lang.String datasourceName)
throws RptServerException
BusinessViewInfo
datasourceName - the data source name
RptServerException - if an RptServerException occurs.
java.util.List<ParameterInfo> getParametersInDataSource(java.lang.String datasourceName)
throws RptServerException
ParamterInfo
datasourceName - the data source name
RptServerException - if an RptServerException occurs.
ParameterManager getParameterManager(java.lang.String dataSrcName,
java.lang.String[] queryNames)
throws RptServerException
dataSrcName - the data source namequeryNames - the query names
RptServerException - if an RptServerException occursParameterManager
java.util.List<java.lang.String> getAllBVResourceByDataSource(java.lang.String datasource)
throws RptServerException
datasource - data source name.
RptServerException - when RptServerException occurs.
java.util.List<java.lang.String> getAllRCResourceByDataSource(java.lang.String datasource)
throws RptServerException
datasource - data source name.
RptServerException - when RptServerException occurs.
java.util.List<FieldInfo> getAllAliasFieldsByDataSource(java.lang.String datasource)
throws RptServerException
datasource - data source name.
List object that includes a list of FieldInfo.
RptServerException - when RptServerException occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||