Skip navigation links

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

E17060-04


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

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

All Implemented Interfaces:
IInterfaceAction

public class InterfaceActionOnTargetColumnSetName
extends InterfaceActionOnTargetColumn

InterfaceActionOnTargetColumnSetName is an interface action class used to set the name for a column.

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Constructor Summary
InterfaceActionOnTargetColumnSetName(java.lang.String pColumnName, java.lang.String pNewName)
          Creates an action class instance which will set the name for a column, when performAction is called.

 

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

 

Methods inherited from class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumn
getColumnName

 

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

 

Constructor Detail

InterfaceActionOnTargetColumnSetName

public InterfaceActionOnTargetColumnSetName(java.lang.String pColumnName,
                                            java.lang.String pNewName)
Creates an action class instance which will set the name for a column, 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 set the column name.
Parameters:
pColumnName - Name of the column for which the name is to be set
pNewName - The new column name

Method Detail

performAction

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

E17060-04


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