Skip navigation links

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

E17060-04


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

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)
           

 


Skip navigation links

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

E17060-04


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