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 |
---|---|
IParentRef |
IHierarchyMember.getParentRef() |
IParentRef |
IRefMember.getParentRef()
Get the parent reference that owns this reference member.
|
IParentRef |
ISkipLevel.getParentRef()
Get the parent reference object that will be used for the skip level parent references, for
skip level records.
|
Modifier and Type | Method and Description |
---|---|
void |
ILevel.removeParentRef(IParentRef pRef)
Remove a parent reference object from this level.
|
void |
IHierarchyMember.setParentRef(IParentRef parentRef)
Set the parent ref object for this hierarchy member.
|
void |
ISkipLevel.setParentRef(IParentRef parentRef)
Set the parent reference object that will be used for the skip level parent references, for
skip level records.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiParentRef
A class to represent a level parent reference to another level.
|