|
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.InterfaceActionOnGenericClauseAbstract
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetDefaultOrder
public class InterfaceActionOnGenericClauseSetDefaultOrder
Sets a default order on the clause. This does not allow setting a specific order number. Rather it sets the default order, which is a value that is 10 greater than the previous highest order. To explicitly set the order number, use InterfaceActionOnGenericClauseSetOrder.
InteractiveInterfaceHelperWithActions| Constructor Summary | |
|---|---|
InterfaceActionOnGenericClauseSetDefaultOrder(GenericClause pGenericClause)Constructor for the action. |
|
| Method Summary | |
|---|---|
int |
getLargestJoinOrder()Returns the largest value of join order for all the joins contained by the same dataset as this join in the interface. |
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 InterfaceActionOnGenericClauseSetDefaultOrder(GenericClause pGenericClause)
pGenericClause - The clause for which to set the default order value.| Method Detail |
|---|
public void performAction(IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
IInterfaceActionpInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instancepublic int getLargestJoinOrder()
|
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 | |||||||||