|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.odi.interfaces.interactive.support.targetkeychoosers.TargetKeyChooserFixed
public class TargetKeyChooserFixed
The purpose of this target key chooser is to choose the key with a given name on the target datastore.
If the given key name is not found on the datastore's keys, then no update key is selected by this implementation.
Constructor Summary | |
---|---|
TargetKeyChooserFixed(java.lang.String pKeyName) Creates a target key chooser for this key name. |
Method Summary | |
---|---|
IKey<?> |
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 inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TargetKeyChooserFixed(java.lang.String pKeyName)
pKeyName
- the name of the key to be selected as update keyMethod Detail |
---|
public IKey<?> chooseNewTargetKey(OdiInterface pOdiInterface, IKey<?> pOldKey)
pOdiInterface
.null
is returned, then no update key will be selected for this interface.chooseNewTargetKey
in interface ITargetKeyChooser
pOdiInterface
- the target datastore's interfacepOldKey
- the old key of the target datastoreITargetKeyChooser.chooseNewTargetKey(oracle.odi.domain.project.OdiInterface, oracle.odi.domain.relational.IKey)
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |