|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseAbstract
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnGenericClauseSetExecutionLocation
public class InterfaceActionOnGenericClauseSetExecutionLocation
InterfaceActionOnGenericClauseSetBusinessRule is an interface action class used to set a
execution location for a generic clause. The execution location for the clauses determines
the shape of the flow graph of the interface execution, and at which points in the graph
the data is transformed.
A generic clause can be a
Filter,
TargetMapping,
Join.
InteractiveInterfaceHelperWithActions| Constructor Summary | |
|---|---|
InterfaceActionOnGenericClauseSetExecutionLocation(GenericClause pGenericClause,
OdiInterface.ExecutionLocation pExecutionLocation)
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 InterfaceActionOnGenericClauseSetExecutionLocation(GenericClause pGenericClause,
OdiInterface.ExecutionLocation pExecutionLocation)
pGenericClause - The clause for which the execution location will be set.pExecutionLocation - The execution location, which can be one of: SOURCE, WORK, TARGET.| Method Detail |
|---|
public void performAction(IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
IInterfaceAction
pInterfaceActionListener - 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.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||