Interface IExternalExportStore

All Known Implementing Classes:
EmptyExternalExportStore, XmlExportsStore

public interface IExternalExportStore
Class for storing external exports.
Since:
7.3
Author:
Danny Roest
  • Method Summary

    Modifier and Type
    Method
    Description
    getComposerXml(String name, Version version)
    Returns the xml node of the serialized composer data source.
  • Method Details

    • getComposerXml

      IXmlNode getComposerXml(String name, Version version)
      Returns the xml node of the serialized composer data source.
      Parameters:
      name - the name of the application/module
      version - the version of the application/module
      Returns:
      the xml node of the serialized composer data source. Can be null.