Class XmlMessageEventDS

java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.process.ds.xml.r12.parsing.XmlMessageEventDS
All Implemented Interfaces:
IReportingDS, IMessageEventDS

public class XmlMessageEventDS extends ReportingDS implements IMessageEventDS
Xml implementation of the MessageEvent datasource
Since:
9.1
Author:
A. Pragt
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Description copied from interface: IMessageEventDS
      This method returns the (unique) name of the event.
      Specified by:
      getName in interface IMessageEventDS
      Returns:
      The name of the event.
    • iterateFields

      public void iterateFields(IMessageEventFieldVisitor visitor)
      Description copied from interface: IMessageEventDS
      This method should iterate over all the fields of the message events
      Specified by:
      iterateFields in interface IMessageEventDS
      Parameters:
      visitor - The visitor that should be used to add the field flow data sources to.