DataSet.
The order is used to produce the set-type operation that will be used to merge the rows in this DataSet with
another DataSet.
WARNING: note that moving the datasets can cause the result to be different because operators might behave differently
(A minus B is not the same than B minus A).public class InterfaceActionOnDataSetSetOrder extends java.lang.Object implements IInterfaceAction
InteractiveInterfaceHelperWithActions| Constructor and Description |
|---|
InterfaceActionOnDataSetSetOrder(DataSet pDataSet,
int pOrder)
Deprecated.
The constructor for the action class.
|
| 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 InterfaceActionOnDataSetSetOrder(DataSet pDataSet, int pOrder)
pDataSet - The data set whose operator will be changed.pOrder - The new order number.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