|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteCatalogInfo
Interface RemoteCatalogInfo contains the information of a catalog on server.
| Method Summary | |
|---|---|
boolean |
canCreateReport()
Tests whether the resource path maps can create page reports. |
boolean |
canCreateStudioReport()
Tests whether the resource path maps can create web reports. |
java.util.List<FieldInfo> |
getAllAliasFieldsByDataSource(java.lang.String datasource)
Gets all alias mapping fields by the specified data source name. |
java.util.List<java.lang.String> |
getAllBVResourceByDataSource(java.lang.String datasource)
Gets all BV node resource names by the specified data source name. |
java.lang.String[] |
getAllDataSource()
Returns all of the data sources defined in the catalog. |
java.util.Vector[] |
getAllQueriesByDataSource(java.lang.String dataSrcName)
Returns the connection and all of the queries of all types and parameters defined in the data source. |
java.util.List<java.lang.String> |
getAllRCResourceByDataSource(java.lang.String datasource)
Gets all RC node resource names by the 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<RemoteCatConnectionInfo> |
getCatConnectionInfos()
Returns DB connection info of the catalog. |
RemoteParameterManager |
getParameterManager(java.lang.String dataSrcName,
java.lang.String[] queryNames)
Returns RemoteParameterManager which provides methods to get parameter information for all parameters used by the specified queries. |
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<RemoteCatConnectionInfo> getCatConnectionInfos()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.CatConnectionInfo
java.lang.String[] getAllDataSource()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
boolean canCreateReport()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
boolean canCreateStudioReport()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
java.util.Vector[] getAllQueriesByDataSource(java.lang.String dataSrcName)
throws java.rmi.RemoteException
dataSrcName - The data source name.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
java.util.List<QueryInfo> getQueriesInDataSource(java.lang.String datasourceName)
throws RptServerException,
java.rmi.RemoteException
QueryInfo
datasourceName - the data source name
RptServerException - if an RptServerException occurs.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
java.util.List<BusinessViewInfo> getBusinessViewsInDataSource(java.lang.String datasourceName)
throws RptServerException,
java.rmi.RemoteException
BusinessViewInfo
datasourceName - the data source name
RptServerException - if an RptServerException occurs.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
java.util.List<ParameterInfo> getParametersInDataSource(java.lang.String datasourceName)
throws RptServerException,
java.rmi.RemoteException
ParamterInfo
datasourceName - the data source name
RptServerException - if an RptServerException occurs.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
RemoteParameterManager getParameterManager(java.lang.String dataSrcName,
java.lang.String[] queryNames)
throws java.rmi.RemoteException
dataSrcName - The data source name.queryNames - The query names.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.RemoteParameterManager
java.util.List<java.lang.String> getAllBVResourceByDataSource(java.lang.String datasource)
throws RptServerException,
java.rmi.RemoteException
datasource - Data source name.
RptServerException - If RptServerException occurs.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.V10
java.util.List<java.lang.String> getAllRCResourceByDataSource(java.lang.String datasource)
throws RptServerException,
java.rmi.RemoteException
datasource - Data source name.
RptServerException - If RptServerException occurs.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
java.util.List<FieldInfo> getAllAliasFieldsByDataSource(java.lang.String datasource)
throws RptServerException,
java.rmi.RemoteException
datasource - Data source name.
List object that includes a list of FieldInfo.
RptServerException - If RptServerException occurs.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||