| 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 |
|---|---|
IKeyPartUse |
ICubeUsesDimension.findKeyPartUse(java.lang.String pLevelAttributeName)
Find the key part use with the specified level attribute name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ICubeUsesDimension.addKeyPartUse(IKeyPartUse pKeyPartUse)
Add the key part use into this cube uses dimension.
|
void |
ICubeUsesDimension.removeKeyPartUse(IKeyPartUse pKeyPartUse)
Remove a key part use from this cube uses dimension.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OdiKeyPartUse
A class to represent a dimension key used in a cube.
|