Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Uses of Class
oracle.odi.domain.model.OdiReference

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
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)
          Deprecated. replaced by IOdiReferenceFinder.findByName(String pName, Number pDataStoreId)
 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.
 

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.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.