Uses of Class
org.gbif.api.model.collections.OccurrenceMapping
Packages that use OccurrenceMapping
-
Uses of OccurrenceMapping in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return types with arguments of type OccurrenceMappingModifier and TypeMethodDescription@NotNull List<OccurrenceMapping>
Collection.getOccurrenceMappings()
Institution.getOccurrenceMappings()
@NotNull List<OccurrenceMapping>
OccurrenceMappeable.getOccurrenceMappings()
Methods in org.gbif.api.model.collections with parameters of type OccurrenceMappingModifier and TypeMethodDescriptionboolean
OccurrenceMapping.lenientEquals
(OccurrenceMapping other) Method parameters in org.gbif.api.model.collections with type arguments of type OccurrenceMappingModifier and TypeMethodDescriptionvoid
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 OccurrenceMappingModifier and TypeMethodDescriptionOccurrenceMappingService.listOccurrenceMappings
(@NotNull UUID targetEntityKey) List allOccurrenceMapping
of a target entity.Methods in org.gbif.api.service.collections with parameters of type OccurrenceMappingModifier and TypeMethodDescriptionint
OccurrenceMappingService.addOccurrenceMapping
(@NotNull UUID targetEntityKey, @NotNull @Valid OccurrenceMapping occurrenceMapping) Add a newOccurrenceMapping
to a target entity.