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 InterfaceActionOnDataSetSetName

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

All Implemented Interfaces:
IInterfaceAction

public class InterfaceActionOnDataSetSetName
extends java.lang.Object
implements IInterfaceAction

InterfaceActionOnDataSetSetName is an interface action class used to set the name of a DataSet.

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Constructor Summary
InterfaceActionOnDataSetSetName(DataSet pDataSet, java.lang.String pName)
          Constructor for the action class used to set a DataSet name.

 

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

InterfaceActionOnDataSetSetName

public InterfaceActionOnDataSetSetName(DataSet pDataSet,
                                       java.lang.String pName)
Constructor for the action class used to set a DataSet name.
Parameters:
pDataSet - The DataSet whose name is to be changed.
pName - The new name for the DataSet.

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

E17060-03


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