Skip navigation links

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

E17060-04


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

Packages that use OdiKey
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 OdiKey in oracle.odi.domain.model

 

Methods in oracle.odi.domain.model that return OdiKey
 OdiKey OdiDataStore.getPrimaryKey()
          Returns the current primary key of the datastore.

 

Methods in oracle.odi.domain.model that return types with arguments of type OdiKey
 java.util.Collection<OdiKey> OdiDataStore.getKeys()
          Returns the unmodifiable collection of OdiKeys.

 

Methods in oracle.odi.domain.model with parameters of type OdiKey
 void OdiDataStore.removeKey(OdiKey pKey)
          Remove the given OdiKey from the collection of OdiKeys.

 

Uses of OdiKey in oracle.odi.domain.model.finder

 

Methods in oracle.odi.domain.model.finder that return OdiKey
 OdiKey IOdiKeyFinder.findByName(java.lang.String pName, java.lang.Number pDataStoreId)
          Find OdiKey by name and data store id.

 

Uses of OdiKey in oracle.odi.domain.project

 

Methods in oracle.odi.domain.project that return OdiKey
 OdiKey OdiInterface.CheckableFlowConstraint.getKeyConstraint()
          Returns the underlying OdiKey for this constraint.

 


Skip navigation links

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

E17060-04


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