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

E17060-01

Uses of Interface
oracle.odi.domain.relational.IKey

Packages that use IKey
oracle.odi.domain.model This package contains the Oracle Data Integrator Data Model domain implementation. 
oracle.odi.domain.project This package contains the Oracle Data Integrator Project implementation. 
oracle.odi.domain.project.interfaces This package contains Oracle Data Integrator Interface implementation. 
oracle.odi.domain.relational Provides classes related to relational structures. 
oracle.odi.interfaces.interactive.support This package and its sub-packages provide the implementations for interactive handling of Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.actions This package contains the Oracle Data Integrator interface action implementation classes Classes in this package allow modification to the ODI interface object, when used in conjunction with the oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions helper class. 
oracle.odi.interfaces.interactive.support.targetkeychoosers This package contains the implementations for finding an update key for the target datastores when working with Oracle Data Integrator interfaces. 
 

Uses of IKey in oracle.odi.domain.model
 

Classes in oracle.odi.domain.model that implement IKey
 class OdiKey
          A key for an OdiDataStore.
 

Uses of IKey in oracle.odi.domain.project
 

Methods in oracle.odi.domain.project that return IKey
 IKey OdiInterface.TargetDataStore.getUnderlyingUpdateKey()
          Returns the underlying update key.
 

Methods in oracle.odi.domain.project with parameters of type IKey
 void OdiInterface.TargetDataStore.setUpdateKey(IKey<? extends IColumn> pKey)
          For internal use only Sets the update key of the target datastore.
 

Uses of IKey in oracle.odi.domain.project.interfaces
 

Classes in oracle.odi.domain.project.interfaces that implement IKey
 class TemporaryTargetUpdateKey
          This class represents the target update key for an interface when the target of the interface is a temporary datastore.
 

Methods in oracle.odi.domain.project.interfaces that return types with arguments of type IKey
 java.util.Collection<IKey<ISourceColumn>> SourceDataStore.getKeys()
          Return the set of ISourceColumn objects corresponding to the key columns of this source.
 IDataStore<? extends IColumn,? extends IKey> SourceDataStore.getUnderlyingDataStore()
          Returns an IDataStore corresponding to the underlying DataStore of the source table.
If this SourceDataStore was created using an OdiDataStore, this method returns this OdiDataStore.
If this SourceDataStore was created using an OdiInterface, this method returns the OdiInterface.TargetDataStore of this OdiInterface.
 

Uses of IKey in oracle.odi.domain.relational
 

Classes in oracle.odi.domain.relational with type parameters of type IKey
 interface IDataStore<ColumnType extends IColumn,KeyType extends IKey>
          Defines basic contract for a data store.
 

Uses of IKey in oracle.odi.interfaces.interactive.support
 

Methods in oracle.odi.interfaces.interactive.support that return IKey
 IKey<?> ITargetKeyChooser.chooseNewTargetKey(OdiInterface pOdiInterface, IKey<?> pOldKey)
          Chooses a new update key for the target datastore of interface pOdiInterface.
If null is returned, then no update key will be selected for this interface.
 

Methods in oracle.odi.interfaces.interactive.support with parameters of type IKey
 IKey<?> ITargetKeyChooser.chooseNewTargetKey(OdiInterface pOdiInterface, IKey<?> pOldKey)
          Chooses a new update key for the target datastore of interface pOdiInterface.
If null is returned, then no update key will be selected for this interface.
 

Uses of IKey in oracle.odi.interfaces.interactive.support.actions
 

Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type IKey
InterfaceActionOnTargetDataStoreSetUpdateKey(IKey<? extends IColumn> pKey)
          Creates an action class instance which sets the update key for a target data store, when performAction is called.
 

Uses of IKey in oracle.odi.interfaces.interactive.support.targetkeychoosers
 

Methods in oracle.odi.interfaces.interactive.support.targetkeychoosers that return IKey
 IKey<?> TargetKeyChooserAnyKey.chooseNewTargetKey(OdiInterface pOdiInterface, IKey<?> pOldKey)
          Chooses a new update key for the target datastore of interface pOdiInterface.
If null is returned, then no update key will be selected for this interface.
 IKey<?> TargetKeyChooserComposer.chooseNewTargetKey(OdiInterface pOdiInterface, IKey<?> pOldKey)
          Chooses a new update key for the target datastore of interface pOdiInterface.
If null is returned, then no update key will be selected for this interface.
 IKey<?> TargetKeyChooserFixed.chooseNewTargetKey(OdiInterface pOdiInterface, IKey<?> pOldKey)
          Chooses a new update key for the target datastore of interface pOdiInterface.
If null is returned, then no update key will be selected for this interface.
 IKey<?> TargetKeyChooserLazy.chooseNewTargetKey(OdiInterface pOdiInterface, IKey<?> pOldKey)
          Chooses a new update key for the target datastore of interface pOdiInterface.
If null is returned, then no update key will be selected for this interface.
 IKey<?> TargetKeyChooserPrimaryKey.chooseNewTargetKey(OdiInterface pOdiInterface, IKey<?> pOldKey)
          Chooses a new update key for the target datastore of interface pOdiInterface.
If null is returned, then no update key will be selected for this interface.
 

Methods in oracle.odi.interfaces.interactive.support.targetkeychoosers with parameters of type IKey
 IKey<?> TargetKeyChooserAnyKey.chooseNewTargetKey(OdiInterface pOdiInterface, IKey<?> pOldKey)
          Chooses a new update key for the target datastore of interface pOdiInterface.
If null is returned, then no update key will be selected for this interface.
 IKey<?> TargetKeyChooserComposer.chooseNewTargetKey(OdiInterface pOdiInterface, IKey<?> pOldKey)
          Chooses a new update key for the target datastore of interface pOdiInterface.
If null is returned, then no update key will be selected for this interface.
 IKey<?> TargetKeyChooserFixed.chooseNewTargetKey(OdiInterface pOdiInterface, IKey<?> pOldKey)
          Chooses a new update key for the target datastore of interface pOdiInterface.
If null is returned, then no update key will be selected for this interface.
 IKey<?> TargetKeyChooserLazy.chooseNewTargetKey(OdiInterface pOdiInterface, IKey<?> pOldKey)
          Chooses a new update key for the target datastore of interface pOdiInterface.
If null is returned, then no update key will be selected for this interface.
 IKey<?> TargetKeyChooserPrimaryKey.chooseNewTargetKey(OdiInterface pOdiInterface, IKey<?> pOldKey)
          Chooses a new update key for the target datastore of interface pOdiInterface.
If null is returned, then no update key will be selected for this interface.
 


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.