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.expression |
Provides the expression class 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.
|
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 |
IMapExpressionOwner
Marker interface for objects that can own MapExpression objects.
|
interface |
IMapRootContainer
The root container for a top-level, stand-alone graph of components (typically a Mapping or a ReusableMapping).
|
interface |
IMapSignatureOwner |
interface |
IPropertyDefinitionOwner
Marker interface for a class that can own property definitions.
|
Modifier and Type | Class and Description |
---|---|
class |
MapAttribute
A persistent class that represents an attribute of a map connector point.
|
class |
MapComponentType
A persistent class containing information about the definition of a component type.
|
class |
MapConnectorPointRole
A class to store the characteristics of a set of component connector points with
a specific role or purpose.
|
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 |
MapExpression
The basic expression class to be used by ODI mapping components.
|
Modifier and Type | Class and Description |
---|---|
class |
DeploymentSpec
Deprecated.
Use
MapPhysicalDesign . |
class |
MapPhysicalExpression
A class representing the physical usage of an attribute expression in the
logical graph.
|
Modifier and Type | Class and Description |
---|---|
class |
Property
The property class for ODI properties.
|
class |
PropertyDefinition
A class representing a property definition for a component type or class type.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IFCORoot |
interface |
INamedObject
The base interface for an ODI named object.
|
interface |
IPropertyOwner
An interface that represents any mapping object that can own properties.
|
interface |
IRoot
An interface to represent a mapping object.
|