| Package | Description |
|---|---|
| org.gbif.api.model.collections | |
| org.gbif.api.service.collections |
| Modifier and Type | Method and Description |
|---|---|
List<OccurrenceMapping> |
Institution.getOccurrenceMappings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OccurrenceMapping.lenientEquals(OccurrenceMapping other) |
| Modifier and Type | Method and Description |
|---|---|
void |
OccurrenceMappeable.setOccurrenceMappings(List<OccurrenceMapping> occurrenceMappings) |
void |
Institution.setOccurrenceMappings(List<OccurrenceMapping> occurrenceMappings) |
void |
Collection.setOccurrenceMappings(List<OccurrenceMapping> occurrenceMappings) |
| Modifier and Type | Method and Description |
|---|---|
List<OccurrenceMapping> |
OccurrenceMappingService.listOccurrenceMappings(@NotNull UUID targetEntityKey)
List all
OccurrenceMapping of a target entity. |
| Modifier and Type | Method and Description |
|---|---|
int |
OccurrenceMappingService.addOccurrenceMapping(@NotNull UUID targetEntityKey,
@NotNull @Valid OccurrenceMapping occurrenceMapping)
Add a new
OccurrenceMapping to a target entity. |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.