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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMapComponent
An interface to represent a map component within a 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 |
---|---|
IMapComponentOwner |
IMapComponentOwner.findSubComponentOwner(java.lang.String name)
Find the sub-component owner with the specified name.
|
IMapComponentOwner |
IMapComponent.getComponentOwner()
Gets the component owner that contains this component.
|
Modifier and Type | Class and Description |
---|---|
class |
CubeComponent |
class |
DimensionComponent |
class |
ExpandableComponentDelegate |
Constructor and Description |
---|
CubeComponent(IMapComponentOwner owner,
ICube cube,
java.lang.String name)
Creates a new persistent cube component.
|
CubeComponent(IMapComponentOwner owner,
java.lang.String name)
Creates a new persistent cube component.
|
DefaultDelegate(IMapComponentOwner owner,
java.lang.String componentTypeName,
java.lang.String name,
IModelObject boundObject)
Creates a default component delegate that is bound to a repository object.
|
DimensionComponent(IMapComponentOwner owner,
IDimension dimension,
java.lang.String name)
Creates a new persistent dimension component.
|
DimensionComponent(IMapComponentOwner owner,
java.lang.String name)
Creates a new persistent dimension component.
|
FilterComponent(IMapComponentOwner owner,
ICondition boundObject,
java.lang.String name)
Constructs a new persistent filter component, bound to a condition model object.
|
FilterComponent(IMapComponentOwner owner,
IFilter boundObject,
java.lang.String name)
Constructs a new persistent filter component, bound to a filter model object.
|
ReusableMappingComponent(IMapComponentOwner pOwner,
ReusableMapping pReusableMapping,
java.lang.String pName)
Constructs a reusable mapping component having the specified underlying reusable mapping.
|