Skip to content

Commit

Permalink
MODSOURCE-824: Implementation done.
Browse files Browse the repository at this point in the history
  • Loading branch information
VRohach committed Nov 21, 2024
1 parent 5d2ee90 commit 86a863a
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 274 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ public interface RecordDao {
* @param externalIds list of ids
* @param idType external id type on which source record will be searched
* @param recordType record type
* @param includeDeleted searching by deleted records
* @param tenantId tenant id
* @return {@link Future} of {@link StrippedParsedRecordCollection}
*/
Future<StrippedParsedRecordCollection> getStrippedParsedRecords(List<String> externalIds, IdType idType, RecordType recordType, String tenantId);
Future<StrippedParsedRecordCollection> getStrippedParsedRecords(List<String> externalIds, IdType idType, RecordType recordType, Boolean includeDeleted, String tenantId);

/**
* Searches for {@link Record} by {@link MatchField} with offset and limit
Expand Down
Loading

0 comments on commit 86a863a

Please sign in to comment.