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.mapping.properties |
This package contains the property classes in 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 |
ReusableMapping
A Reusable Mapping is a special sub mapping that can be reused in other mappings or other reusable mappings.
|
Modifier and Type | Method and Description |
---|---|
IPropertyOwner |
MapComponentType.getOwner() |
IPropertyOwner |
MapConnectorPoint.getOwner() |
Modifier and Type | Method and Description |
---|---|
static IMapComponent |
MapComponentType.getOwningComponent(IPropertyOwner componentObject)
If the passed in object is a mapping component, then return the
object.
|
void |
IPropertyDefinitionOwner.initializeProperties(IPropertyOwner mappingObject,
boolean persistentOnly)
For internal use only.
|
void |
MapComponentType.initializeProperties(IPropertyOwner mappingObject,
boolean persistentOnly) |
void |
MapConnectorPointRole.initializeProperties(IPropertyOwner propOwner,
boolean persistentOnly) |
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 | Method and Description |
---|---|
IPropertyOwner |
DeploymentSpec.getOwner()
Deprecated.
|
IPropertyOwner |
ExecutionUnit.getOwner() |
IPropertyOwner |
MapPhysicalDesign.getOwner() |
IPropertyOwner |
MapPhysicalExpression.getOwner() |
IPropertyOwner |
MapPhysicalNode.getOwner() |
Modifier and Type | Method and Description |
---|---|
IPropertyOwner |
Property.getOwner()
Gets owner of this property.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyDefinition.initializeProperties(IPropertyOwner propOwner,
boolean persistentOnly) |