Interface ICellsExporter

All Known Implementing Classes:
CellsExporter

public interface ICellsExporter
represent a cells exporter that export cells from a cube
Author:
khaddadin
  • Method Summary

    Modifier and Type
    Method
    Description
    get the dimensions specified in the cells.
    boolean
    check whether there is still cells to be read
    get the next cell in the exported cells list
  • Method Details

    • next

      ICell next() throws PaloException
      get the next cell in the exported cells list
      Returns:
      next cell in queue
      Throws:
      PaloException - exception from OLAP server
    • hasNext

      boolean hasNext() throws PaloException
      check whether there is still cells to be read
      Returns:
      true if there is a cell to be read, false otherwise.
      Throws:
      PaloException - exception from OLAP server
    • getDimensions

      IDimension[] getDimensions()
      get the dimensions specified in the cells. In palojlib implementation, it is always the cube dimensions. This is important for the MDX implementation
      Returns:
      dimensions specified in the cells