Package fr.becpg.repo.olap
Interface OlapService
- All Known Implementing Classes:
OlapServiceImpl
public interface OlapService
Act as a proxy to OLAP Engine
- Version:
- $Id: $Id
- Author:
- "Matthieu Laborie"
-
Method Summary
Modifier and TypeMethodDescriptionorg.alfresco.service.cmr.repository.NodeRefgetOlapQueriesFolder.getSSOUrl.retrieveChartData(String olapQueryId) retrieveChartData.retrieveOlapCharts.retrieveOlapChartsFromSaiku.
-
Method Details
-
retrieveOlapCharts
retrieveOlapCharts.
- Returns:
- a
Listobject.
-
retrieveOlapChartsFromSaiku
retrieveOlapChartsFromSaiku.
- Returns:
- a
Listobject. - Throws:
IOException- if any.org.json.JSONException- if any.
-
retrieveChartData
retrieveChartData.
- Parameters:
olapQueryId- aStringobject.- Returns:
- a
OlapChartDataobject. - Throws:
IOException- if any.org.json.JSONException- if any.
-
getOlapQueriesFolder
org.alfresco.service.cmr.repository.NodeRef getOlapQueriesFolder()getOlapQueriesFolder.
- Returns:
- a
NodeRefobject.
-
getSSOUrl
String getSSOUrl()getSSOUrl.
- Returns:
- a
Stringobject.
-