Class ReportingTargetDS

java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.rule.report.ReportingTargetDS
All Implemented Interfaces:
IReportingDS, ITargetDS

public class ReportingTargetDS extends ReportingDS implements ITargetDS
ITargetDS wrapper that adds error reporting.
Since:
9.1
Author:
r.fleuren
  • Constructor Details

  • Method Details

    • getTargetAttribute

      public String getTargetAttribute()
      Description copied from interface: ITargetDS
      The method should return the target attribute fullname (entity.attribute).
      Specified by:
      getTargetAttribute in interface ITargetDS
      Returns:
      The target attribute fullname, may not be null.
    • getSourceFieldName

      public String getSourceFieldName()
      Description copied from interface: ITargetDS
      The method should return the source field name.
      Specified by:
      getSourceFieldName in interface ITargetDS
      Returns:
      The name source field, may not be null.