Class ReportingDelegateDS

java.lang.Object
com.aquima.interactions.foundation.report.ReportingDelegateDS
All Implemented Interfaces:
IReportingDS
Direct Known Subclasses:
AssetDelegateDS, ButtonDelegateDS, ComposerDelegateDS, ContainerDelegateDS, ContentDelegateDS, DecisionTreeDelegateDS, DomainDelegateDS, DomainValueDelegateDS, FieldDelegateDS, FieldValidationDelegateDS, LanguageDelegateDS, MetaModelDelegateDS, ModuleDelegateDS, ProjectDelegateDS, ReferenceDelegateDS, RuleEngineDelegateDS, TextDelegateDS, TreeEngineDS, ValidationDelegateDS

public class ReportingDelegateDS extends Object implements IReportingDS
Delegate reporting datasource for easy datasource extension.
Since:
8.0
Author:
Jon van Leuven
  • Constructor Details

    • ReportingDelegateDS

      public ReportingDelegateDS(IReportingDS datasource)
  • Method Details

    • addMessage

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