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) GetIExportFileSupportimplementation registered for versiongetExportService(Version version) GetIExportServiceimplementation registered for version
-
Method Details
-
getExportService
GetIExportServiceimplementation registered for version- Parameters:
version- the version of exporting source 1C:Enterprise. Can't benull.- Returns:
- instance of
IExportServiceor null - Throws:
ExportException- if export service for this version is unregistered
-
getExportFileSupport
GetIExportFileSupportimplementation registered for version- Parameters:
version- the version of exporting source 1C:Enterprise. Can't benull.- Returns:
- instance of
IExportFileSupportor null - Throws:
ExportException- if file export support for this version is unregistered
-