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 TypeClassDescriptionclassEntityDocumentBuilder<T extends EntityDocumentBuilder<T,O>, O extends TermedStatementDocument> Abstract base class for builders that constructEntityDocumentobjects.Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type TermedStatementDocumentModifier and TypeMethodDescriptionstatic TermedDocumentUpdateBuilderTermedDocumentUpdateBuilder.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 TermedStatementDocumentModifierConstructorDescriptionprotectedInitializes 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 TypeClassDescriptionclassJackson implementation ofItemDocument.classJackson implementation ofPropertyDocument.classAbstract Jackson implementation ofTermedDocumentandStatementDocument. -
Uses of TermedStatementDocument in org.wikidata.wdtk.datamodel.interfaces
Subinterfaces of TermedStatementDocument in org.wikidata.wdtk.datamodel.interfacesModifier and TypeInterfaceDescriptioninterfaceInterface for datasets that describe items.interfaceInterface 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 TermedStatementDocumentTermStatementUpdate.currentDocumentDeprecated.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.