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 booleanOccurrenceMapping. lenientEquals(OccurrenceMapping other)Method parameters in org.gbif.api.model.collections with type arguments of type OccurrenceMapping Modifier and Type Method Description voidCollection. setOccurrenceMappings(List<OccurrenceMapping> occurrenceMappings)voidInstitution. setOccurrenceMappings(List<OccurrenceMapping> occurrenceMappings)voidOccurrenceMappeable. 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 allOccurrenceMappingof a target entity.Methods in org.gbif.api.service.collections with parameters of type OccurrenceMapping Modifier and Type Method Description intOccurrenceMappingService. addOccurrenceMapping(@NotNull UUID targetEntityKey, @NotNull @Valid OccurrenceMapping occurrenceMapping)Add a newOccurrenceMappingto a target entity.
-