Uses of Annotation Interface
org.gbif.api.annotation.Experimental
Packages that use Experimental
Package
Description
-
Uses of Experimental in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence with annotations of type Experimental -
Uses of Experimental in org.gbif.api.model.occurrence.search
Methods in org.gbif.api.model.occurrence.search with annotations of type ExperimentalModifier and TypeMethodDescriptionvoid
OccurrenceSearchRequest.addCollectionKeyFilter
(String collectionKey) void
OccurrenceSearchRequest.addInstitutionKeyFilter
(String institutionKey) OccurrenceSearchRequest.getShuffle()
This flag allows to sort the results in a random order by specifying a seed.OccurrenceSearchRequest.isMatchCase()
This flag enables the use of case-sensitive matches and aggregations on certain search parameters.void
OccurrenceSearchRequest.setMatchCase
(Boolean matchCase) void
OccurrenceSearchRequest.setShuffle
(String shuffle) -
Uses of Experimental in org.gbif.api.model.predicate
Methods in org.gbif.api.model.predicate with annotations of type ExperimentalModifier and TypeMethodDescriptionInPredicate.isMatchCase()
This flag enables the use of case-sensitive matches and aggregations on certain search parameters.SimplePredicate.isMatchCase()
This flag enables the use of case-sensitive matches and aggregations on certain search parameters.