public class DrillThroughCellRequest extends CellRequest
CellRequest that allows to specify
 which columns and measures to return as part of the ResultSet
 which we return to the client.drillThrough, extendedContext| Constructor and Description | 
|---|
DrillThroughCellRequest(RolapStar.Measure measure,
                       boolean extendedContext,
                       List<OlapElement> nonApplicableFields)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addDrillThroughColumn(RolapStar.Column column)  | 
void | 
addDrillThroughMeasure(RolapStar.Measure measure)  | 
List<RolapStar.Measure> | 
getDrillThroughMeasures()  | 
List<OlapElement> | 
getNonApplicableMembers()  | 
boolean | 
includeInSelect(RolapStar.Column column)  | 
boolean | 
includeInSelect(RolapStar.Measure measure)  | 
addAggregateList, addConstrainedColumn, addPredicateString, getCompoundPredicateStrings, getConstrainedColumns, getConstrainedColumnsBitKey, getMappedCellValues, getMeasure, getNumValues, getSingleValues, getValueAt, isUnsatisfiablepublic DrillThroughCellRequest(RolapStar.Measure measure, boolean extendedContext, List<OlapElement> nonApplicableFields)
public void addDrillThroughColumn(RolapStar.Column column)
public boolean includeInSelect(RolapStar.Column column)
public void addDrillThroughMeasure(RolapStar.Measure measure)
public boolean includeInSelect(RolapStar.Measure measure)
public List<RolapStar.Measure> getDrillThroughMeasures()
public List<OlapElement> getNonApplicableMembers()
Copyright © 2017 Hitachi Vantara. All rights reserved.