Package | Description |
---|---|
oracle.odi.domain.adapter.dimensional |
This package contains base interface classes for dimensional model domain objects in Oracle Data Integrator.
|
oracle.odi.domain.dimension |
Modifier and Type | Method and Description |
---|---|
IHierarchy |
IDimension.findHierarchy(java.lang.String hierName)
Find a hierarchy with the specified name in this dimension.
|
IHierarchy |
IDimension.getDefaultHierarchy()
Get the default hierarchy for this dimension.
|
IHierarchy |
IHierarchyMember.getHierarchy()
Get the owning hierarchy for this hierarchy member.
|
Modifier and Type | Method and Description |
---|---|
void |
IDimension.moveHierarchyAfter(IHierarchy hier,
IHierarchy baseHier)
Move the specified hierarchy to put it after the specified base hierarchy.
|
void |
IDimension.moveHierarchyAfter(IHierarchy hier,
IHierarchy baseHier)
Move the specified hierarchy to put it after the specified base hierarchy.
|
void |
IDimension.removeHierarchy(IHierarchy hier)
Remove a hierarchy from this dimension.
|
void |
IDimension.setDefaultHierarchy(IHierarchy h)
Set one particular hierarchy among the hierarchies of this dimension to be the default
hierarchy.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiHierarchy
A class to represent a dimension hierarchy.
|