|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QueryInfo
Represents a query defined in catalog
| Method Summary | |
|---|---|
java.lang.String |
getBusinessViewName()
get business view name which is based on the query |
java.util.List<BusinessViewInfo> |
getBusinuessViewInfos()
get BusinessViewInfo objects which built based on the query. |
java.lang.String[] |
getConnectionNames()
get connection names that this query refers to. |
java.lang.String |
getDatasourceName()
get datasource name of the query. |
java.lang.String |
getName()
get name of the query. |
int |
getQueryType()
get query type of this query. |
java.lang.String |
getReportCubeName()
get report cube name which is based on the query |
boolean |
isValidForCRD()
check if the query can be used to create Cache Report Data (CRD). |
boolean |
isValidForCube()
check if the business view can be used to create cube. |
| Method Detail |
|---|
java.lang.String getDatasourceName()
java.lang.String getName()
java.lang.String getBusinessViewName()
nulljava.util.List<BusinessViewInfo> getBusinuessViewInfos()
BusinessViewInfo objects which built based on the query.
BusinessViewInfo objects which based on the query, return empty list if no business view created based on the query.boolean isValidForCube()
true if there is a business view based on this query and the the business view is valid to
create cube, otherwise falsejava.lang.String getReportCubeName()
nullboolean isValidForCRD()
true if the query is valid to create CRD, otherwise falsejava.lang.String[] getConnectionNames()
int getQueryType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||