Interface IDcsNativeLoader
- All Known Implementing Classes:
DcsNativeLoader
public interface IDcsNativeLoader
Special interface for getting content of the preview part of appearance template from native code
-
Method Summary
Modifier and TypeMethodDescriptiongetAppearanceTemplatePreviewContent
(long scomDataAddress, String appearanceTemplateXml, String langCode, String locale) Gets moxel document content of the preview part of appearance template
-
Method Details
-
getAppearanceTemplatePreviewContent
String getAppearanceTemplatePreviewContent(long scomDataAddress, String appearanceTemplateXml, String langCode, String locale) Gets moxel document content of the preview part of appearance template- Parameters:
scomDataAddress
- address of SCOM process data with necessary componentsappearanceTemplateXml
- content ofDataCompositionAppearanceTemplate
serialized to xml, can't benull
langCode
- current language code, can't benull
locale
- system locale, can't benull
- Returns:
- moxel document content of the preview part of appearance template, never
null
-