Package io.revealbi.core.data
Class RVAnalysisServicesDataSourceItem
java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVAnalysisServicesDataSourceItem
Microsoft Analysis Services (MS SSAS) item, specifies the cube to get data from.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe name of the catalog (database) containing the cube.getCube()Name of the cube to usesetCatalog(String value) The name of the catalog (database) containing the cube.Name of the cube to useMethods inherited from class io.revealbi.core.data.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
Constructor Details
-
RVAnalysisServicesDataSourceItem
-
-
Method Details
-
setCatalog
The name of the catalog (database) containing the cube.- Parameters:
value-- Returns:
-
getCatalog
The name of the catalog (database) containing the cube.- Returns:
-
setCube
Name of the cube to use- Parameters:
value-- Returns:
-
getCube
Name of the cube to use- Returns:
-