|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use IElementInExecutionArea | |
|---|---|
| oracle.odi.interfaces.interactive.support | This package and its sub-packages provide the implementations for interactive handling of Oracle Data Integrator interfaces. |
| oracle.odi.interfaces.interactive.support.execarea | This package contains the implementations representing the execution areas in Oracle Data Integrator interfaces. |
| Uses of IElementInExecutionArea in oracle.odi.interfaces.interactive.support |
|---|
| Methods in oracle.odi.interfaces.interactive.support that return types with arguments of type IElementInExecutionArea | |
|---|---|
java.util.Collection<IElementInExecutionArea> |
IExecutionArea.getElements()
Returns all the elements in this execution area. |
| Methods in oracle.odi.interfaces.interactive.support with parameters of type IElementInExecutionArea | |
|---|---|
void |
IExecutionArea.addElement(IElementInExecutionArea pElementInExecutionArea)
Adds an element to the execution area. |
void |
IExecutionArea.removeElement(IElementInExecutionArea pElementInExecutionArea)
Removes an element from the execution area. |
| Uses of IElementInExecutionArea in oracle.odi.interfaces.interactive.support.execarea |
|---|
| Classes in oracle.odi.interfaces.interactive.support.execarea that implement IElementInExecutionArea | |
|---|---|
class |
InterfaceElementInExecutionArea
The implementation of IElementInExecutionArea. |
| Methods in oracle.odi.interfaces.interactive.support.execarea that return types with arguments of type IElementInExecutionArea | |
|---|---|
java.util.Collection<IElementInExecutionArea> |
InterfaceExecutionArea.getElements()
Returns the list of elements contained in this execution area. |
| Methods in oracle.odi.interfaces.interactive.support.execarea with parameters of type IElementInExecutionArea | |
|---|---|
void |
InterfaceExecutionArea.addElement(IElementInExecutionArea pElementInExecutionArea)
|
void |
InterfaceExecutionArea.removeElement(IElementInExecutionArea pElementInExecutionArea)
|
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||