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 |
---|---|
HierarchyHandle |
DimensionConditionHandle.getHierarchy()
Gets the referred hierarchy handle of this condition.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ModuleUtil.isEqualHierarchiesForJointCondition(HierarchyHandle conditionHierarchy,
HierarchyHandle cubeHierarchy)
This API is only for helping GUI to draw the dimension joint condition
editor pad.
|
void |
DimensionConditionHandle.setHierarchy(HierarchyHandle hierarchyHandle)
Sets the referred hierarchy by the handle.
|
Modifier and Type | Class and Description |
---|---|
class |
OdaHierarchyHandle
Represents a Hierarchy.
|
class |
TabularHierarchyHandle
Represents a Hierarchy.
|
Modifier and Type | Method and Description |
---|---|
HierarchyHandle |
DimensionHandle.getDefaultHierarchy()
Gets the default hierarchy for the dimension.
|
Modifier and Type | Method and Description |
---|---|
DimensionConditionHandle |
TabularCubeHandle.findDimensionCondition(HierarchyHandle hierarchy)
Finds the dimension condition defined for the given hierarchy element.
|
void |
DimensionHandle.setDefaultHierarchy(HierarchyHandle defaultHierarchy)
Sets the default hierarchy for this dimension.
|
Copyright © 2008 Actuate Corp. All rights reserved.