Skip navigation links

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

E17060-02


Uses of Interface
oracle.odi.domain.impexp.IImportRoot

Packages that use IImportRoot
oracle.odi.domain.model This package contains the Oracle Data Integrator Data Model domain implementation. 
oracle.odi.domain.project This package contains the Oracle Data Integrator Project implementation. 
oracle.odi.domain.topology This package contains the Oracle Data Integrator Topology domain model implementation. 
oracle.odi.impexp This package contains the export and import services for Oracle Data Integrator. 
oracle.odi.impexp.support Provides classes to allow for running the different types of OracleDI exports and imports. 

 

Uses of IImportRoot in oracle.odi.domain.model

 

Classes in oracle.odi.domain.model that implement IImportRoot
 class OdiModel
          An OdiModel represents a set of datastores corresponding to data structures contained in a physical schema.
 class OdiModelFolder
          An OdiModelFolder is used to arrange OdiModels.

 

Uses of IImportRoot in oracle.odi.domain.project

 

Classes in oracle.odi.domain.project that implement IImportRoot
 class OdiFolder
          An OdiFolder is a workbench entity that ODI users will use to organize their work related to a single OdiProject.
 class OdiProject
          An OdiProject is a top level workbench object in ODI.

 

Uses of IImportRoot in oracle.odi.domain.topology

 

Classes in oracle.odi.domain.topology that implement IImportRoot
 class OdiTechnology
          A technology that is defined within the physical topology provided by ODI.

 

Uses of IImportRoot in oracle.odi.impexp

 

Methods in oracle.odi.impexp with parameters of type IImportRoot
 void IImportService.importObjectFromXml(int pImportMode, java.lang.String pFileName, IImportRoot pObjectParent, boolean pDeclareMissingRepository)
          This method imports an object from an OracleDI export file (XML) under a parent object.

 

Uses of IImportRoot in oracle.odi.impexp.support

 

Methods in oracle.odi.impexp.support with parameters of type IImportRoot
 void ImportServiceImpl.importObjectFromXml(int pImportMode, java.lang.String pFileName, IImportRoot pObjectParent, boolean pDeclareMissingRepository)
           

 


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.