|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.odi.interfaces.interactive.support.targetkeychoosers.TargetKeyChooserComposer
public class TargetKeyChooserComposer
This implementation composes on other target key choosers and selects the first update key found by the choosers.
Constructor Summary | |
---|---|
TargetKeyChooserComposer(ITargetKeyChooser[] pUnderlyingChoosers) Creates a chooser from other choosers. To choose the key, all choosers are called in the order in which they appear in the array, and the first non null key is returned. |
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 TargetKeyChooserComposer(ITargetKeyChooser[] pUnderlyingChoosers)
pUnderlyingChoosers
- all underlying choosers, must not be null
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 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 All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |