Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.LabeledDocument
Package
Description
Basic implementation for objects representing Wikibase data and related factories.
Interfaces for representing Wikibase data and related factories.
-
Uses of LabeledDocument in org.wikidata.wdtk.datamodel.implementation
Modifier and TypeClassDescriptionclass
Jackson implementation ofItemDocument
.class
Jackson implementation ofMediaInfoDocument
.class
Jackson implementation ofPropertyDocument
.class
Abstract Jackson implementation ofTermedDocument
andStatementDocument
. -
Uses of LabeledDocument in org.wikidata.wdtk.datamodel.interfaces
Modifier and TypeInterfaceDescriptioninterface
Interface for datasets that describe items.interface
This interface just joinsLabeledDocument
andStatementDocument
.interface
Interface for datasets that describe media entities.interface
Interface for datasets that describe properties.interface
Interface for EntityDocuments that can be described by terms in several languages.interface
This interface just joinsTermedDocument
andStatementDocument
.Modifier and TypeMethodDescriptionLabeledDocument.withLabel
(MonolingualTextValue newLabel) Returns a new version of this document with a new label (which overrides any existing label for this language).LabeledDocument.withRevisionId
(long newRevisionId) Returns a copy of this document with an updated revision id.