Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IReusableMapping |
IFolder.findReusableMapping(java.lang.String name)
Finds a reusable mapping in this folder, given a mapping name.
|
Modifier and Type | Method and Description |
---|---|
void |
IFolder.addReusableMapping(IReusableMapping pReusableMapping)
Adds a reusable mapping to this folder.
|
void |
IFolder.removeReusableMapping(IReusableMapping pReusableMapping)
Removes a reusable mapping from this folder.
|
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.
|