Package | Description |
---|---|
org.gbif.api.model.event | |
org.gbif.api.service.occurrence |
Modifier and Type | Method and Description |
---|---|
static Event |
Event.fromOccurrence(Occurrence occurrence) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
SearchResponse<Occurrence,OccurrenceSearchParameter> |
OccurrenceSearchService.search(OccurrencePredicateSearchRequest request)
Occurrence search implementation that uses a predicate instead of request parameters.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.