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 ofDataCompositionAppearanceTemplateserialized to xml, can't benulllangCode- current language code, can't benulllocale- system locale, can't benull- Returns:
- moxel document content of the preview part of appearance template, never
null
-