Uses of Class
org.gbif.api.model.collections.lookup.Match
Packages that use Match
-
Uses of Match in org.gbif.api.model.collections.lookup
Methods in org.gbif.api.model.collections.lookup that return MatchModifier and TypeMethodDescriptionMatch.addReason(Match.Reason reason) static <T extends EntityMatched>
Match<T>Match.exact(T entity, Set<Match.Reason> reasons) static <T extends EntityMatched>
Match<T>Match.exact(T entity, Match.Reason... reasons) static <T extends EntityMatched>
Match<T>Match.explicitMapping(T entity, Set<Match.Reason> reasons) static <T extends EntityMatched>
Match<T>Match.explicitMapping(T entity, Match.Reason... reasons) static <T extends EntityMatched>
Match<T>Match.fuzzy(T entity, Set<Match.Reason> reasons) static <T extends EntityMatched>
Match<T>Match.fuzzy(T entity, Match.Reason... reasons) LookupResult.getCollectionMatch()LookupResult.getInstitutionMatch()static <T extends EntityMatched>
Match<T>Match.none()static <T extends EntityMatched>
Match<T>Match.none(Match.Status status) Methods in org.gbif.api.model.collections.lookup that return types with arguments of type MatchModifier and TypeMethodDescriptionAlternativeMatches.getCollectionMatches()AlternativeMatches.getInstitutionMatches()Methods in org.gbif.api.model.collections.lookup with parameters of type MatchModifier and TypeMethodDescriptionvoidLookupResult.setCollectionMatch(Match<CollectionMatched> collectionMatch) voidLookupResult.setInstitutionMatch(Match<InstitutionMatched> institutionMatch) Method parameters in org.gbif.api.model.collections.lookup with type arguments of type MatchModifier and TypeMethodDescriptionvoidAlternativeMatches.setCollectionMatches(List<Match<CollectionMatched>> collectionMatches) voidAlternativeMatches.setInstitutionMatches(List<Match<InstitutionMatched>> institutionMatches)