Package com._1c.g5.v8.dt.export
Interface IExportServiceRegistry
- All Known Implementing Classes:
ExportServiceRegistry
public interface IExportServiceRegistry
The workbench's global registry of export services.
This registry contains all registered export services.
- See Also:
- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
-
Method Summary
Modifier and TypeMethodDescriptiongetExportFileSupport
(Version version) GetIExportFileSupport
implementation registered for versiongetExportService
(Version version) GetIExportService
implementation registered for version
-
Method Details
-
getExportService
GetIExportService
implementation registered for version- Parameters:
version
- the version of exporting source 1C:Enterprise. Can't benull
.- Returns:
- instance of
IExportService
or null - Throws:
ExportException
- if export service for this version is unregistered
-
getExportFileSupport
GetIExportFileSupport
implementation registered for version- Parameters:
version
- the version of exporting source 1C:Enterprise. Can't benull
.- Returns:
- instance of
IExportFileSupport
or null - Throws:
ExportException
- if file export support for this version is unregistered
-