Class ReportingMatchConditionVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.mapping.report.ReportingMatchConditionVisitor
All Implemented Interfaces:
IMatchConditionVisitor

public class ReportingMatchConditionVisitor extends ReportingVisitorDS implements IMatchConditionVisitor
IMatchConditionVisitor implementation that adds error reporting.
Since:
7.1
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • addMatchCondition

      public void addMatchCondition(String sourceExpression, MatchConditionOperator operator, String targetExpression)
      Description copied from interface: IMatchConditionVisitor
      The iterate method should invoke this method with a valid datasource implementation for each source entity mapping.
      Specified by:
      addMatchCondition in interface IMatchConditionVisitor
      Parameters:
      sourceExpression - The source expression, may not be null.
      operator - The operator that is used to compare the source expression with the target expression, may not be null.
      targetExpression - The target expression, may not be null.