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 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 components
        appearanceTemplateXml - content of DataCompositionAppearanceTemplate serialized to xml, can't be null
        langCode - current language code, can't be null
        locale - system locale, can't be null
        Returns:
        moxel document content of the preview part of appearance template, never null