Package | Description |
---|---|
oracle.odi.domain.mapping |
This package contains the Oracle Data Integrator Mapping implementation.
|
oracle.odi.domain.mapping.component |
This package contains the component implementation in Oracle Data Integrator Mapping.
|
oracle.odi.domain.mapping.physical |
This package contains the implementation for defining the physical aspects of Oracle Data Integrator Mapping.
|
oracle.odi.domain.root |
This package contains the root classes for Oracle Data Integrator Mapping.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMapComponent
An interface to represent a map component within a component owner.
|
interface |
IMapComponentOwner
An mapping used to specify an ODI mapping component owner.
|
interface |
IMapRootContainer
The root container for a top-level, stand-alone graph of components (typically a Mapping or a ReusableMapping).
|
interface |
IMapSignatureOwner |
Modifier and Type | Class and Description |
---|---|
class |
Mapping
A class to represent the top level mapping, which is a component owner.
|
class |
ReusableMapping
A Reusable Mapping is a special sub mapping that can be reused in other mappings or other reusable mappings.
|
Modifier and Type | Class and Description |
---|---|
class |
CubeComponent |
class |
DimensionComponent |
class |
ExpandableComponentDelegate |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentSpec
Deprecated.
Use
MapPhysicalDesign . |
Modifier and Type | Interface and Description |
---|---|
interface |
IPropertyOwner
An interface that represents any mapping object that can own properties.
|