Package com.jedox.palojlib.interfaces
Interface ICellsExporter
- All Known Implementing Classes:
CellsExporter
public interface ICellsExporter
represent a cells exporter that export cells from a cube
- Author:
- khaddadin
-
Method Details
-
next
get the next cell in the exported cells list- Returns:
- next cell in queue
- Throws:
PaloException
- exception from OLAP server
-
hasNext
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
-