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 String
ToString.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 TypeClassDescriptionclass
Jackson implementation ofItemDocument
.class
Jackson implementation ofPropertyDocument
.class
Abstract Jackson implementation ofTermedDocument
andStatementDocument
. -
Uses of TermedDocument in org.wikidata.wdtk.datamodel.interfaces
Subinterfaces of TermedDocument in org.wikidata.wdtk.datamodel.interfacesModifier and TypeInterfaceDescriptioninterface
Interface for datasets that describe items.interface
Interface for datasets that describe properties.interface
This interface just joinsTermedDocument
andStatementDocument
.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 TypeMethodDescriptionvoid
AbstractRdfConverter.writeDocumentTerms
(TermedDocument document)