Package | Description |
---|---|
oracle.odi.domain.mapping.component |
This package contains the component implementation in Oracle Data Integrator Mapping.
|
oracle.odi.domain.project.interfaces |
This package contains Oracle Data Integrator Interface implementation.
|
Modifier and Type | Method and Description |
---|---|
static Dataset |
Dataset.getContainingDataset(IMapComponent comp)
Gets the owning Dataset of the given component.
|
Modifier and Type | Method and Description |
---|---|
IMapComponent |
DatastoreComponent.addSourceToDataset(Dataset dset,
IDataStore datastore)
Adds a source to this dataset (ER group)
|
java.util.List |
JoinComponent.getDerivedFrom(Dataset dataset)
Gets the list of join components from which this derived join derives.
|
java.util.List |
JoinComponent.getDerivedJoins(Dataset dataset)
Gets the list of derived joins that are derived from this join.
|
Modifier and Type | Method and Description |
---|---|
Dataset |
DataSet.get12cObject()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSet.set12cObject(Dataset dataset)
Deprecated.
|