Uses of Class
org.eclipse.birt.report.model.api.elements.structures.DimensionCondition
Packages that use DimensionCondition
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
-
Uses of DimensionCondition in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return DimensionConditionModifier and TypeMethodDescriptionstatic DimensionCondition
StructureFactory.createCubeJoinCondition()
Creates an empty cube join condition structure. -
Uses of DimensionCondition in org.eclipse.birt.report.model.api.olap
Methods in org.eclipse.birt.report.model.api.olap with parameters of type DimensionConditionModifier and TypeMethodDescriptionTabularCubeHandle.addDimensionCondition
(DimensionCondition condition) Adds a dimension condition to this cube.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.