mondrian.rolap.agg
Class DrillThroughCellRequest
java.lang.Object
mondrian.rolap.agg.CellRequest
mondrian.rolap.agg.DrillThroughCellRequest
public class DrillThroughCellRequest
- extends CellRequest
Subclass of CellRequest that allows to specify
which columns and measures to return as part of the ResultSet
which we return to the client.
| Methods inherited from class mondrian.rolap.agg.CellRequest |
addAggregateList, addConstrainedColumn, getCompoundPredicateMap, getConstrainedColumns, getConstrainedColumnsBitKey, getMappedCellValues, getMeasure, getNumValues, getSingleValues, getValueAt, isUnsatisfiable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DrillThroughCellRequest
public DrillThroughCellRequest(RolapStar.Measure measure,
boolean extendedContext)
addDrillThroughColumn
public void addDrillThroughColumn(RolapStar.Column column)
includeInSelect
public boolean includeInSelect(RolapStar.Column column)
addDrillThroughMeasure
public void addDrillThroughMeasure(RolapStar.Measure measure)
includeInSelect
public boolean includeInSelect(RolapStar.Measure measure)
getDrillThroughMeasures
public List<RolapStar.Measure> getDrillThroughMeasures()