Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.interfaces.interactive.support.actions
Class InterfaceActionLookupTransform

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.actions.InterfaceActionLookupTransform
All Implemented Interfaces:
IInterfaceAction

public class InterfaceActionLookupTransform
extends java.lang.Object
implements IInterfaceAction

This action transforms a source datastore with a join into a lookup and vice-versa.
In the end, the source datastore and the join will be a single lookup.
Created on 25 mars 08

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Constructor Summary
InterfaceActionLookupTransform(SourceDataStore pSourceDataStore, Join pJoin, boolean pCreateLookup)
          Constructor for the join-to-lookup transform action class.
InterfaceActionLookupTransform(SourceDataStore pSourceDataStore, Join pJoin, boolean pCreateLookup, boolean pSelectLookup)
          Constructor for the join-to-lookup transform action class.
 
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

InterfaceActionLookupTransform

public InterfaceActionLookupTransform(SourceDataStore pSourceDataStore,
                                      Join pJoin,
                                      boolean pCreateLookup)
Constructor for the join-to-lookup transform action class.

Parameters:
pSourceDataStore - The source datastore to be transformed.
pJoin - The join to be transformed.
pCreateLookup - If true, a lookup object will be the result of the transformation, else an independent source data store and join will be the result.

InterfaceActionLookupTransform

public InterfaceActionLookupTransform(SourceDataStore pSourceDataStore,
                                      Join pJoin,
                                      boolean pCreateLookup,
                                      boolean pSelectLookup)
Constructor for the join-to-lookup transform action class.

Parameters:
pSourceDataStore - The source datastore to be transformed.
pJoin - The join to be transformed.
pCreateLookup - If true, a lookup object will be the result of the transformation, else an independent source data store and join will be the result.
pSelectLookup - If true, the lookup object that is created will be generated as a scalar SQL subquery in the select list.
Method Detail

performAction

public void performAction(IInterfaceActionListener pInterfaceActionListener,
                          IInterfaceUndoListener pInterfaceUndoListener,
                          IActionHelper pActionHelper)
Description copied from interface: IInterfaceAction
Action that is performed on the ODI interface objects.

Specified by:
performAction in interface IInterfaceAction
Parameters:
pInterfaceActionListener - the interface action listener instance
pInterfaceUndoListener - the interface undo listener instance
pActionHelper - the action helper instance

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.