Class ReportingDataRuleConditionDS

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

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

  • Method Details

    • getFieldName

      public String getFieldName()
      Description copied from interface: IConditionDS
      This method returns the name of the field.
      Specified by:
      getFieldName in interface IConditionDS
      Returns:
      The name of the field, may not be null or empty.
    • getOperator

      public Operator getOperator()
      Description copied from interface: IConditionDS
      This method returns the operator that is used to compare the value expression to the field.
      Specified by:
      getOperator in interface IConditionDS
      Returns:
      The operator of the condition, may not be null.
    • getValueExpression

      public String getValueExpression()
      Description copied from interface: IConditionDS
      This method returns the value expression.
      Specified by:
      getValueExpression in interface IConditionDS
      Returns:
      The value expression of the condition, may not be null.