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 InterfaceActionAddDataSet

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

All Implemented Interfaces:
IInterfaceAction

public class InterfaceActionAddDataSet
extends java.lang.Object
implements IInterfaceAction

InterfaceActionAddDataSet is an interface action class used to add a DataSet object to an ODI interface data. When the interface is created, it will already contain one data set by default. The purpose of a DataSet object is to group interface sources into a subset of sources that will be used by set operation, such as UNION or INTERSECT. Many interfaces only need the one default data set, a new one should be added only if a set operation is needed.

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Constructor Summary
InterfaceActionAddDataSet(java.lang.String pName, java.lang.String pOperator, java.lang.Integer pOrder)
          Constructor for the data set creator action object.

 

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

InterfaceActionAddDataSet

public InterfaceActionAddDataSet(java.lang.String pName,
                                 java.lang.String pOperator,
                                 java.lang.Integer pOrder)
Constructor for the data set creator action object.
Parameters:
pName - The name of the new dataset
pOperator - The operator that will be used to merge this dataset with the previous one. Should ordinarily be one of: UNION, UNION ALL, INTERSECT, MINUS
pOrder - The placement in the order of datasets. If null the newly created dataset is added last.

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.