Uses of Interface
org.gbif.dwc.terms.Term
Packages that use Term
Package
Description
-
Uses of Term in org.gbif.api.jackson
Methods in org.gbif.api.jackson that return types with arguments of type TermModifier and TypeMethodDescriptionTermMapListDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) Deprecated.Method parameters in org.gbif.api.jackson with type arguments of type Term -
Uses of Term in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return types with arguments of type TermModifier and TypeMethodDescriptionVerbatimNameUsage.getExtensions()A map of extension records, holding all verbatim extension terms.VerbatimNameUsage.getFields()A map holding all verbatim core terms.Methods in org.gbif.api.model.checklistbank with parameters of type TermModifier and TypeMethodDescriptionVerbatimNameUsage.getCoreField(Term term) Get the value of a specific field (Term).booleanVerbatimNameUsage.hasCoreField(Term term) booleanVerbatimNameUsage.hasExtension(Term term) voidVerbatimNameUsage.setCoreField(Term term, String fieldValue) For setting a specific field without having to replace the entire fields Map.Method parameters in org.gbif.api.model.checklistbank with type arguments of type Term -
Uses of Term in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return types with arguments of type TermModifier and TypeMethodDescriptionVerbatimOccurrence.getExtensions()A map holding all verbatim extension terms.VerbatimOccurrence.getVerbatimFields()A map holding all verbatim core terms.Methods in org.gbif.api.model.occurrence with parameters of type TermModifier and TypeMethodDescriptionVerbatimOccurrence.getVerbatimField(Term term) Get the value of a specific field (Term).booleanVerbatimOccurrence.hasVerbatimField(Term term) voidVerbatimOccurrence.setVerbatimField(Term term, String fieldValue) For setting a specific field without having to replace the entire verbatimFields Map.Method parameters in org.gbif.api.model.occurrence with type arguments of type Term -
Uses of Term in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return types with arguments of type TermModifier and TypeMethodDescriptionInterpretationRemark.getRelatedTerms()NameUsageIssue.getRelatedTerms()OccurrenceIssue.getRelatedTerms() -
Uses of Term in org.gbif.dwc.terms
Classes in org.gbif.dwc.terms that implement TermModifier and TypeClassDescriptionenumAs per CoL Data Submission Format, ver.enumAll Audiovisual Core terms with namespace http://rs.tdwg.org/ac/terms/.classenumAll Chronometric terms with namespace http://rs.tdwg.org/chrono/terms/.enumAll Dublin Core terms with namespace http://purl.org/dc/elements/1.1/.enumAll Dublin Core terms with namespace http://purl.org/dc/terms/.enumDarwin Core Archive terms with namespace http://rs.tdwg.org/dwc/text/.enumAll Darwin Core terms with namespace http://rs.tdwg.org/dwc/terms/ as an enumeration with alternative term names found sometimes in data.enumAll Adobe EXIF terms with namespace http://ns.adobe.com/exif/1.0/.enumenumTerms defined in the DNA extension.enumInternal GBIF terms used for processing, fragmenting, crawling, ...enumTerms defined in the DNA extension.enumenumAll Germplasm terms with namespace http://purl.org/germplasm/germplasmTerm#.enumAll GGBN terms with namespace http://data.ggbn.org/schemas/ggbn/terms/.enumAll International Press Telecommunications Council terms with namespace http://iptc.org/std/Iptc4xmpExt/2008-02-29/.enumenumAll GenSC (Genomics Standards Consortium) Minimum Information about any Sequence (MIxS) terms with namespace https://w3id.org/mixs/ or https://w3id.org/gensc/terms/MIXS:.enumAll OBIS terms with namespace http://rs.iobis.org/obis/terms/.enumAll Adobe Photoshop terms with namespace http://ns.adobe.com/photoshop/1.0/.enumTerms used in DwC archives from https://plazi.orgclassenumAll WGS84 Geo Positioning terms with namespace http://www.w3.org/2003/01/geo/wgs84_pos#enumTerms for Adobe XMP have URIs that are not resolvable.enumTerms for Adobe XMP have URIs that are not resolvable.Fields in org.gbif.dwc.terms declared as TermMethods in org.gbif.dwc.terms with type parameters of type TermModifier and TypeMethodDescriptionTermFactory.registerQualifiedTermEnum(Class<T> termClass) Registers all terms from a new term enumeration, but only adds their qualified and prefixed names.<T extends Enum & Term & AlternativeNames>
voidTermFactory.registerTermEnum(Class<T> termClass, String... altPrefixes) Registers all terms from a term enumeration.Methods in org.gbif.dwc.terms that return TermModifier and TypeMethodDescriptionTermFactory.findClassTerm(String termName) This method works just as findTerm(final String termName) but restricts the results to just class terms.TermFactory.findPropertyTerm(String termName) This method works just as findTerm(final String termName) but restricts the results to just property terms.This is the main method to get a term from the factory searching both for property or class terms.This method works just as findTerm(final String termName) but restricts the results to just property or class terms.Methods in org.gbif.dwc.terms that return types with arguments of type TermModifier and TypeMethodDescriptionTerms.getVocabularyBackedTerms()Returns all theTermthat are annotated withVocabulary.Methods in org.gbif.dwc.terms with parameters of type TermModifier and TypeMethodDescriptionintstatic StringTerms.getValueOfFirst(Map<Term, String> record, Term... terms) Tries various terms in given order until it finds a non empty value.static booleanTerms.isVocabulary(Term term) voidTermFactory.registerTerm(Term term) Method parameters in org.gbif.dwc.terms with type arguments of type Term -
Uses of Term in org.gbif.dwc.terms.jackson
Methods in org.gbif.dwc.terms.jackson that return TermModifier and TypeMethodDescriptionTermDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in org.gbif.dwc.terms.jackson with parameters of type TermModifier and TypeMethodDescriptionvoidTermKeySerializer.serialize(Term value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) voidTermSerializer.serialize(Term value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)