Skip navigation links

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

E17060-02


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

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnInterfaceSetOptimizationContext

All Implemented Interfaces:
IInterfaceAction

public class InterfaceActionOnInterfaceSetOptimizationContext
extends java.lang.Object
implements IInterfaceAction

InterfaceActionOnInterfaceSetOptimizationContext is an interface action class used to set the optimization context for the interface. The optimization context is used to associate the logical schema to a physical schema when no forced context is set for a source or target in the interface

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Constructor Summary
InterfaceActionOnInterfaceSetOptimizationContext(OdiContext pOdiContext)
          The constructor for the 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

InterfaceActionOnInterfaceSetOptimizationContext

public InterfaceActionOnInterfaceSetOptimizationContext(OdiContext pOdiContext)
The constructor for the action class.
Parameters:
pOdiContext - The context to set as the optimization context.

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

Skip navigation links

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

E17060-02


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