Uses of Class
org.gbif.api.model.collections.OccurrenceMapping
-
Packages that use OccurrenceMapping Package Description org.gbif.api.model.collections org.gbif.api.service.collections -
-
Uses of OccurrenceMapping in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return types with arguments of type OccurrenceMapping Modifier and Type Method Description @NotNull List<OccurrenceMapping>
Collection. getOccurrenceMappings()
List<OccurrenceMapping>
Institution. getOccurrenceMappings()
@NotNull List<OccurrenceMapping>
OccurrenceMappeable. getOccurrenceMappings()
Methods in org.gbif.api.model.collections with parameters of type OccurrenceMapping Modifier and Type Method Description boolean
OccurrenceMapping. lenientEquals(OccurrenceMapping other)
Method parameters in org.gbif.api.model.collections with type arguments of type OccurrenceMapping Modifier and Type Method Description void
Collection. setOccurrenceMappings(List<OccurrenceMapping> occurrenceMappings)
void
Institution. setOccurrenceMappings(List<OccurrenceMapping> occurrenceMappings)
void
OccurrenceMappeable. setOccurrenceMappings(List<OccurrenceMapping> occurrenceMappings)
-
Uses of OccurrenceMapping in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections that return types with arguments of type OccurrenceMapping Modifier and Type Method Description List<OccurrenceMapping>
OccurrenceMappingService. listOccurrenceMappings(@NotNull UUID targetEntityKey)
List allOccurrenceMapping
of a target entity.Methods in org.gbif.api.service.collections with parameters of type OccurrenceMapping Modifier and Type Method Description int
OccurrenceMappingService. addOccurrenceMapping(@NotNull UUID targetEntityKey, @NotNull @Valid OccurrenceMapping occurrenceMapping)
Add a newOccurrenceMapping
to a target entity.
-