Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.TermedStatementDocument
Packages that use TermedStatementDocument
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.
Components for accessing the Web API of a Wikibase website, such as wikidata.org.
-
Uses of TermedStatementDocument in org.wikidata.wdtk.datamodel.helpers
Classes in org.wikidata.wdtk.datamodel.helpers with type parameters of type TermedStatementDocumentModifier and TypeClassDescriptionclass
EntityDocumentBuilder<T extends EntityDocumentBuilder<T,
O>, O extends TermedStatementDocument> Abstract base class for builders that constructEntityDocument
objects.Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type TermedStatementDocumentModifier and TypeMethodDescriptionstatic TermedDocumentUpdateBuilder
TermedDocumentUpdateBuilder.forBaseRevision
(TermedStatementDocument revision) Creates new builder object for constructing update of given base entity revision.Constructors in org.wikidata.wdtk.datamodel.helpers with parameters of type TermedStatementDocumentModifierConstructorDescriptionprotected
Initializes new builder object for constructing update of given base entity revision. -
Uses of TermedStatementDocument in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement TermedStatementDocumentModifier and TypeClassDescriptionclass
Jackson implementation ofItemDocument
.class
Jackson implementation ofPropertyDocument
.class
Abstract Jackson implementation ofTermedDocument
andStatementDocument
. -
Uses of TermedStatementDocument in org.wikidata.wdtk.datamodel.interfaces
Subinterfaces of TermedStatementDocument in org.wikidata.wdtk.datamodel.interfacesModifier and TypeInterfaceDescriptioninterface
Interface for datasets that describe items.interface
Interface for datasets that describe properties.Methods in org.wikidata.wdtk.datamodel.interfaces that return TermedStatementDocumentModifier and TypeMethodDescriptionTermedStatementDocument.withAliases
(String language, List<MonolingualTextValue> aliases) TermedStatementDocument.withDescription
(MonolingualTextValue newDescription) TermedStatementDocument.withLabel
(MonolingualTextValue newLabel) TermedStatementDocument.withoutStatementIds
(Set<String> statementIds) TermedStatementDocument.withRevisionId
(long newRevisionId) TermedStatementDocument.withStatement
(Statement statement) -
Uses of TermedStatementDocument in org.wikidata.wdtk.wikibaseapi
Fields in org.wikidata.wdtk.wikibaseapi declared as TermedStatementDocumentModifier and TypeFieldDescriptionprotected final TermedStatementDocument
TermStatementUpdate.currentDocument
Deprecated.Methods in org.wikidata.wdtk.wikibaseapi with type parameters of type TermedStatementDocumentModifier and TypeMethodDescription<T extends TermedStatementDocument>
TWikibaseDataEditor.updateTermsStatements
(T currentDocument, List<MonolingualTextValue> addLabels, List<MonolingualTextValue> addDescriptions, List<MonolingualTextValue> addAliases, List<MonolingualTextValue> deleteAliases, List<Statement> addStatements, List<Statement> deleteStatements, String summary, List<String> tags) Deprecated.Methods in org.wikidata.wdtk.wikibaseapi that return TermedStatementDocumentModifier and TypeMethodDescriptionTermStatementUpdate.performEdit
(WbEditingAction action, boolean editAsBot, String summary, List<String> tags) Deprecated.Performs the update, selecting the appropriate API action depending on the nature of the change.Constructors in org.wikidata.wdtk.wikibaseapi with parameters of type TermedStatementDocumentModifierConstructorDescriptionTermStatementUpdate
(TermedStatementDocument currentDocument, List<Statement> addStatements, List<Statement> deleteStatements, List<MonolingualTextValue> addLabels, List<MonolingualTextValue> addDescriptions, List<MonolingualTextValue> addAliases, List<MonolingualTextValue> deleteAliases) Deprecated.Constructor.
WikibaseDataEditor.editEntityDocument(EntityUpdate, boolean, String, List)
instead.