Class ReportingDelegate

java.lang.Object
com.aquima.interactions.portal.report.ReportingDelegate
All Implemented Interfaces:
IReportingDS
Direct Known Subclasses:
ComposerDS, ExecuteTaskButton, ExecuteTaskNode, ExecuteTaskPage, FlowDS, FlowEngineDS, ModuleDS, PrefixedProjectDS

public abstract class ReportingDelegate extends Object implements IReportingDS
Delegate base class that forwards the error/warnings.
Since:
7.1
Author:
O. Kerpershoek
  • Constructor Details

    • ReportingDelegate

      protected ReportingDelegate(IReportingDS datasource)
  • Method Details

    • addMessage

      public final void addMessage(ErrorCode code, String[] parameters, Severity severity)
      Description copied from interface: IReportingDS
      This method will add an initialization error to the report for the specified error code and parameters.
      Specified by:
      addMessage in interface IReportingDS
      Parameters:
      code - Error code identifying the message.
      parameters - Optional array of parameters for the message.
      severity - The severity of the message.