Package | Description |
---|---|
org.eclipse.birt.report.model.api.olap |
Modifier and Type | Method and Description |
---|---|
DimensionConditionHandle |
TabularCubeHandle.addDimensionCondition(DimensionCondition condition)
Adds a dimension condition to this cube.
|
DimensionConditionHandle |
TabularCubeHandle.addDimensionCondition(DimensionCondition condition,
int posn)
Adds a dimension condition to the specified position.
|
DimensionConditionHandle |
TabularCubeHandle.findDimensionCondition(HierarchyHandle hierarchy)
Finds the dimension condition defined for the given hierarchy element.
|
DimensionConditionHandle |
TabularCubeHandle.findDimensionCondition(java.lang.String hierarchyName)
Finds the dimension condition defined for the hierarchy element with the
specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
TabularCubeHandle.removeDimensionCondition(DimensionConditionHandle conditionHandle) |
Copyright © 2008 Actuate Corp. All rights reserved.