Interface IProcessEventDS

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

public interface IProcessEventDS extends IReportingDS
This interface defines the methods needed to initialize an event definition.
Since:
7.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    This method should return the unique id of the process event.
    This method returns the (unique) name of the event.

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

    addMessage
  • Method Details

    • getId

      GUID getId()
      This method should return the unique id of the process event.
      Returns:
      String containing the id of the process event.
    • getName

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