Skip navigation links

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

E17060-04


Uses of Interface
oracle.odi.impexp.smartie.ISmartExportable

Packages that use ISmartExportable
oracle.odi.domain.marker This package contains the Oracle Data Integrator Marker implementation. 
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.loadplan   
oracle.odi.domain.runtime.scenario This package contains classes for managing Oracle Data Integrator Scenarios and related objects. 
oracle.odi.domain.topology This package contains the Oracle Data Integrator Topology domain model implementation. 
oracle.odi.impexp.smartie This package contains the smart export and import services for Oracle Data Integrator. 
oracle.odi.impexp.smartie.impl This package contains the implementation classes of smart export and import services for Oracle Data Integrator. 

 

Uses of ISmartExportable in oracle.odi.domain.marker

 

Classes in oracle.odi.domain.marker that implement ISmartExportable
 class OdiMarkerGroup
          Represents design time metadata about a marker group.

 

Uses of ISmartExportable in oracle.odi.domain.model

 

Classes in oracle.odi.domain.model that implement ISmartExportable
 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 ISmartExportable in oracle.odi.domain.project

 

Classes in oracle.odi.domain.project that implement ISmartExportable
 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 ISmartExportable in oracle.odi.domain.runtime.loadplan

 

Classes in oracle.odi.domain.runtime.loadplan that implement ISmartExportable
 class OdiLoadPlan
          An OdiLoadPlan is the root entity of the Load Plan aggregate.

 

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

 

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

 

Uses of ISmartExportable in oracle.odi.domain.topology

 

Classes in oracle.odi.domain.topology that implement ISmartExportable
 class OdiContext
          An ODI Context.
 class OdiDataServer
          An OdiDataServer is a data server that is defined for a technology into the physical topology of ODI.
 class OdiLogicalAgent
          An ODI logical agent to be used as reference to an OdiPhysicalAgent for a given OdiContext.
 class OdiLogicalSchema
          An ODI logical schema.
 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.

 

Uses of ISmartExportable in oracle.odi.impexp.smartie

 

Method parameters in oracle.odi.impexp.smartie with type arguments of type ISmartExportable
 void ISmartExportService.exportToXml(java.util.List<ISmartExportable> pExportableList, java.lang.String pFolderPath, java.lang.String pFileName, boolean pforceOverwrite, boolean pIsZip, EncodingOptions pEncodingDetails, boolean pMaterializeShortcut, java.util.List<java.lang.String> pReleaseTagLst)
          This method performs a Smart Export on a list of objects and writes the data to an XML file.

 

Uses of ISmartExportable in oracle.odi.impexp.smartie.impl

 

Method parameters in oracle.odi.impexp.smartie.impl with type arguments of type ISmartExportable
 void SmartExportServiceImpl.exportToXml(java.util.List<ISmartExportable> pExportableList, java.lang.String pFilePath, java.lang.String pFileName, boolean pforceOverwrite, boolean pIsZip, EncodingOptions pEncodingDetails, boolean pMaterializeShortcut, java.util.List<java.lang.String> pReleaseTagLst)
           

 


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.