Interface OlapService

All Known Implementing Classes:
OlapServiceImpl

public interface OlapService
Act as a proxy to OLAP Engine
Version:
$Id: $Id
Author:
"Matthieu Laborie"
  • Method Details

    • retrieveOlapCharts

      List<OlapChart> retrieveOlapCharts()

      retrieveOlapCharts.

      Returns:
      a List object.
    • retrieveOlapChartsFromSaiku

      List<OlapChart> retrieveOlapChartsFromSaiku() throws IOException, org.json.JSONException

      retrieveOlapChartsFromSaiku.

      Returns:
      a List object.
      Throws:
      IOException - if any.
      org.json.JSONException - if any.
    • retrieveChartData

      OlapChartData retrieveChartData(String olapQueryId) throws IOException, org.json.JSONException

      retrieveChartData.

      Parameters:
      olapQueryId - a String object.
      Returns:
      a OlapChartData object.
      Throws:
      IOException - if any.
      org.json.JSONException - if any.
    • getOlapQueriesFolder

      org.alfresco.service.cmr.repository.NodeRef getOlapQueriesFolder()

      getOlapQueriesFolder.

      Returns:
      a NodeRef object.
    • getSSOUrl

      String getSSOUrl()

      getSSOUrl.

      Returns:
      a String object.