Uses of Interface
org.gbif.api.model.common.LinneanClassificationKeys
Packages that use LinneanClassificationKeys
Package
Description
-
Uses of LinneanClassificationKeys in org.gbif.api.model.checklistbank
Classes in org.gbif.api.model.checklistbank that implement LinneanClassificationKeysModifier and TypeClassDescriptionclass
A usage of a scientific name according to one particular Checklist including the GBIF Taxonomic Backbone, the NUB.class
An extension to a NameUsage adding all further properties that are not eagerly loaded.class
The resulting lookup of a name usage match. -
Uses of LinneanClassificationKeys in org.gbif.api.model.checklistbank.search
Classes in org.gbif.api.model.checklistbank.search that implement LinneanClassificationKeysModifier and TypeClassDescriptionclass
Class used for returning results of a full text search operation.class
Class used for returning results of a suggest operation. -
Uses of LinneanClassificationKeys in org.gbif.api.model.occurrence
Classes in org.gbif.api.model.occurrence that implement LinneanClassificationKeysModifier and TypeClassDescriptionclass
Represents an Occurrence as interpreted by GBIF, adding typed properties on top of the verbatim ones. -
Uses of LinneanClassificationKeys in org.gbif.api.util
Methods in org.gbif.api.util with type parameters of type LinneanClassificationKeysModifier and TypeMethodDescriptionstatic <T extends LinneanClassification & LinneanClassificationKeys>
@NotNull LinkedHashMap<Integer,String> ClassificationUtils.getHigherClassificationMap
(T lc) An ordered map with entries for all higher Linnean ranks down to species which are not null.static <T extends LinneanClassification & LinneanClassificationKeys>
@NotNull LinkedHashMap<Integer,String> ClassificationUtils.getHigherClassificationMap
(T lc, int key, Integer parentKey, String parent) An ordered map with entries for all higher Linnean ranks down to the actual direct parent of this usage.static <T extends LinneanClassification & LinneanClassificationKeys>
voidClassificationUtils.setHigherRank
(T lc, Rank rank, String name, Integer usageKey) Sets a higher taxon property by passing the rank of it.Methods in org.gbif.api.util with parameters of type LinneanClassificationKeysModifier and TypeMethodDescriptionstatic void
ClassificationUtils.copyLinneanClassificationKeys
(LinneanClassificationKeys source, LinneanClassificationKeys target) Copies all linnean classification based higher taxon keys from one instance to another.static Integer
ClassificationUtils.getHigherRankKey
(LinneanClassificationKeys lck, Rank rank) Gets a higher taxon key by passing the rank of it.static void
ClassificationUtils.setHigherRankKey
(LinneanClassificationKeys lck, Rank rank, Integer usageKey) Sets a higher taxon property by passing the rank of it.