Package com._1c.g5.v8.dt.import_
Interface IImportServiceRegistry
- All Known Implementing Classes:
ImportServiceRegistry
public interface IImportServiceRegistry
importService extension registry.-
Method Summary
Modifier and TypeMethodDescriptiongetImportService(Version version) Get import service byVersionGet set of supported version of 1C:Enterprise for import
-
Method Details
-
getImportService
IImportService getImportService(Version version) throws ImportException, org.eclipse.core.runtime.CoreException Get import service byVersion- Parameters:
version- of 1C:Enterprise- Returns:
IImportServicefor version- Throws:
ImportException- if import service for this version is unregisteredorg.eclipse.core.runtime.CoreException- if instance of import service could not be created for any reason
-
getSupportedImportVersion
Get set of supported version of 1C:Enterprise for import- Returns:
- set of
Versionof registered import services
-