Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


oracle.odi.interfaces.interactive.support
Interface IElementInExecutionArea

All Known Implementing Classes:
InterfaceElementInExecutionArea

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

Since:
11.1.1.3.0

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

getExecutionArea

IExecutionArea getExecutionArea()
Returns the execution area in which this object is located.
Returns:
the execution area in which this object is located
See Also:
setExecutionArea(IExecutionArea)

setExecutionArea

void setExecutionArea(IExecutionArea pExecutionArea)
Sets the execution area in which this object will be located.
Parameters:
pExecutionArea - the execution area in which this object is set to be located
See Also:
getExecutionArea()

getUnderlyingComponent

IInterfaceSubComponent getUnderlyingComponent()
Returns the underlying sub-component referenced by this element.
Returns:
the component in the execution area

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.