Interface IMessageEventDS

All Superinterfaces:
IReportingDS
All Known Implementing Classes:
XmlMessageEventDS, XmlMessageEventDS

public interface IMessageEventDS extends IReportingDS
This interface defines the methods needed to initialize an event definition.
Since:
9.1
Author:
a. pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the (unique) name of the event.
    void
    This method should iterate over all the fields of the message events

    Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS

    addMessage
  • Method Details

    • getName

      String getName()
      This method returns the (unique) name of the event.
      Returns:
      The name of the event.
    • iterateFields

      void iterateFields(IMessageEventFieldVisitor visitor)
      This method should iterate over all the fields of the message events
      Parameters:
      visitor - The visitor that should be used to add the field flow data sources to.
      Throws:
      InitializationException - This exception is thrown if the datafield can not be initialized.