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 InterfaceActionOnGenericClauseSetEnabled

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

All Implemented Interfaces:
IInterfaceAction

public class InterfaceActionOnGenericClauseSetEnabled
extends InterfaceActionOnGenericClauseAbstract

InterfaceActionOnGenericClauseSetEnabled is an interface action class used to set the enabled flag a generic clause. The enabled flag indicates whether the clause will actual be used during execution of the interface A generic clause can be a Filter, TargetMapping, Join.

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Constructor Summary
InterfaceActionOnGenericClauseSetEnabled(GenericClause pGenericClause, boolean pEnabled)
          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

InterfaceActionOnGenericClauseSetEnabled

public InterfaceActionOnGenericClauseSetEnabled(GenericClause pGenericClause,
                                                boolean pEnabled)
The constructor for the action.
Parameters:
pGenericClause - The clause for which to set the enabled flag.
pEnabled - The value for the enabled flag.

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.
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.