Skip navigation links

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

E17060-03


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

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

All Implemented Interfaces:
IInterfaceAction

public class InterfaceActionRemoveGenericClause
extends java.lang.Object
implements IInterfaceAction

InterfaceActionRemoveGenericClause is an interface action class used to remove a generic join or filter clause.

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Constructor Summary
InterfaceActionRemoveGenericClause(GenericClause pGenericClause)
          Creates an action class instance which will remove a filter or join clause, when performAction is called.

 

Method Summary
 void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

InterfaceActionRemoveGenericClause

public InterfaceActionRemoveGenericClause(GenericClause pGenericClause)
Creates an action class instance which will remove a filter or join clause, when performAction is called. This constructor should be called directly to create the action class instance. This instance should then be passed to InteractiveInterfaceHelperWithActions.performAction to remove the filter or join.
Parameters:
pGenericClause - join or filter clause being removed

Method Detail

performAction

public void performAction(IInterfaceActionListener pInterfaceActionListener,
                          IInterfaceUndoListener pInterfaceUndoListener,
                          IActionHelper pActionHelper)
For internal use only.
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.6.0)

E17060-03


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