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 | |
oracle.odi.domain.mapping.component |
This package contains the component implementation in Oracle Data Integrator Mapping.
|
Modifier and Type | Method and Description |
---|---|
ILevel |
IDimension.findLevel(java.lang.String levelName) |
ILevel |
ICubeUsesDimension.getLevel()
Get the dimension level that is referenced by this cube uses dimension.
|
ILevel |
IHierarchyMember.getLevel() |
ILevel |
ILevelAttribute.getLevel()
Get The owning level for this level attribute.
|
ILevel |
INaturalKeyMember.getLevel()
Get the owning level for this natural key member.
|
ILevel |
IParentRef.getLevel()
Get the owning level for this parent reference.
|
ILevel |
IParentRef.getReferencedParentLevel()
Get the parent level for this parent reference.
|
Modifier and Type | Method and Description |
---|---|
IHierarchyMember |
IHierarchy.findHierarchyMember(ILevel level)
Find the hierarchy member associated with the specified level.
|
void |
IDimension.moveLevelAfter(ILevel level,
ILevel baseLevel)
Reorder the specified level to put it after the specified base level.
|
void |
IDimension.moveLevelAfter(ILevel level,
ILevel baseLevel)
Reorder the specified level to put it after the specified base level.
|
void |
IDimension.removeLevel(ILevel lev)
Remove the specified level from this dimension.
|
void |
ICubeUsesDimension.setLevel(ILevel pLevel)
Set the dimension level that is referenced by this cube uses dimension.
|
void |
IParentRef.setReferencedParentLevel(ILevel lev)
Set the parent level for this parent reference.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiLevel
A class to represent a dimension level.
|
Modifier and Type | Method and Description |
---|---|
static void |
DimensionComponent.associateBoundAttributes(ILevel level,
MapConnectorPoint levelTargetCP)
Set the business name of each target datastore component attribute to the GUID of the corresponding
level attribute that is bound to the same column.
|
static void |
DimensionComponent.associateBoundParentRefAttributes(ILevel level,
MapConnectorPoint cp)
Set the business name of each target datastore component attribute to the GUID of the corresponding
parent ref member that is bound to the same column.
|
oracle.odi.domain.mapping.component.LevelComponent |
DimensionComponent.findLevelComponent(ILevel level)
Get the level component instance corresponding to the specified level.
|
java.util.Set |
DimensionComponent.getAllChildLevels(ILevel level)
Get all direct or indirect child level for a specific level.
|
java.util.Set |
DimensionComponent.getAllParentLevels(ILevel level)
Get all direct or indirect parent level for a specific level.
|