Class ReportingContainmentVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.composer.report.ReportingContainmentVisitor
All Implemented Interfaces:
IContainmentVisitor

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

  • Method Details

    • addField

      public void addField(IReferenceDS reference, IFieldDS field)
      Description copied from interface: IContainmentVisitor
      This method may be used to add a field to the container.
      Specified by:
      addField in interface IContainmentVisitor
      Parameters:
      reference - Data source providing the information about the relation.
      field - Data source providing the field specific information.
    • addReference

      public void addReference(IReferenceDS datasource, String name)
      Description copied from interface: IContainmentVisitor
      This method may be used to add a containment to the container.
      Specified by:
      addReference in interface IContainmentVisitor
      Parameters:
      datasource - Data source providing the information about the relation.
      name - The name of the element that should be included as content.
    • addContainer

      public void addContainer(IReferenceDS reference, IContainerDS container)
      Description copied from interface: IContainmentVisitor
      This method may be used to add an inline container to the container.
      Specified by:
      addContainer in interface IContainmentVisitor
      Parameters:
      reference - Data source providing the information about the relation.
      container - Data source providing the container specific information.