Class MatchContext

java.lang.Object
com.aquima.interactions.matching.impl.model.EntityContext
com.aquima.interactions.matching.impl.model.MatchContext
All Implemented Interfaces:
IMatchValue

public class MatchContext extends EntityContext
This class is responsible for converting the match request to an entity context that can be used to match against the cases.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Constructor Details

  • Method Details

    • getMaxResults

      protected int getMaxResults()
    • getCaseThreshold

      protected int getCaseThreshold()
    • useKeyField

      protected boolean useKeyField()
    • getMaxKeyResults

      protected int getMaxKeyResults()