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 |
---|---|
INaturalKeyMember |
ILevel.findNaturalKeyMemberByAttributeName(java.lang.String name)
Find a natural key member with the specified name.
|
INaturalKeyMember |
IRefMember.getNaturalKeyMember()
Get the parent level natural key member that is associated with this reference member object.
|
INaturalKeyMember |
IKeyPartUse.getNaturalKeyUse()
Get the natural key member if the referenced level is linked to the cube
by its natural keys.
|
Modifier and Type | Method and Description |
---|---|
IRefMember |
IParentRef.findRefMember(INaturalKeyMember natKeyMem)
Find a reference member with the specified natural key member.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiNaturalKeyMember
A class to represent a natural key member owned by a dimension level.
|
Modifier and Type | Method and Description |
---|---|
OdiRefMember |
OdiParentRef.findRefMember(INaturalKeyMember natKeyMem) |