|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| 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.TargetKeyChooserLazy
public class TargetKeyChooserLazy
A lazy implementation of a target key chooser.
By using this target key chooser, no update key will be automatically selected on the target datastore.
| Constructor Summary | |
|---|---|
TargetKeyChooserLazy() |
|
| 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 TargetKeyChooserLazy()
| 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 datastoreITargetKeyChooser.chooseNewTargetKey(oracle.odi.domain.project.OdiInterface, oracle.odi.domain.relational.IKey)
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||