|
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.actions.InterfaceActionOnSourceDataStoreAbstract
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnSourceDataStoreSetSubInterfaceAsDerived
public class InterfaceActionOnSourceDataStoreSetSubInterfaceAsDerived
InterfaceActionOnSourceDataStoreSetSubInterfaceAsDerived is an action class used to set a SourceDataStore in the interface as a derived sub-select. This can only be set if the source in question is a temporary target from another interface. If the derived sub-interface flag is set to true, then the generated source load query will have a sub-query that represents the loading logic from the sub-interface. The sub-interface is the interface whose temporary target is being used as a source for this one.
InteractiveInterfaceHelperWithActions| Constructor Summary | |
|---|---|
InterfaceActionOnSourceDataStoreSetSubInterfaceAsDerived(SourceDataStore pSourceDataStore, boolean pSubInterfaceAsDerived)The constructor for the action. |
|
| Method Summary | |
|---|---|
void |
performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)Action that is performed on the ODI interface objects. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InterfaceActionOnSourceDataStoreSetSubInterfaceAsDerived(SourceDataStore pSourceDataStore,
boolean pSubInterfaceAsDerived)
pSourceDataStore - The SourceDataStore whose derived sub-interface setting is to be modified.pSubInterfaceAsDerived - The value for the derived sub-interface property of the source data store.| Method Detail |
|---|
public void performAction(IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
IInterfaceActionpInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instance
|
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 | |||||||||