Class 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.
    • Constructor Detail

      • DrillThroughCellRequest

        public DrillThroughCellRequest​(RolapStar.Measure measure,
                                       boolean extendedContext,
                                       java.util.List<OlapElement> nonApplicableFields)
    • Method Detail

      • addDrillThroughColumn

        public void addDrillThroughColumn​(RolapStar.Column column)
      • addDrillThroughMeasure

        public void addDrillThroughMeasure​(RolapStar.Measure measure)
      • getDrillThroughMeasures

        public java.util.List<RolapStar.Measure> getDrillThroughMeasures()
      • getNonApplicableMembers

        public java.util.List<OlapElement> getNonApplicableMembers()