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 InterfaceActionOnSourceSetSetName

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

All Implemented Interfaces:
IInterfaceAction

public class InterfaceActionOnSourceSetSetName
extends java.lang.Object
implements IInterfaceAction

InterfaceActionOnSourceSetSetNameLookupSourceDataStoreSetSubInterfaceAsDerived is an action class used to set the name of a SourceSet.

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Constructor Summary
InterfaceActionOnSourceSetSetName(SourceSet pSourceSet, java.lang.String pName)
          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

InterfaceActionOnSourceSetSetName

public InterfaceActionOnSourceSetSetName(SourceSet pSourceSet,
                                         java.lang.String pName)
Constructor for the action class.
Parameters:
pSourceSet - The SourceSet whose name is to be set.
pName - The new name for the source set.

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

E17060-04


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