See: Description
| Interface | Description |
|---|---|
| IExportService |
This interface provides all the export methods.
|
| IImportService |
This interface provides all the import methods.
|
| Class | Description |
|---|---|
| EncodingOptions |
This class is used to specify the encoding options when exporting ODI entities.
|
| IExportService.ExportLogType |
Types of export log.
|
| Exception | Description |
|---|---|
| OdiImportException |
Exception thrown when import of objects in ODI repository fails.
|
| OdiImportForbiddenException |
Exception thrown when the import is forbidden.
|
| OdiImportGenericException | |
| OdiImportInvalidZipSourceException | |
| OdiImportNotConsistentSynonymException |
Exception thrown when an import object's identifier is not consistent with
the identifier of the object in the repository.
|
| OdiImportNotSupportedException |
Exception thrown when trying to import an object under an
IImportRoot that
doesn't support this object's class. |
| OdiImportReplaceException |
Exception thrown when an import-replace operation fails.
|
| OdiImportUserProcedureOverKMException |
This exception prevents the user from updating an
OdiUserProcedure with an
OdiKM when importing. |