Class ReportingExtraParameterVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.composer.report.ReportingExtraParameterVisitor
All Implemented Interfaces:
IPropertyVisitor

public class ReportingExtraParameterVisitor extends ReportingVisitorDS implements IPropertyVisitor
IPropertyVisitor implementation that adds error reporting.
Since:
5.0
Author:
O. Kerpershoek
  • Constructor Details

  • Method Details

    • addProperty

      public void addProperty(String key, String propertyValue)
      Description copied from interface: IPropertyVisitor
      This method should be invoked for each property that is to be added. The key of the property is required (may not be null) and not case sensitive, the value of the property is optional.
      Specified by:
      addProperty in interface IPropertyVisitor
      Parameters:
      key - String containing the identifier of the property (mandatory).
      propertyValue - String containing the value of the property (optional).