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 |
---|---|
DimensionHandle |
ModuleHandleImpl.findDimension(java.lang.String name)
Finds a dimension element by name in this module and the included
modules.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DimensionHandle> |
ModuleHandleImpl.getAllSharedDimensions()
Gets all the shared dimensions defined or accessed by this module.
|
Modifier and Type | Class and Description |
---|---|
class |
OdaDimensionHandle
Represents a dimension element in the cube element.
|
class |
TabularDimensionHandle
Represents a dimension element in the cube element.
|
Modifier and Type | Method and Description |
---|---|
DimensionHandle |
CubeHandle.getDimension(java.lang.String dimensionName)
Gets the dimension with the specified name within this cube.
|
DimensionHandle |
CubeHandle.getDimension(java.lang.String dimensionName,
boolean needLevelForTimeDimension) |
DimensionHandle |
CubeHandle.getLocalDimension(java.lang.String dimensionName)
Gets the dimension with the specified name within this cube.
|
DimensionHandle |
TabularDimensionHandle.getSharedDimension()
Returns the dimension object that this dimension refers to.
|
Modifier and Type | Method and Description |
---|---|
void |
TabularDimensionHandle.setSharedDimension(DimensionHandle handle)
Sets the dimension object this dimension refers to.
|
Copyright © 2008 Actuate Corp. All rights reserved.