Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.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
Modifier and TypeClassDescriptionclass
EntityDocumentBuilder<T extends EntityDocumentBuilder<T,
O>, O extends TermedStatementDocument> Abstract base class for builders that constructEntityDocument
objects.Modifier and TypeMethodDescriptionstatic TermedDocumentUpdateBuilder
TermedDocumentUpdateBuilder.forBaseRevision
(TermedStatementDocument revision) Creates new builder object for constructing update of given base entity revision.ModifierConstructorDescriptionprotected
Initializes new builder object for constructing update of given base entity revision. -
Uses of TermedStatementDocument in org.wikidata.wdtk.datamodel.implementation
Modifier and TypeClassDescriptionclass
Jackson implementation ofItemDocument
.class
Jackson implementation ofPropertyDocument
.class
Abstract Jackson implementation ofTermedDocument
andStatementDocument
. -
Uses of TermedStatementDocument in org.wikidata.wdtk.datamodel.interfaces
Modifier and TypeInterfaceDescriptioninterface
Interface for datasets that describe items.interface
Interface for datasets that describe properties.Modifier 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
Modifier and TypeFieldDescriptionprotected final TermedStatementDocument
TermStatementUpdate.currentDocument
Deprecated.Modifier 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.Modifier 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.ModifierConstructorDescriptionTermStatementUpdate
(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.