|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdiReference | |
|---|---|
| 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. |
| Uses of OdiReference in oracle.odi.domain.model |
|---|
| Methods in oracle.odi.domain.model that return OdiReference | |
|---|---|
OdiReference |
ReferenceColumn.getReference()Obtain the OdiReference this ReferenceColumn belongs to. |
| Methods in oracle.odi.domain.model that return types with arguments of type OdiReference | |
|---|---|
java.util.Collection<OdiReference> |
OdiDataStore.getOutboundReferences()Returns an unmodifiable Collection of outbound references for this OdiDataStore. |
| Methods in oracle.odi.domain.model with parameters of type OdiReference | |
|---|---|
void |
OdiDataStore.removeOutboundReference(OdiReference pReference)Remove the given OdiReference from the collection of outbound OdiReferences that belong to this datastore. |
| Constructors in oracle.odi.domain.model with parameters of type OdiReference | |
|---|---|
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. |
|
| Uses of OdiReference in oracle.odi.domain.model.finder |
|---|
| Methods in oracle.odi.domain.model.finder that return OdiReference | |
|---|---|
OdiReference |
IOdiReferenceFinder.findByName(java.lang.String pName, java.lang.Number pDataStoreId)Find the OdiReference by name and the primary data store id. |
| Methods in oracle.odi.domain.model.finder that return types with arguments of type OdiReference | |
|---|---|
java.util.Collection<OdiReference> |
IOdiReferenceFinder.findByPrimaryDataStore(java.lang.Number pDataStoreId)Find all references that refer to the primary data store. |
java.util.Collection<OdiReference> |
IOdiReferenceFinder.findByPrimaryDataStoreShortcut(java.lang.Number pDataStoreShortcutId)Find all references that refer to the primary data store shortcut. |
| Uses of OdiReference in oracle.odi.domain.project |
|---|
| Methods in oracle.odi.domain.project that return OdiReference | |
|---|---|
OdiReference |
OdiInterface.CheckableFlowConstraint.getReferenceConstraint()Returns the underlying OdiReference for this constraint. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||