|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| 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.InterfaceActionOnGenericClauseSetIndexType
public class InterfaceActionOnGenericClauseSetIndexType
InterfaceActionOnGenericClauseSetIndexType is an interface action class used to set the index type for a generic clause. The index type indicates the type of index that may be created in order to improve the performance of the generic clause. A generic clause can be a Filter, TargetMapping, Join.
InteractiveInterfaceHelperWithActions| Nested Class Summary | |
|---|---|
static class |
InterfaceActionOnGenericClauseSetIndexType.IndexTypeNumberThe number of the source that will use the index. |
| Constructor Summary | |
|---|---|
InterfaceActionOnGenericClauseSetIndexType(GenericClause pGenericClause, OdiIndexType pIndexType, InterfaceActionOnGenericClauseSetIndexType.IndexTypeNumber pIndexTypeNumber)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 InterfaceActionOnGenericClauseSetIndexType(GenericClause pGenericClause,
OdiIndexType pIndexType,
InterfaceActionOnGenericClauseSetIndexType.IndexTypeNumber pIndexTypeNumber)
pGenericClause - The clause for which to set the index type.pIndexType - The OdiIndexType instance representing the index type.pIndexTypeNumber - The index type number, one of : IndexTypeNumber.ONE, IndexTypeNumber.TWO| 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 instance
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||