|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BusinessViewInfo
Represents a business view
| Method Summary | |
|---|---|
java.util.List<BVElementInfo> |
getAggregations()
get top level aggregations under business view |
java.util.List<BVElementInfo> |
getCategories()
get top level categories under business view |
java.lang.String[] |
getConnectionNames()
get connection names that this business view refers to. |
java.lang.String |
getDatasourceName()
get datasource name of the query. |
java.util.List<BVElementInfo> |
getDetails()
get top level details under business view |
java.lang.String |
getDisplayName()
get display name |
java.util.List<BVElementInfo> |
getGroups()
get top level groups under business view |
java.lang.String |
getQueryName()
get query name of this business view |
boolean |
isValidForCube()
check if the business view can be used to create cube. |
| Method Detail |
|---|
java.lang.String getDatasourceName()
java.lang.String getDisplayName()
java.util.List<BVElementInfo> getCategories()
BVElementInfo objects with getType() return BVElementInfo.BVElementType.CATEGORY.java.util.List<BVElementInfo> getGroups()
BVElementInfo objects with getType() return BVElementInfo.BVElementType.GROUP.java.util.List<BVElementInfo> getAggregations()
BVElementInfo objects with getType() return BVElementInfo.BVElementType.AGGREGATION.java.util.List<BVElementInfo> getDetails()
BVElementInfo objects with getType() return BVElementInfo.BVElementType.DETAILS.boolean isValidForCube()
true if the the business view is valid to create cube, otherwise falsejava.lang.String[] getConnectionNames()
java.lang.String getQueryName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||