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 InterfaceActionOnStagingAreaSetIndicator

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

All Implemented Interfaces:
IInterfaceAction

public class InterfaceActionOnStagingAreaSetIndicator
extends java.lang.Object
implements IInterfaceAction

InterfaceActionOnStagingAreaSetIndicator is an action class used to set one of four possible special indicators for the staging area of an ODI interface. Each indicator is a boolean flag and can be set to true or false.

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Nested Class Summary
static class InterfaceActionOnStagingAreaSetIndicator.StagingAreaIndicator
          Specifies one of the boolean indicators that can be set to true or false for the staging area.

 

Constructor Summary
InterfaceActionOnStagingAreaSetIndicator(boolean pIndicatorValue, InterfaceActionOnStagingAreaSetIndicator.StagingAreaIndicator pIndicatorType)
          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

InterfaceActionOnStagingAreaSetIndicator

public InterfaceActionOnStagingAreaSetIndicator(boolean pIndicatorValue,
                                                InterfaceActionOnStagingAreaSetIndicator.StagingAreaIndicator pIndicatorType)
The constructor for the action class.
Parameters:
pIndicatorValue - The value to which the specified indicator will be set.
pIndicatorType - The staging area indicator that will be set to true or false.

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.