|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnDataSetSetOrder
public class InterfaceActionOnDataSetSetOrder
InterfaceActionOnDataSetSetOrder is an interface action class used to set the order of a 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).
InteractiveInterfaceHelperWithActions| Constructor Summary | |
|---|---|
InterfaceActionOnDataSetSetOrder(DataSet pDataSet, int pOrder)The 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 |
|---|
public InterfaceActionOnDataSetSetOrder(DataSet pDataSet,
int pOrder)
pDataSet - The data set whose operator will be changed.pOrder - The new order number.| Method Detail |
|---|
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
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||