Uses of Class
org.gbif.api.vocabulary.Rank
-
-
Uses of Rank in org.gbif.api.jackson
Methods in org.gbif.api.jackson that return Rank Modifier and Type Method Description Rank
RankSerde.RankJsonDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
Methods in org.gbif.api.jackson with parameters of type Rank Modifier and Type Method Description void
RankSerde.RankJsonSerializer. serialize(Rank value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-
Uses of Rank in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return Rank Modifier and Type Method Description Rank
NameUsage. getRank()
Returns the rank for this usage.Rank
NameUsageMatch. getRank()
Rank
ParsedName. getRank()
Rank
TypeSpecimen. getTaxonRank()
The rank of the taxon bearing the scientific name.Methods in org.gbif.api.model.checklistbank that return types with arguments of type Rank Modifier and Type Method Description @NotNull Map<Rank,Integer>
DatasetMetrics. getCountByRank()
Methods in org.gbif.api.model.checklistbank with parameters of type Rank Modifier and Type Method Description @javax.validation.constraints.Min(0L) int
DatasetMetrics. getCountByRank(Rank rank)
Get the metrics by taxonomic rank, i.e.String
NameUsage. getHigherRank(Rank rank)
String
NameUsageMatch. getHigherRank(Rank rank)
Integer
NameUsage. getHigherRankKey(Rank rank)
Integer
NameUsageMatch. getHigherRankKey(Rank rank)
Integer
NameUsageMetrics. getNumByRank(Rank rank)
Gets the count of usages by a rank.void
NameUsage. setRank(Rank rank)
void
NameUsageMatch. setRank(Rank rank)
void
ParsedName. setRank(Rank rank)
void
TypeSpecimen. setTaxonRank(Rank taxonRank)
Method parameters in org.gbif.api.model.checklistbank with type arguments of type Rank Modifier and Type Method Description void
DatasetMetrics. setCountByRank(Map<Rank,Integer> countByRank)
Constructors in org.gbif.api.model.checklistbank with parameters of type Rank Constructor Description ParsedName(NameType type, String genusOrAbove, String infraGeneric, String specificEpithet, String infraSpecificEpithet, NamePart notho, Rank rank, String authorship, String year, String bracketAuthorship, String bracketYear, String cultivarEpithet, String strain, String sensu, String nomStatus, String remarks)
-
Uses of Rank in org.gbif.api.model.checklistbank.search
Methods in org.gbif.api.model.checklistbank.search that return Rank Modifier and Type Method Description Rank
NameUsageSearchResult. getRank()
Rank
NameUsageSuggestResult. getRank()
Methods in org.gbif.api.model.checklistbank.search with parameters of type Rank Modifier and Type Method Description void
NameUsageSearchRequest. addRankFilter(Rank rank)
String
NameUsageSearchResult. getHigherRank(Rank rank)
String
NameUsageSuggestResult. getHigherRank(Rank rank)
Integer
NameUsageSearchResult. getHigherRankKey(Rank rank)
Integer
NameUsageSuggestResult. getHigherRankKey(Rank rank)
void
NameUsageSearchResult. setRank(Rank rank)
void
NameUsageSuggestResult. setRank(Rank rank)
-
Uses of Rank in org.gbif.api.model.common
Methods in org.gbif.api.model.common with parameters of type Rank Modifier and Type Method Description String
LinneanClassification. getHigherRank(Rank rank)
Gets a higher taxon property by passing the rank of it.Integer
LinneanClassificationKeys. getHigherRankKey(Rank rank)
Gets a higher taxon key by passing the rank of it. -
Uses of Rank in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return Rank Modifier and Type Method Description Rank
Occurrence. getTaxonRank()
Methods in org.gbif.api.model.occurrence with parameters of type Rank Modifier and Type Method Description String
Occurrence. getHigherRank(Rank rank)
Integer
Occurrence. getHigherRankKey(Rank rank)
void
Occurrence. setTaxonRank(Rank taxonRank)
-
Uses of Rank in org.gbif.api.model.registry.eml
Methods in org.gbif.api.model.registry.eml that return types with arguments of type Rank Modifier and Type Method Description InterpretedEnum<String,Rank>
TaxonomicCoverage. getRank()
Method parameters in org.gbif.api.model.registry.eml with type arguments of type Rank Modifier and Type Method Description void
TaxonomicCoverage. setRank(InterpretedEnum<String,Rank> rank)
Constructor parameters in org.gbif.api.model.registry.eml with type arguments of type Rank Constructor Description TaxonomicCoverage(String scientificName, String commonName, InterpretedEnum<String,Rank> rank)
-
Uses of Rank in org.gbif.api.service.checklistbank
Methods in org.gbif.api.service.checklistbank with parameters of type Rank Modifier and Type Method Description NameUsageMatch
NameUsageMatchingService. match(String scientificName, Rank rank, LinneanClassification classification, boolean strict, boolean verbose)
Tries to match a scientific name with an optional classification given as individual parameters.ParsedName
NameParser. parse(String scientificName, Rank rank)
Fully parse the supplied name also trying to extract authorships, a conceptual sec reference, remarks or notes on the nomenclatural status.ParsedName
NameParser. parseQuietly(String scientificName, Rank rank)
Fully parses a name using #parse(String, Rank) but converts names that throw a UnparsableException into ParsedName objects with the scientific name, rank and name type given.String
NameParser. parseToCanonical(String scientificName, Rank rank)
Parses the scientific name without authorship and returns the ParsedName.canonicalName() string -
Uses of Rank in org.gbif.api.util
Methods in org.gbif.api.util with parameters of type Rank Modifier and Type Method Description static String
ClassificationUtils. getHigherRank(LinneanClassification lc, Rank rank)
Gets a higher taxon property by passing the rank of it.static Integer
ClassificationUtils. getHigherRankKey(LinneanClassificationKeys lck, Rank rank)
Gets a higher taxon key by passing the rank of it.static void
ClassificationUtils. setHigherRank(LinneanClassification lc, Rank rank, String name)
Sets a higher taxon property by passing the rank of it.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.static void
ClassificationUtils. setHigherRankKey(LinneanClassificationKeys lck, Rank rank, Integer usageKey)
Sets a higher taxon property by passing the rank of it. -
Uses of Rank in org.gbif.api.v2
Methods in org.gbif.api.v2 that return Rank Modifier and Type Method Description Rank
RankedName. getRank()
Methods in org.gbif.api.v2 with parameters of type Rank Modifier and Type Method Description void
RankedName. setRank(Rank rank)
Constructors in org.gbif.api.v2 with parameters of type Rank Constructor Description RankedName(int key, String name, Rank rank)
-
Uses of Rank in org.gbif.api.vocabulary
Fields in org.gbif.api.vocabulary with type parameters of type Rank Modifier and Type Field Description static List<Rank>
Rank. DWC_RANKS
An ordered list of all ranks that appear in Darwin Core with their own term.static List<Rank>
Rank. LINNEAN_RANKS
All main Linnean ranks ordered.Methods in org.gbif.api.vocabulary that return Rank Modifier and Type Method Description static Rank
Rank. valueOf(String name)
Returns the enum constant of this type with the specified name.static Rank[]
Rank. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gbif.api.vocabulary with parameters of type Rank Modifier and Type Method Description boolean
Rank. higherThan(Rank other)
-