Uses of Interface
org.gbif.dwc.terms.Term
-
Packages that use Term Package Description org.gbif.dwc.terms org.gbif.dwc.terms.jackson -
-
Uses of Term in org.gbif.dwc.terms
Classes in org.gbif.dwc.terms that implement Term Modifier and Type Class Description classAcefTermAs per CoL Data Submission Format, ver.classAcTermAll Audiovisual Core terms with namespace http://rs.tdwg.org/ac/terms/.classBibTexTermclassChronoTermAll Chronometric terms with namespace http://rs.tdwg.org/chrono/terms/.classDcElementAll Dublin Core terms with namespace http://purl.org/dc/elements/1.1/.classDcTermAll Dublin Core terms with namespace http://purl.org/dc/terms/.classDwcaTermDarwin Core Archive terms with namespace http://rs.tdwg.org/dwc/text/.classDwcTermAll Darwin Core terms with namespace http://rs.tdwg.org/dwc/terms/ as an enumeration with alternative term names found sometimes in data.classExifTermAll Adobe EXIF terms with namespace http://ns.adobe.com/exif/1.0/.classGadmTermclassGbifDnaTermTerms defined in the DNA extension.classGbifInternalTermInternal GBIF terms used for processing, fragmenting, crawling, ...classGbifMiqeTermTerms defined in the DNA extension.classGbifTermclassGermplasmTermAll Germplasm terms with namespace http://purl.org/germplasm/germplasmTerm#.classGgbnTermAll GGBN terms with namespace http://data.ggbn.org/schemas/ggbn/terms/.classIptcTermAll International Press Telecommunications Council terms with namespace http://iptc.org/std/Iptc4xmpExt/2008-02-29/.classIucnTermclassMixsTermAll GenSC (Genomics Standards Consortium) Minimum Information about any Sequence (MIxS) terms with namespace https://w3id.org/mixs/ or https://w3id.org/gensc/terms/MIXS:.classObisTermAll OBIS terms with namespace http://rs.iobis.org/obis/terms/.classPhotoshopTermAll Adobe Photoshop terms with namespace http://ns.adobe.com/photoshop/1.0/.classPlaziTermTerms used in DwC archives from https://plazi.orgclassUnknownTermclassWgs84GeoPositioningTermAll WGS84 Geo Positioning terms with namespace http://www.w3.org/2003/01/geo/wgs84_pos#classXmpRightsTermTerms for Adobe XMP have URIs that are not resolvable.classXmpTermTerms for Adobe XMP have URIs that are not resolvable.Fields in org.gbif.dwc.terms declared as Term Modifier and Type Field Description static TermBibTexTerm. CLASS_TERMMethods in org.gbif.dwc.terms with type parameters of type Term Modifier and Type Method Description <T extends Enum & Term>
voidTermFactory. 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 Term Modifier and Type Method Description TermTermFactory. findClassTerm(String termName)This method works just as findTerm(final String termName) but restricts the results to just class terms.TermTermFactory. findPropertyTerm(String termName)This method works just as findTerm(final String termName) but restricts the results to just property terms.TermTermFactory. findTerm(String termName)This is the main method to get a term from the factory searching both for property or class terms.TermTermFactory. findTerm(String termName, boolean isClassTerm)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 Term Modifier and Type Method Description static List<Term>Terms. getVocabularyBackedTerms()Returns all theTermthat are annotated withVocabulary.Methods in org.gbif.dwc.terms with parameters of type Term Modifier and Type Method Description intTermComparator. compare(Term o1, Term o2)static 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 Modifier and Type Method Description static StringTerms. getValueOfFirst(Map<Term,String> record, Term... terms)Tries various terms in given order until it finds a non empty value. -
Uses of Term in org.gbif.dwc.terms.jackson
Methods in org.gbif.dwc.terms.jackson that return Term Modifier and Type Method Description TermTermDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)Methods in org.gbif.dwc.terms.jackson with parameters of type Term Modifier and Type Method Description voidTermKeySerializer. 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)
-