|
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 | |||||||||
public interface IElementInExecutionArea
Represents an object that will be located in a SourceSet, StagingArea or Target in interfaces.
This is only a wrapper on an IInterfaceSubComponent and sets it to be located on an IExecutionArea. The reason for not adding the property on the real IInterfaceSubComponents is that the execution area is only an internal and technical property used by the helper, and it has no persistence, so it wouldn't make sense for the IInterfaceSubComponents to hold it directly. Created on 4 janv. 08
| Method Summary | |
|---|---|
IExecutionArea |
getExecutionArea()Returns the execution area in which this object is located. |
IInterfaceSubComponent |
getUnderlyingComponent()Returns the underlying sub-component referenced by this element. |
void |
setExecutionArea(IExecutionArea pExecutionArea)Sets the execution area in which this object will be located. |
| Method Detail |
|---|
IExecutionArea getExecutionArea()
setExecutionArea(IExecutionArea)void setExecutionArea(IExecutionArea pExecutionArea)
pExecutionArea - the execution area in which this object is set to be locatedgetExecutionArea()IInterfaceSubComponent getUnderlyingComponent()
|
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 | |||||||||