Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.TermedDocument
Packages that use TermedDocument
Package
Description
Package for mostly static helper code to work with data objects.
Basic implementation for objects representing Wikibase data and related factories.
Interfaces for representing Wikibase data and related factories.
Serializer for RDF
-
Uses of TermedDocument in org.wikidata.wdtk.datamodel.helpers
Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type TermedDocumentModifier and TypeMethodDescriptionprotected static StringToString.toStringForTermedDocument(TermedDocument o) Returns a human-readable string representation of the givenTermedDocument. -
Uses of TermedDocument in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement TermedDocumentModifier and TypeClassDescriptionclassJackson implementation ofItemDocument.classJackson implementation ofPropertyDocument.classAbstract Jackson implementation ofTermedDocumentandStatementDocument. -
Uses of TermedDocument in org.wikidata.wdtk.datamodel.interfaces
Subinterfaces of TermedDocument in org.wikidata.wdtk.datamodel.interfacesModifier and TypeInterfaceDescriptioninterfaceInterface for datasets that describe items.interfaceInterface for datasets that describe properties.interfaceThis interface just joinsTermedDocumentandStatementDocument.Methods in org.wikidata.wdtk.datamodel.interfaces that return TermedDocumentModifier and TypeMethodDescriptionTermedDocument.withAliases(String language, List<MonolingualTextValue> aliases) Returns a new version of this document with a new list of aliases for the given language code.TermedDocument.withDescription(MonolingualTextValue newDescription) Returns a new version of this document with a new description (which overrides any existing description).TermedDocument.withLabel(MonolingualTextValue newLabel) Returns a new version of this document with a new label (which overrides any existing label for this language).TermedDocument.withRevisionId(long newRevisionId) Returns a copy of this document with an updated revision id. -
Uses of TermedDocument in org.wikidata.wdtk.rdf
Methods in org.wikidata.wdtk.rdf with parameters of type TermedDocumentModifier and TypeMethodDescriptionvoidAbstractRdfConverter.writeDocumentTerms(TermedDocument document)