Class CaseValueVisitor

java.lang.Object
com.aquima.interactions.matching.impl.model.CaseValueVisitor
All Implemented Interfaces:
ICaseValueVisitor

public class CaseValueVisitor extends Object implements ICaseValueVisitor
This visitor is used during initialization to add values to a case.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Constructor Details

  • Method Details

    • setValue

      public void setValue(String attribute, IValue attributeValue)
    • setValue

      public void setValue(String attribute, String attributeValue)
      Description copied from interface: ICaseValueVisitor
      When a setValue is invoked for a relation attribute, the value should be either the name or the ID of the case that should be referenced.
      Specified by:
      setValue in interface ICaseValueVisitor
      Parameters:
      attribute - The name of the attribute of which the value should be set.
      attributeValue - The value for the attribute.
    • setValues

      public void setValues(String attribute, String[] attributeValues)
      Description copied from interface: ICaseValueVisitor
      When a setValue is invoked for a relation attribute, the value should be either the name or the ID of the case that should be referenced.
      Specified by:
      setValues in interface ICaseValueVisitor
      Parameters:
      attribute - The name of the attribute of which the value should be set.
      attributeValues - The values for the attribute.