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.public class InterfaceActionAddDataSet extends java.lang.Object implements IInterfaceAction
InteractiveInterfaceHelperWithActions| Constructor and Description |
|---|
InterfaceActionAddDataSet(java.lang.String pName,
java.lang.String pOperator,
java.lang.Integer pOrder)
Deprecated.
Constructor for the data set creator action object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
performAction(IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
Deprecated.
Action that is performed on the ODI interface objects.
|
public InterfaceActionAddDataSet(java.lang.String pName,
java.lang.String pOperator,
java.lang.Integer pOrder)
pName - The name of the new datasetpOperator - The operator that will be used to merge this dataset with the previous one. Should ordinarily be one of: UNION, UNION ALL, INTERSECT, MINUSpOrder - The placement in the order of datasets. If null the newly created dataset is added last.public void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
IInterfaceActionperformAction in interface IInterfaceActionpInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instance