Package | Description |
---|---|
org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
org.eclipse.birt.report.model.api.olap |
Modifier and Type | Method and Description |
---|---|
static DimensionCondition |
StructureFactory.createCubeJoinCondition()
Creates an empty cube join condition structure.
|
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.
|
void |
TabularCubeHandle.removeDimensionCondition(DimensionCondition condition)
Removes a dimension condition from this cube.
|
Copyright © 2008 Actuate Corp. All rights reserved.