Package io.revealbi.core.data
Class RVHttpAnalysisServicesDataSource
java.lang.Object
io.revealbi.core.data.RVDashboardDataSource
io.revealbi.core.data.RVAnalysisServicesDataSource
io.revealbi.core.data.RVHttpAnalysisServicesDataSource
Microsoft Analysis Services (MS SSAS) HTTP connection data source
-
Field Summary
Fields inherited from class io.revealbi.core.data.RVAnalysisServicesDataSource
PROVIDER_KEY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.revealbi.core.data.RVAnalysisServicesDataSource
getCatalog, getProviderKey, setCatalogMethods inherited from class io.revealbi.core.data.RVDashboardDataSource
getDefaultRefreshRate, getId, getSubtitle, getTitle, setDefaultRefreshRate, setId, setSubtitle, setTitle
-
Constructor Details
-
RVHttpAnalysisServicesDataSource
public RVHttpAnalysisServicesDataSource()
-
-
Method Details
-
setUrl
URL to the msmdpump endpoint, for example: http://server/olap/msmdpump.dll- Parameters:
value- The URL to the msmdpump endpoint, for example: http://server/olap/msmdpump.dll.- Returns:
- The same value received in the parameter.
-
getUrl
URL to the msmdpump endpoint, for example: http://server/olap/msmdpump.dll- Returns:
- URL to the msmdpump endpoint, for example: http://server/olap/msmdpump.dll
-