|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.interfaces.interactive.support.targetkeychoosers.TargetKeyChooserAnyKey
public class TargetKeyChooserAnyKey
This implementation chooses the first key given in the list of keys on the target datastore.
| Constructor Summary | |
|---|---|
TargetKeyChooserAnyKey()
|
|
| 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 TargetKeyChooserAnyKey()
| Method 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 ITargetKeyChooserpOdiInterface - the target datastore's interfacepOldKey - the old key of the target datastore
ITargetKeyChooser.chooseNewTargetKey(oracle.odi.domain.project.OdiInterface, oracle.odi.domain.relational.IKey)
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||