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 |
---|---|
IHierarchyMember |
IHierarchy.findHierarchyMember(ILevel level)
Find the hierarchy member associated with the specified level.
|
IHierarchyMember |
ISkipLevel.getHierarchyMember()
Get the owning hierarchy member for this skip level object.
|
Modifier and Type | Method and Description |
---|---|
void |
IHierarchy.moveHierarchyMemberAfter(IHierarchyMember hierMember,
IHierarchyMember afterHierMember)
Move the specified hierarchy member to a position after the other specified hierarchy member.
|
void |
IHierarchy.moveHierarchyMemberAfter(IHierarchyMember hierMember,
IHierarchyMember afterHierMember)
Move the specified hierarchy member to a position after the other specified hierarchy member.
|
void |
IHierarchy.moveHierarchyMemberBefore(IHierarchyMember hierMember,
IHierarchyMember beforeHierMember)
Move the specified hierarchy member to a position before the other specified hierarchy member.
|
void |
IHierarchy.moveHierarchyMemberBefore(IHierarchyMember hierMember,
IHierarchyMember beforeHierMember)
Move the specified hierarchy member to a position before the other specified hierarchy member.
|
void |
IHierarchy.removeHierarchyMember(IHierarchyMember member)
Remove a hierarchy m ember from this hierarchy.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiHierarchyMember
A class to represent a hierarchy member in a dimension hierarchy.
|