| Package | Description | 
|---|---|
| oracle.odi.domain.adapter | 
 This package contains base interface classes for domain objects in Oracle Data Integrator. 
 | 
| oracle.odi.domain.adapter.project | 
 This package contains base interface classes for project related domain objects in Oracle Data Integrator. 
 | 
| oracle.odi.domain.mapping | 
 This package contains the Oracle Data Integrator Mapping implementation. 
 | 
| oracle.odi.domain.project | 
 This package contains the Oracle Data Integrator Project implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IMapping | 
IModelObjectReference.getOwnerMapping()
Gets the owner mapping for this reference. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IReusableMapping
IReusableMapping is an interface for ODI reusable mappings. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IMapping | 
IFolder.findMapping(java.lang.String name)
Deprecated. 
 
use IMappingFinder.findByName(IFolder folder, String pName). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IFolder.addMapping(IMapping intfc)
Adds a mapping to this folder. 
 | 
void | 
IFolder.removeMapping(IMapping intfc)
Removes a mapping from this folder. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IMapRootContainer
The root container for a top-level, stand-alone graph of components (typically a Mapping or a ReusableMapping). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Mapping
A class to represent the top level mapping, which is a component owner. 
 | 
class  | 
oracle.odi.domain.mapping.MapRootContainer  | 
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 | 
|---|---|
IMapping | 
MapReference.getOwnerMapping()
Gets the mapping that owns this map reference. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OdiFolder.refreshIMapping(IMapping pMapping)
Refresh mapping list with given Mapping object. 
 |