Package | Description |
---|---|
org.gbif.api.model.collections.lookup |
Modifier and Type | Method and Description |
---|---|
Match<T> |
Match.addReason(Match.Reason reason) |
static <T extends EntityMatched> |
Match.exact(T entity,
Match.Reason... reasons) |
static <T extends EntityMatched> |
Match.exact(T entity,
Set<Match.Reason> reasons) |
static <T extends EntityMatched> |
Match.explicitMapping(T entity,
Match.Reason... reasons) |
static <T extends EntityMatched> |
Match.explicitMapping(T entity,
Set<Match.Reason> reasons) |
static <T extends EntityMatched> |
Match.fuzzy(T entity,
Match.Reason... reasons) |
static <T extends EntityMatched> |
Match.fuzzy(T entity,
Set<Match.Reason> reasons) |
Match<CollectionMatched> |
LookupResult.getCollectionMatch() |
Match<InstitutionMatched> |
LookupResult.getInstitutionMatch() |
static <T extends EntityMatched> |
Match.none() |
static <T extends EntityMatched> |
Match.none(Match.Status status) |
Modifier and Type | Method and Description |
---|---|
List<Match<CollectionMatched>> |
AlternativeMatches.getCollectionMatches() |
List<Match<InstitutionMatched>> |
AlternativeMatches.getInstitutionMatches() |
Modifier and Type | Method and Description |
---|---|
void |
LookupResult.setCollectionMatch(Match<CollectionMatched> collectionMatch) |
void |
LookupResult.setInstitutionMatch(Match<InstitutionMatched> institutionMatch) |
Modifier and Type | Method and Description |
---|---|
void |
AlternativeMatches.setCollectionMatches(List<Match<CollectionMatched>> collectionMatches) |
void |
AlternativeMatches.setInstitutionMatches(List<Match<InstitutionMatched>> institutionMatches) |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.