Skip navigation links

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

E17060-02


Uses of Interface
oracle.odi.interfaces.interactive.support.IExecutionArea

Packages that use IExecutionArea
oracle.odi.interfaces.interactive Provides interfaces for interactive handling of Oracle Data Integrator interfaces. 
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 IExecutionArea in oracle.odi.interfaces.interactive

 

Methods in oracle.odi.interfaces.interactive that return IExecutionArea
 IExecutionArea IActionHelper.getExecutionArea(IInterfaceSubComponent pInterfaceSubComponent)
          Returns the IExecutionArea interface instance that represents the location where the specified interface sub-component will be executed.
This is mainly for internal use.

 

Methods in oracle.odi.interfaces.interactive that return types with arguments of type IExecutionArea
 java.util.Collection<IExecutionArea> IActionHelper.getExecutionAreas(DataSet pDataSet)
          Returns a collection of IExecutionArea instances that represent the locations where all interface sub-components belonging to the specified data set are located.

 

Uses of IExecutionArea in oracle.odi.interfaces.interactive.support

 

Methods in oracle.odi.interfaces.interactive.support that return IExecutionArea
 IExecutionArea IElementInExecutionArea.getExecutionArea()
          Returns the execution area in which this object is located.
 IExecutionArea InteractiveInterfaceHelperWithActions.getExecutionArea(IInterfaceSubComponent pInterfaceSubComponent)
          Returns the IExecutionArea interface instance that represents the location where the specified interface sub-component will be executed.
This is mainly for internal use.

 

Methods in oracle.odi.interfaces.interactive.support that return types with arguments of type IExecutionArea
 java.util.Collection<IExecutionArea> InteractiveInterfaceHelperWithActions.getExecutionAreas(DataSet pDataSet)
          Returns a collection of IExecutionArea instances that represent the locations where all interface sub-components belonging to the specified data set are located.

 

Methods in oracle.odi.interfaces.interactive.support with parameters of type IExecutionArea
 void IElementInExecutionArea.setExecutionArea(IExecutionArea pExecutionArea)
          Sets the execution area in which this object will be located.

 

Uses of IExecutionArea in oracle.odi.interfaces.interactive.support.execarea

 

Classes in oracle.odi.interfaces.interactive.support.execarea that implement IExecutionArea
 class InterfaceExecutionArea
          A basic implementation of IExecutionArea.

 

Methods in oracle.odi.interfaces.interactive.support.execarea that return IExecutionArea
 IExecutionArea InterfaceElementInExecutionArea.getExecutionArea()
           

 

Methods in oracle.odi.interfaces.interactive.support.execarea with parameters of type IExecutionArea
 void InterfaceElementInExecutionArea.setExecutionArea(IExecutionArea pExecutionArea)
           

 


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.