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