Interface MatchingEngineResult


public interface MatchingEngineResult
  • Method Details

    • getResult

      MatchingResultType getResult()
    • getTargetRecordPrimaryKey

      String getTargetRecordPrimaryKey()
      Returns:
      encoded primary key of target record
    • getPivotRecordPrimaryKey

      String getPivotRecordPrimaryKey()
      Returns:
      encoded primary key of pivot record
    • getTargetRecordAdaptation

      com.onwbp.adaptation.Adaptation getTargetRecordAdaptation()
      Returns:
      target Record Adaptation
    • getPivotRecordAdaptation

      com.onwbp.adaptation.Adaptation getPivotRecordAdaptation()
      Returns:
      pivot Record Adaptation or null Example, when simulate match with Map<SchemaNode, Object> values, it can return null