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

E17060-01

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

Packages that use IExportable
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.runtime.scenario This package contains classes for managing Oracle Data Integrator Scenarios and related objects. 
oracle.odi.domain.security This package contains user 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 IExportable in oracle.odi.domain.model
 

Classes in oracle.odi.domain.model that implement IExportable
 class AbstractOdiSubModel
          Abstract base class for sub-models.
 class OdiDataStore
          An OdiDataStore represents a two-dimensional tabular data structure, generally a database table structure.
 class OdiGlobalSubModel
          AbstractOdiSubModel subclass, to manage global ODI submodels.
 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.
 class OdiSubModel
          A sub model is a group of functionally homogeneous datastores within a model.
 

Uses of IExportable in oracle.odi.domain.project
 

Classes in oracle.odi.domain.project that implement IExportable
 class OdiCKM
          Represents the Control Knowledge Module.
 class OdiFolder
          An OdiFolder is a workbench entity that ODI users will use to organize their work related to a single OdiProject.
 class OdiIKM
          Represents an Integration Knowledge Module.
 class OdiInterface
          An OdiInterface is the main class that implement target datastore feeding, suppling data from several source datastores.
 class OdiJKM
          Represents a journalization knowledge module.
 class OdiKM<L extends OdiProcedureLine>
          Abstract base class that all knowledge modules types subclasses.
 class OdiLKM
          Represents the Loading Knowledge Module.
 class OdiPackage
          Represents an ODI package.
 class OdiProject
          An OdiProject is a top level workbench object in ODI.
 class OdiRKM
          Represents the Reverse Knowledge Module.
 class OdiSequence
          Represents design time metadata about a sequence.
 class OdiSKM
          Represents the Service Knowledge Module.
 class OdiUserFunction
          Represents design time metadata about a customized function that can be used in expressions of other objects such as OdiInterface, OdiUserProcedure.
 class OdiUserProcedure
          Represents the ODI user procedures.
 class OdiVariable
          Represents design time metadata about a variable.
 

Uses of IExportable in oracle.odi.domain.runtime.scenario
 

Classes in oracle.odi.domain.runtime.scenario that implement IExportable
 class OdiScenario
          An ODI Scenario is designed to put a source component (interface, package, procedure, variable) into production.
 

Uses of IExportable in oracle.odi.domain.security
 

Classes in oracle.odi.domain.security that implement IExportable
 class OdiUser
          The OdiUser class contains informations about a user including password and supervisor.
 

Uses of IExportable in oracle.odi.domain.topology
 

Classes in oracle.odi.domain.topology that implement IExportable
 class OdiDataServer
          An OdiDataServer is a data server that is defined for a technology into the physical topology of ODI.
 class OdiIndexType
          An OdiIndexType is a domain entity describing a single type of SGBDR index for an ODI technology.
 class OdiPhysicalAgent
          An ODI physical agent, holding metadata about a deployed runtime agent.
 class OdiPhysicalSchema
          An OdiPhysicalSchema is a physical schema defined for a data server into the physical topology of ODI.
 class OdiTechnology
          A technology that is defined within the physical topology provided by ODI.
 

Uses of IExportable in oracle.odi.impexp
 

Methods in oracle.odi.impexp with parameters of type IExportable
 void IExportService.exportToXml(IExportable pExportable, java.lang.String pFolderPath, boolean pforceOverwrite, boolean pRecursiveExport, EncodingOptions pEncodingDetails)
          Exports the given object to a XML file.
 

Uses of IExportable in oracle.odi.impexp.support
 

Methods in oracle.odi.impexp.support with parameters of type IExportable
 void ExportServiceDwgImpl.exportToXml(IExportable pExportable, java.lang.String pFolderPath, boolean pPforceOverwrite, boolean pRecursiveExport, EncodingOptions pEncodingDetails)
          Deprecated.  
 void ExportServiceImpl.exportToXml(IExportable pExportable, java.lang.String pFolderPath, boolean pforceOverwrite, boolean pRecursiveExport, EncodingOptions pEncodingDetails)
           
 


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

E17060-01

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