Class XmlExportsStore

java.lang.Object
com.aquima.interactions.ds.XmlExportsStore
All Implemented Interfaces:
IExternalExportStore

public class XmlExportsStore extends Object implements IExternalExportStore
Store for external xml serialized datasources.
Since:
7.3
Author:
Danny Roest
  • Constructor Details

    • XmlExportsStore

      public XmlExportsStore()
  • Method Details

    • addComposerXml

      public void addComposerXml(String name, Version version, IXmlNode node)
    • getComposerXml

      public IXmlNode getComposerXml(String name, Version version)
      Description copied from interface: IExternalExportStore
      Returns the xml node of the serialized composer data source.
      Specified by:
      getComposerXml in interface IExternalExportStore
      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.