Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiImportForbiddenException
Exception thrown when the import is forbidden.
|
class |
OdiImportGenericException |
class |
OdiImportInvalidZipSourceException |
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. |
Modifier and Type | Method and Description |
---|---|
void |
IImportService.importExecutionEnvironmentFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository)
Deprecated.
use importExecutionEnvironmentFromFolder(int pImportMode, String pFolderPath, boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importExecutionEnvironmentFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
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)
Deprecated.
use importExecutionEnvironmentFromZipFile(int pImportMode, String pZipFilePath, boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importExecutionEnvironmentFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
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.importExecutionEnvironmentFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName)
Deprecated.
use importExecutionEnvironmentFromZipFile(int pImportMode, String pZipFilePath, boolean pDeclareMissingRepository, String pUnzipDirName, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importExecutionEnvironmentFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName,
char[] pExportKey,
boolean pImportWithoutCipherData)
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)
Deprecated.
use importLogicalTopologyFromFolder(int pImportMode, String pFolderPath, boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importLogicalTopologyFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
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)
Deprecated.
use importLogicalTopologyFromZipFile(int pImportMode, String pZipFilePath, boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importLogicalTopologyFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
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.importLogicalTopologyFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName)
Deprecated.
use importLogicalTopologyFromZipFile(int pImportMode, String pZipFilePath, boolean pDeclareMissingRepository, String pUnzipDirName, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importLogicalTopologyFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName,
char[] pExportKey,
boolean pImportWithoutCipherData)
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)
Deprecated.
use importLogsFromFolder(String pFolderPath, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importLogsFromFolder(java.lang.String pFolderPath,
char[] pExportKey,
boolean pImportWithoutCipherData)
Imports the previously exported execution logs (load plan runs, sessions and related objects) from a given folder.
|
void |
IImportService.importLogsFromZipFile(java.lang.String pZipFilePath)
Deprecated.
use importLogsFromZipFile(String pZipFilePath, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importLogsFromZipFile(java.lang.String pZipFilePath,
char[] pExportKey,
boolean pImportWithoutCipherData)
Imports the previously exported execution logs (load plan runs, sessions and related objects) from a given zip file.
|
void |
IImportService.importLogsFromZipFile(java.lang.String pZipFilePath,
java.lang.String pUnzipDirName)
Deprecated.
use importLogsFromZipFile(String pZipFilePath, String pUnzipDirName, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importLogsFromZipFile(java.lang.String pZipFilePath,
java.lang.String pUnzipDirName,
char[] pExportKey,
boolean pImportWithoutCipherData)
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)
Deprecated.
use importMasterFromFolder(int pImportMode, String pFolderPath, boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importMasterFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
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)
Deprecated.
use importMasterFromZipFile(int pImportMode, String pZipFilePath, boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importMasterFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
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.importMasterFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName)
Deprecated.
use importMasterFromZipFile(int pImportMode, String pZipFilePath, boolean pDeclareMissingRepository, String pUnzipDirName, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importMasterFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName,
char[] pExportKey,
boolean pImportWithoutCipherData)
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)
Deprecated.
use importObjectFromXml(int pImportMode, String pFileName, boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importObjectFromXml(int pImportMode,
java.lang.String pFileName,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
This method imports an object from an OracleDI export file (XML).
|
void |
IImportService.importObjectFromXml(int pImportMode,
java.lang.String pFileName,
IImportRoot pObjectParent,
boolean pDeclareMissingRepository)
Deprecated.
use importObjectFromXml(int pImportMode, String pFileName, IImportRoot pObjectParent, boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importObjectFromXml(int pImportMode,
java.lang.String pFileName,
IImportRoot pObjectParent,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
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)
Deprecated.
use importReplaceProcedure(OdiProcedure pOdiProcedure, String pXmlFilePath, boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importReplaceProcedure(OdiProcedure pOdiProcedure,
java.lang.String pXmlFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
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)
Deprecated.
use importReplaceScenario(OdiScenario pOdiScenario, String pXmlFilePath, boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importReplaceScenario(OdiScenario pOdiScenario,
java.lang.String pXmlFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
Replace an existing scenario with a procedure previously exported procedure in a XML file.
|
void |
IImportService.importReplaceSKM(OdiSKM pOdiSKM,
java.lang.String pXmlFilePath,
boolean pDeclareMissingRepository)
Deprecated.
use importReplaceSKM(OdiSKM pOdiSKM,String pXmlFilePath,boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importReplaceSKM(OdiSKM pOdiSKM,
java.lang.String pXmlFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
Replace an existing SKM with other SKM in a XML file
|
void |
IImportService.importSecurityFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository)
Deprecated.
use importSecurityFromFolder(int pImportMode, String pFolderPath, boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importSecurityFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
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)
Deprecated.
use importSecurityFromZipFile(int pImportMode, String pZipFilePath, boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importSecurityFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
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.importSecurityFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName)
Deprecated.
use importSecurityFromZipFile(int pImportMode, String pZipFilePath, boolean pDeclareMissingRepository, String pUnzipDirName, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importSecurityFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName,
char[] pExportKey,
boolean pImportWithoutCipherData)
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.importSessionsFromZipFile(java.lang.String pZipFilePath,
java.lang.String pUnzipDirName)
Deprecated.
use importLogsFromZipFile instead
|
void |
IImportService.importSolution(int pImportMode,
java.lang.String pZipFile,
boolean pDeclareMissingRepository)
Deprecated.
use importSolution(int pImportMode, String pZipFile, boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importSolution(int pImportMode,
java.lang.String pZipFile,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
Imports a solution and all its component objects from a zip file.
|
void |
IImportService.importTopologyFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository)
Deprecated.
use importTopologyFromFolder(int pImportMode, String pFolderPath, boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importTopologyFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
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)
Deprecated.
use importTopologyFromZipFile(int pImportMode, String pZipFilePath, boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importTopologyFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
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.importTopologyFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName)
Deprecated.
use importTopologyFromZipFile(int pImportMode, String pZipFilePath, boolean pDeclareMissingRepository, String pUnzipDirName, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importTopologyFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName,
char[] pExportKey,
boolean pImportWithoutCipherData)
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)
Deprecated.
use importWorkRepositoryFromFolder(int pImportMode, String pFolderPath, boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importWorkRepositoryFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
This method imports a previously exported work repository from a given folder.
|
void |
IImportService.importWorkRepositoryFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository)
Deprecated.
use importWorkRepositoryFromZipFile(int pImportMode, String pZipFilePath, boolean pDeclareMissingRepository, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importWorkRepositoryFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData)
This method imports a previously exported work repository from a given zip file.
|
void |
IImportService.importWorkRepositoryFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName)
Deprecated.
use importWorkRepositoryFromZipFile(int pImportMode, String pZipFilePath, boolean pDeclareMissingRepository, String pUnzipDirName, char[] pExportKey, boolean pImportWithoutCipherData) instead
|
void |
IImportService.importWorkRepositoryFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName,
char[] pExportKey,
boolean pImportWithoutCipherData)
This method imports a previously exported work repository from a given zip file.
|
boolean |
IImportService.isExportKeyRequired(java.lang.String pImportSource)
Find out if Export Key is required for Import process
|
boolean |
IImportService.isMasterImportFileLegacyCompatible(java.lang.String pImportSource)
Find out if master repository file being imported is in 12c or legacy mode.
|
void |
IImportService.reimportTopologyReferenceData()
Re-import the default Topology data (ODI Technologies, DataTypes, DataType Conversions and Languages) definitions delivered with the release.
|
void |
IImportService.upgradeSnpConvDtGlobalIds()
Ensure that the Global Ids for Snp_Conv_Dt records (datatype conversions) are correct for the ODI 12.2.1.0.0 release.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiSmartImportException
Exception thrown when doing smart import of objects into ODI repository fails.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportServiceImpl.importExecutionEnvironmentFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importExecutionEnvironmentFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importExecutionEnvironmentFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importExecutionEnvironmentFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importExecutionEnvironmentFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName)
Deprecated.
|
void |
ImportServiceImpl.importExecutionEnvironmentFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importLogicalTopologyFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importLogicalTopologyFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importLogicalTopologyFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importLogicalTopologyFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importLogicalTopologyFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName)
Deprecated.
|
void |
ImportServiceImpl.importLogicalTopologyFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importLogsFromFolder(java.lang.String pFolderPath)
Deprecated.
|
void |
ImportServiceImpl.importLogsFromFolder(java.lang.String pFolderPath,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importLogsFromZipFile(java.lang.String pZipFilePath)
Deprecated.
|
void |
ImportServiceImpl.importLogsFromZipFile(java.lang.String pZipFilePath,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importLogsFromZipFile(java.lang.String pZipFilePath,
java.lang.String pUnzipDirName)
Deprecated.
|
void |
ImportServiceImpl.importLogsFromZipFile(java.lang.String pZipFilePath,
java.lang.String pUnzipDirName,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importMasterFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importMasterFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importMasterFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importMasterFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importMasterFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName)
Deprecated.
|
void |
ImportServiceImpl.importMasterFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importObjectFromXml(int pImportMode,
java.lang.String pFileName,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importObjectFromXml(int pImportMode,
java.lang.String pFileName,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importObjectFromXml(int pImportMode,
java.lang.String pFileName,
IImportRoot pObjectParent,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importObjectFromXml(int pImportMode,
java.lang.String pFileName,
IImportRoot pObjectParent,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importReplaceProcedure(OdiProcedure pOdiProcedure,
java.lang.String pXmlFilePath,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importReplaceProcedure(OdiProcedure pOdiProcedure,
java.lang.String pXmlFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importReplaceScenario(OdiScenario pOdiScenario,
java.lang.String pXmlFilePath,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importReplaceScenario(OdiScenario pOdiScenario,
java.lang.String pXmlFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importReplaceSKM(OdiSKM pOdiSKM,
java.lang.String pXmlFilePath,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importReplaceSKM(OdiSKM pOdiSKM,
java.lang.String pXmlFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importSecurityFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importSecurityFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importSecurityFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importSecurityFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importSecurityFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName)
Deprecated.
|
void |
ImportServiceImpl.importSecurityFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importSessionsFromFolder(java.lang.String pFolderPath) |
void |
ImportServiceImpl.importSessionsFromZipFile(java.lang.String pZipFilePath) |
void |
ImportServiceImpl.importSessionsFromZipFile(java.lang.String pZipFilePath,
java.lang.String pUnzipDirName) |
void |
ImportServiceImpl.importSolution(int pImportMode,
java.lang.String pZipFile,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importSolution(int pImportMode,
java.lang.String pZipFile,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importSolution(int pImportMode,
java.lang.String pZipFile,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName)
Deprecated.
|
void |
ImportServiceImpl.importSolution(int pImportMode,
java.lang.String pZipFile,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importTopologyFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importTopologyFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importTopologyFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importTopologyFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importTopologyFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName)
Deprecated.
|
void |
ImportServiceImpl.importTopologyFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importWorkRepositoryFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importWorkRepositoryFromFolder(int pImportMode,
java.lang.String pFolderPath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importWorkRepositoryFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository)
Deprecated.
|
void |
ImportServiceImpl.importWorkRepositoryFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
char[] pExportKey,
boolean pImportWithoutCipherData) |
void |
ImportServiceImpl.importWorkRepositoryFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName)
Deprecated.
|
void |
ImportServiceImpl.importWorkRepositoryFromZipFile(int pImportMode,
java.lang.String pZipFilePath,
boolean pDeclareMissingRepository,
java.lang.String pUnzipDirName,
char[] pExportKey,
boolean pImportWithoutCipherData) |
boolean |
ImportServiceImpl.isExportKeyRequired(java.lang.String pImportSource) |
boolean |
ImportServiceImpl.isMasterImportFileLegacyCompatible(java.lang.String pImportSource) |
boolean |
ImportServiceImpl.isPre12CImportSource(java.lang.String pImportSource) |
void |
ImportServiceImpl.reimportTopologyReferenceData() |
void |
ImportServiceImpl.updateDataServerOnConnectViaImport(java.lang.String pDataServerExportFileName) |
void |
ImportServiceImpl.updateDataServerOnConnectViaImport(java.lang.String pDataServerExportFileName,
java.lang.String pUnzipDirName) |
void |
ImportServiceImpl.upgradeSnpConvDtGlobalIds() |