Package com._1c.g5.v8.dt.export.xml
Interface IExporterQualifier
- All Known Implementing Classes:
AdoptedMdObjectExporterQualifier
,ExtensionAwareExternalPropertyExporterQualifier
,ExtensionBasedExporterQualifier
,FormExtensionExporterQualifier
,IExporterQualifier.NullExporterQualifier
,NativeFormExporterQualifier
,NativeMdObjectExporterQualifier
,UnionExporterQualifier
public interface IExporterQualifier
Qualifier for object exporters. May qualify whether need to use exporters for the specific objects
and 1C:Enterprise runtime versions.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Default implementation of exporter qualifier that always qualifies provided exporters with its arguments. -
Method Summary
-
Method Details
-
qualify
Qualify whether need to use the providedIExporter
for the provided object and version.- Parameters:
exporter
- the exporter to check, cannot benull
version
- the 1C:Enterprise runtime version, cannot benull
eObject
- the object to export, cannot benull
- Returns:
- whether need to use the provider
IExporter
for the provided object and version
-