Skip navigation links

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

E17060-03


Uses of Class
oracle.odi.impexp.OdiImportException

Packages that use OdiImportException
oracle.odi.impexp This package contains the export and import services for Oracle Data Integrator. 
oracle.odi.impexp.smartie This package contains the smart 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 OdiImportException in oracle.odi.impexp

 

Subclasses of OdiImportException in oracle.odi.impexp
 class OdiImportForbiddenException
          Exception thrown when the import is forbidden.
 class OdiImportNotConsistentSynonymException
          Exception thrown when an import object's identifier is not consistent with the identifier of the object in the repository.
 class OdiImportNotSupportedException
          Exception thrown when trying to import an object under an IImportRoot that doesn't support this object's class.
 class OdiImportReplaceException
          Exception thrown when an import-replace operation fails.
 class OdiImportUserProcedureOverKMException
          This exception prevents the user from updating an OdiUserProcedure with an OdiKM when importing.

 

Methods in oracle.odi.impexp that throw OdiImportException
 void IImportService.importExecutionEnvironmentFromFolder(int pImportMode, java.lang.String pFolderPath, boolean pDeclareMissingRepository)
          Imports a previously exported execution environment objects set from a given folder.
Execution Environment objects include : Technologies, Connections, Contexts, Agents, Generic Actions
 void IImportService.importExecutionEnvironmentFromZipFile(int pImportMode, java.lang.String pZipFilePath, boolean pDeclareMissingRepository)
          Imports a previously exported execution environment objects set from a given zip file.
Execution Environment objects include : Technologies, Connections, Contexts, Agents, Generic Actions
 void IImportService.importLogicalTopologyFromFolder(int pImportMode, java.lang.String pFolderPath, boolean pDeclareMissingRepository)
          Imports a previously exported Logical topology objects set from a given folder.
Logical Topology objects include : Technologies, Logical Agents, Logical Schemas, Actions Groups, Actions, Datatypes, Datatype Conversions
 void IImportService.importLogicalTopologyFromZipFile(int pImportMode, java.lang.String pZipFilePath, boolean pDeclareMissingRepository)
          Imports a previously exported logical topology objects set from a given zip file.
Logical Topology objects include : Technologies, Logical Agents, Logical Schemas, Actions Groups, Actions, Datatypes, Datatype Conversions
 void IImportService.importLogsFromFolder(java.lang.String pFolderPath)
          Imports the previously exported execution logs (load plan runs, sessions and related objects) from a given folder.
 void IImportService.importLogsFromZipFile(java.lang.String pZipFilePath)
          Imports the previously exported execution logs (load plan runs, sessions and related objects) from a given zip file.
 void IImportService.importMasterFromFolder(int pImportMode, java.lang.String pFolderPath, boolean pDeclareMissingRepository)
          Imports a previously exported master objects set from a given folder.
Master objects include : Objects, Methods, Profiles, Users, Languages, Versions, Solutions, Open Tools, Password rules & polices, Entities, Links, Fields, Lookups
 void IImportService.importMasterFromZipFile(int pImportMode, java.lang.String pZipFilePath, boolean pDeclareMissingRepository)
          Imports a previously exported master objects set from a given zip file.
Master objects include : Objects, Methods, Profiles, Users, Languages, Versions, Solutions, Open Tools, Password rules & polices, Entities, Links, Fields, Lookups
 void IImportService.importObjectFromXml(int pImportMode, java.lang.String pFileName, boolean pDeclareMissingRepository)
          This method imports an object from an OracleDI export file (XML).
 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.
 void IImportService.importReplaceProcedure(OdiProcedure pOdiProcedure, java.lang.String pXmlFilePath, boolean pDeclareMissingRepository)
          Replace an existing procedure with a procedure previously exported procedure in a XML file.
 void IImportService.importReplaceScenario(OdiScenario pOdiScenario, java.lang.String pXmlFilePath, boolean pDeclareMissingRepository)
          Replace an existing scenario with a procedure previously exported procedure in a XML file.
 void IImportService.importSecurityFromFolder(int pImportMode, java.lang.String pFolderPath, boolean pDeclareMissingRepository)
          Imports a previously exported security objects set from a given folder.
Security objects include : Objects, Methods, Users, Profiles, Instances of Objects, Hosts, Password rules & policies
 void IImportService.importSecurityFromZipFile(int pImportMode, java.lang.String pZipFilePath, boolean pDeclareMissingRepository)
          Imports a previously exported security objects set from a given zip file.
Security objects include : Objects, Methods, Users, Profiles, Instances of Objects, Hosts, Password rules & policies
 void IImportService.importSessionsFromFolder(java.lang.String pFolderPath)
          Deprecated. use importLogsFromFolder instead
 void IImportService.importSessionsFromZipFile(java.lang.String pZipFilePath)
          Deprecated. use importLogsFromZipFile instead
 void IImportService.importSolution(int pImportMode, java.lang.String pZipFile, boolean pDeclareMissingRepository)
          Imports a solution and all its component objects from a zip file.
 void IImportService.importTopologyFromFolder(int pImportMode, java.lang.String pFolderPath, boolean pDeclareMissingRepository)
          Imports a previously exported topology objects set from a given folder.
Topology objects include : Entity IDs, Local Repositories, Connections, Hosts, Logical Agents, Agents, Generic Actions, Technologies, Datatypes, Datatypes conversions
 void IImportService.importTopologyFromZipFile(int pImportMode, java.lang.String pZipFilePath, boolean pDeclareMissingRepository)
          Imports a previously exported topology objects set from a given zip file.
Topology objects include : Entity IDs, Local Repositories, Connections, Hosts, Logical Agents, Agents, Generic Actions, Technologies, Datatypes, Datatypes conversions
 void IImportService.importWorkRepositoryFromFolder(int pImportMode, java.lang.String pFolderPath, boolean pDeclareMissingRepository)
          This method imports a previously exported work repository from a given folder.
 void IImportService.importWorkRepositoryFromZipFile(int pImportMode, java.lang.String pZipFilePath, boolean pDeclareMissingRepository)
          This method imports a previously exported work repository from a given zip file.
 void IImportService.reimportTopologyReferenceData()
          Re-import the default Topology data (ODI Technologies, DataTypes, DataType Conversions and Languages) definitions delivered with the release.

 

Uses of OdiImportException in oracle.odi.impexp.smartie

 

Subclasses of OdiImportException in oracle.odi.impexp.smartie
 class OdiSmartImportException
          Exception thrown when doing smart import of objects into ODI repository fails.

 

Uses of OdiImportException in oracle.odi.impexp.support

 

Methods in oracle.odi.impexp.support that throw OdiImportException
 void ImportServiceImpl.importExecutionEnvironmentFromFolder(int pImportMode, java.lang.String pFolderPath, boolean pDeclareMissingRepository)
           
 void ImportServiceImpl.importExecutionEnvironmentFromZipFile(int pImportMode, java.lang.String pZipFilePath, boolean pDeclareMissingRepository)
           
 void ImportServiceImpl.importLogicalTopologyFromFolder(int pImportMode, java.lang.String pFolderPath, boolean pDeclareMissingRepository)
           
 void ImportServiceImpl.importLogicalTopologyFromZipFile(int pImportMode, java.lang.String pZipFilePath, boolean pDeclareMissingRepository)
           
 void ImportServiceImpl.importLogsFromFolder(java.lang.String pFolderPath)
           
 void ImportServiceImpl.importLogsFromZipFile(java.lang.String pZipFilePath)
           
 void ImportServiceImpl.importMasterFromFolder(int pImportMode, java.lang.String pFolderPath, boolean pDeclareMissingRepository)
           
 void ImportServiceImpl.importMasterFromZipFile(int pImportMode, java.lang.String pZipFilePath, boolean pDeclareMissingRepository)
           
 void ImportServiceImpl.importObjectFromXml(int pImportMode, java.lang.String pFileName, boolean pDeclareMissingRepository)
           
 void ImportServiceImpl.importObjectFromXml(int pImportMode, java.lang.String pFileName, IImportRoot pObjectParent, boolean pDeclareMissingRepository)
           
 void ImportServiceImpl.importReplaceProcedure(OdiProcedure pOdiProcedure, java.lang.String pXmlFilePath, boolean pDeclareMissingRepository)
           
 void ImportServiceImpl.importReplaceScenario(OdiScenario pOdiScenario, java.lang.String pXmlFilePath, boolean pDeclareMissingRepository)
           
 void ImportServiceImpl.importSecurityFromFolder(int pImportMode, java.lang.String pFolderPath, boolean pDeclareMissingRepository)
           
 void ImportServiceImpl.importSecurityFromZipFile(int pImportMode, java.lang.String pZipFilePath, boolean pDeclareMissingRepository)
           
 void ImportServiceImpl.importSessionsFromFolder(java.lang.String pFolderPath)
           
 void ImportServiceImpl.importSessionsFromZipFile(java.lang.String pZipFilePath)
           
 void ImportServiceImpl.importSolution(int pImportMode, java.lang.String pZipFile, boolean pDeclareMissingRepository)
           
 void ImportServiceImpl.importTopologyFromFolder(int pImportMode, java.lang.String pFolderPath, boolean pDeclareMissingRepository)
           
 void ImportServiceImpl.importTopologyFromZipFile(int pImportMode, java.lang.String pZipFilePath, boolean pDeclareMissingRepository)
           
 void ImportServiceImpl.importWorkRepositoryFromFolder(int pImportMode, java.lang.String pFolderPath, boolean pDeclareMissingRepository)
           
 void ImportServiceImpl.importWorkRepositoryFromZipFile(int pImportMode, java.lang.String pZipFilePath, boolean pDeclareMissingRepository)
           
 void ImportServiceImpl.reimportTopologyReferenceData()
           

 


Skip navigation links

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

E17060-03


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