|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| 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.InterfaceActionAddDataSet
public class InterfaceActionAddDataSet
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.
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 |
|---|
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.| 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.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||