Dude, thanks for your support, and yes, It´s not my first day...
that command retrieve the matched records, but how could I get each array of MatchedRecords for each sourceRecord?
MatchingResult mr = retMR.getMatchingResult();
And, mr object has the methods:
- getMatchedRecordResults(){type:MatchedRecordResult[]}
- getSourceRecord()
{type: Record}
"I have an array of source records, not just one(1) record", and when I execute RetrieveMatchedRecordsCommand, It does for all records that I put in ExecuteMatchingStrategyCommand setSource() method.
Thanks!