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 InterfaceActionOnStagingAreaSetLogicalSchema

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

All Implemented Interfaces:
IInterfaceAction

public class InterfaceActionOnStagingAreaSetLogicalSchema
extends java.lang.Object
implements IInterfaceAction

InterfaceActionOnStagingAreaSetLogicalSchema is an action class used to set the logical schema that will be used for the staging area. This setting is only valid if the ON_TARGET indicator is set to false using the InterfaceActionOnStagingAreaSetIndicator action class.

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Constructor Summary
InterfaceActionOnStagingAreaSetLogicalSchema(OdiLogicalSchema pOdiLogicalSchema)
          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

InterfaceActionOnStagingAreaSetLogicalSchema

public InterfaceActionOnStagingAreaSetLogicalSchema(OdiLogicalSchema pOdiLogicalSchema)
The constructor for the action class.
Parameters:
pOdiLogicalSchema - The logical schema that will be used for the staging area.

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.