Skip to content

Commit

Permalink
MODSOURCE-783 Update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrokrutii committed Jul 22, 2024
1 parent 29b33e3 commit 5f41bff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public static Condition getExternalIdsCondition(List<String> externalIds, IdType
*
* @param externalIds list of external id
* @param idType external id type
* @param qualifier qualifier type and value
* @return condition
*/
public static Condition getExternalIdsConditionWithQualifier(List<String> externalIds, IdType idType, MatchField.QualifierMatch qualifier) {
Expand Down Expand Up @@ -494,6 +495,7 @@ public static Condition filterRecordByExternalHridValues(List<String> externalHr
* Get {@link Condition} to filter by external entity hrid using specified values and match by qualifier value
*
* @param externalHridValues external entity hrid values to equal
* @param qualifier qualifier type and value
* @return condition
*/
public static Condition filterRecordByExternalHridValuesWithQualifier(List<String> externalHridValues, MatchField.QualifierMatch qualifier) {
Expand Down

0 comments on commit 5f41bff

Please sign in to comment.