Class DcsNativeSupportServiceLoader
java.lang.Object
com._1c.g5.v8.dt.dcsnative.common.DcsNativeSupportServiceLoader
Provides API for getting content of the preview part of
DataCompositionAppearanceTemplate
by its xml serialization content. You should get actual DcsNativeSupportLoader
for concrete Version
and then get preview content from it.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDcsNativeLoaderProvider
(Version version) GetsDcsNativeSupportLoader
for concreteVersion
-
Constructor Details
-
DcsNativeSupportServiceLoader
public DcsNativeSupportServiceLoader()
-
-
Method Details
-
getDcsNativeLoaderProvider
GetsDcsNativeSupportLoader
for concreteVersion
- Parameters:
version
- actual runtime version for getting content of the preview part ofDataCompositionAppearanceTemplate
, can't benull
- Returns:
DcsNativeSupportLoader
for concreteVersion
, nevernull
-