Interface IImportServiceRegistry


  • public interface IImportServiceRegistry
    importService extension registry.
    • Method Detail

      • getImportService

        IImportService getImportService​(Version version)
                                 throws ImportException,
                                        org.eclipse.core.runtime.CoreException
        Get import service by Version
        Parameters:
        version - of 1C:Enterprise
        Returns:
        IImportService for version
        Throws:
        ImportException - if import service for this version is unregistered
        org.eclipse.core.runtime.CoreException - if instance of import service could not be created for any reason
      • getSupportedImportVersion

        Set<Version> getSupportedImportVersion()
        Get set of supported version of 1C:Enterprise for import
        Returns:
        set of Version of registered import services