com.tonbeller.jpivot.mondrian.script
Class ScriptableMondrianDrillThrough
java.lang.Object
com.tonbeller.jpivot.core.ExtensionSupport
com.tonbeller.jpivot.mondrian.script.ScriptableMondrianDrillThrough
- All Implemented Interfaces:
- Extension, DrillThrough
public class ScriptableMondrianDrillThrough
- extends ExtensionSupport
- implements DrillThrough
- Author:
- Engineering Ingegneria Informatica S.p.A. - Luca Barozzi
Implementation of the DrillExpand Extension for Mondrian Data Source.
Fields inherited from interface com.tonbeller.jpivot.olap.navi.DrillThrough |
ID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptableMondrianDrillThrough
public ScriptableMondrianDrillThrough()
- Constructor sets ID
canDrillThrough
public boolean canDrillThrough(Cell cell)
- drill through is possible if
member
is not calculated
- Specified by:
canDrillThrough
in interface DrillThrough
drillThrough
public com.tonbeller.wcf.table.TableModel drillThrough(Cell cell)
- does a drill through, retrieves data that makes up the selected Cell
- Specified by:
drillThrough
in interface DrillThrough
getConnection
public mondrian.olap.Connection getConnection()
- gets the mondrian connection
- Returns:
isExtendedContext
public boolean isExtendedContext()
setExtendedContext
public void setExtendedContext(boolean extendedContext)