Interface IDcsNativeLoader
-
- All Known Implementing Classes:
DcsNativeLoader
public interface IDcsNativeLoaderSpecial interface for getting content of the preview part of appearance template from native code
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAppearanceTemplatePreviewContent(long scomDataAddress, String appearanceTemplateXml, String langCode, String locale)Gets moxel document content of the preview part of appearance template
-
-
-
Method Detail
-
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
-
-