Uses of Class
org.gbif.api.model.occurrence.Occurrence
-
Packages that use Occurrence Package Description org.gbif.api.model.event org.gbif.api.service.occurrence -
-
Uses of Occurrence in org.gbif.api.model.event
Methods in org.gbif.api.model.event with parameters of type Occurrence Modifier and Type Method Description static Event
Event. fromOccurrence(Occurrence occurrence)
-
Uses of Occurrence in org.gbif.api.service.occurrence
Methods in org.gbif.api.service.occurrence that return Occurrence Modifier and Type Method Description Occurrence
OccurrenceService. get(Long key)
Attempt to find an occurrence matching the passed key.Occurrence
OccurrenceService. get(UUID datasetKey, String occurrenceId)
Attempt to find an occurrence matching the passed dataset key and occurrenceId.Methods in org.gbif.api.service.occurrence that return types with arguments of type Occurrence Modifier and Type Method Description SearchResponse<Occurrence,OccurrenceSearchParameter>
OccurrenceSearchService. search(OccurrencePredicateSearchRequest request)
Occurrence search implementation that uses a predicate instead of request parameters.
-