Class EmptyExternalExportStore

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

public class EmptyExternalExportStore extends Object implements IExternalExportStore
Default empty store for when there are no external datasources.
Since:
7.3
Author:
Danny Roest
  • Constructor Details

    • EmptyExternalExportStore

      public EmptyExternalExportStore()
  • Method Details

    • 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.