Uses of Class
org.eclipse.birt.report.model.api.olap.DimensionHandle
Packages that use DimensionHandle
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
-
Uses of DimensionHandle in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return DimensionHandleModifier and TypeMethodDescriptionfinal DimensionHandle
ModuleHandleImpl.findDimension
(String name) Finds a dimension element by name in this module and the included modules.Methods in org.eclipse.birt.report.model.api that return types with arguments of type DimensionHandleModifier and TypeMethodDescriptionModuleHandleImpl.getAllSharedDimensions()
Gets all the shared dimensions defined or accessed by this module. -
Uses of DimensionHandle in org.eclipse.birt.report.model.api.olap
Subclasses of DimensionHandle in org.eclipse.birt.report.model.api.olapModifier and TypeClassDescriptionclass
Represents a dimension element in the cube element.class
Represents a dimension element in the cube element.Methods in org.eclipse.birt.report.model.api.olap that return DimensionHandleModifier and TypeMethodDescriptionCubeHandle.getDimension
(String dimensionName) Gets the dimension with the specified name within this cube.CubeHandle.getDimension
(String dimensionName, boolean needLevelForTimeDimension) CubeHandle.getLocalDimension
(String dimensionName) Gets the dimension with the specified name within this cube.TabularDimensionHandle.getSharedDimension()
Returns the dimension object that this dimension refers to.Methods in org.eclipse.birt.report.model.api.olap with parameters of type DimensionHandleModifier and TypeMethodDescriptionvoid
TabularDimensionHandle.setSharedDimension
(DimensionHandle handle) Sets the dimension object this dimension refers to.