| Package | Description |
|---|---|
| oracle.odi.domain.model |
This package contains the Oracle Data Integrator Data Model domain implementation.
|
| oracle.odi.domain.model.finder |
This package contains Oracle Data Integrator Finder interfaces for domain model objects.
|
| oracle.odi.domain.project |
This package contains the Oracle Data Integrator Project implementation.
|
| Modifier and Type | Method and Description |
|---|---|
OdiReference |
ReferenceColumn.getReference()
Obtain the
OdiReference this ReferenceColumn belongs to. |
| Modifier and Type | Method and Description |
|---|---|
void |
OdiDataStore.removeOutboundReference(OdiReference pReference)
Remove the given
OdiReference from the collection of outbound
OdiReferences that belong to this datastore. |
| Constructor and Description |
|---|
OdiReferenceShortcutAdapter(OdiReference pOdiReference,
OdiInstance pOdiInstance) |
ReferenceColumn(OdiReference pReference,
OdiColumn pForeignKeyColumn,
OdiColumn pPrimaryKeyColumn)
Creates an
ReferenceColumn for the given Foreign Key and Primary Key
columns and add it to the given OdiReference. |
| Modifier and Type | Method and Description |
|---|---|
OdiReference |
IOdiReferenceFinder.findByName(java.lang.String pName,
java.lang.Number pDataStoreId)
Find the OdiReference by name and the primary data store id.
|
| Modifier and Type | Method and Description |
|---|---|
OdiReference |
OdiInterface.CheckableFlowConstraint.getReferenceConstraint()
Deprecated.
Returns the underlying
OdiReference for this constraint. |