Jun,
I follow this documentation: ExecuteMatchingStrategyCommand (MDM Java API Library)
And, for the method: setSource(), does not said that only one is supported (I use the first one, I send the id´s of the records in the array RecordId[]):
setSource
public void setSource(RecordId[] recordIds)
- Sets the source records (required*). These are the records to find matching for.
- Parameters:
recordIds
- a list of record Ids
setSource
public void setSource(Search search)
- Sets the source records in a form of a search object (required*). These are the records to find matching for.
- Parameters:
search
- the search object