Class RVHttpAnalysisServicesDataSource
- java.lang.Object
-
- com.infragistics.reveal.sdk.api.model.RVDashboardDataSource
-
- com.infragistics.reveal.sdk.api.model.RVAnalysisServicesDataSource
-
- com.infragistics.reveal.sdk.api.model.RVHttpAnalysisServicesDataSource
-
public class RVHttpAnalysisServicesDataSource extends RVAnalysisServicesDataSource
Microsoft Analysis Services (MS SSAS) HTTP connection data source
-
-
Constructor Summary
Constructors Constructor Description RVHttpAnalysisServicesDataSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUrl()
URL to the msmdpump endpoint, for example: http://server/olap/msmdpump.dllString
setUrl(String value)
URL to the msmdpump endpoint, for example: http://server/olap/msmdpump.dll-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVAnalysisServicesDataSource
getCatalog, setCatalog
-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVDashboardDataSource
getDefaultRefreshRate, getId, getSubtitle, getTitle, setDefaultRefreshRate, setId, setSubtitle, setTitle
-
-
-
-
Method Detail
-
setUrl
public String setUrl(String value)
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
public String 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
-
-