Package io.revealbi.core.data
Class RVAnalysisServicesDataSource
java.lang.Object
io.revealbi.core.data.RVDashboardDataSource
io.revealbi.core.data.RVAnalysisServicesDataSource
- Direct Known Subclasses:
RVAzureAnalysisServicesDataSource,RVHttpAnalysisServicesDataSource,RVNativeAnalysisServicesDataSource
Abstract base class for Microsoft Analysis Services (MS SSAS) data sources.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe name of the catalog (database) to use.setCatalog(String value) The name of the catalog (database) to use.Methods inherited from class io.revealbi.core.data.RVDashboardDataSource
getDefaultRefreshRate, getId, getSubtitle, getTitle, setDefaultRefreshRate, setId, setSubtitle, setTitle
-
Field Details
-
PROVIDER_KEY
- See Also:
-
-
Constructor Details
-
RVAnalysisServicesDataSource
public RVAnalysisServicesDataSource()
-
-
Method Details
-
setCatalog
The name of the catalog (database) to use.- Parameters:
value-- Returns:
-
getCatalog
The name of the catalog (database) to use.- Returns:
-
getProviderKey
- Specified by:
getProviderKeyin classRVDashboardDataSource
-