mondrian.rolap.agg
Class DrillThroughCellRequest

java.lang.Object
  extended by mondrian.rolap.agg.CellRequest
      extended by 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.


Field Summary
 
Fields inherited from class mondrian.rolap.agg.CellRequest
drillThrough, extendedContext
 
Constructor Summary
DrillThroughCellRequest(RolapStar.Measure measure, boolean extendedContext)
           
 
Method Summary
 void addDrillThroughColumn(RolapStar.Column column)
           
 void addDrillThroughMeasure(RolapStar.Measure measure)
           
 List<RolapStar.Measure> getDrillThroughMeasures()
           
 boolean includeInSelect(RolapStar.Column column)
           
 boolean includeInSelect(RolapStar.Measure measure)
           
 
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
 

Constructor Detail

DrillThroughCellRequest

public DrillThroughCellRequest(RolapStar.Measure measure,
                               boolean extendedContext)
Method Detail

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()

Get Mondrian at SourceForge.net. Fast, secure and free Open Source software downloads