Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.LexemeUpdate
Packages that use LexemeUpdate
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.
-
Uses of LexemeUpdate in org.wikidata.wdtk.datamodel.helpers
Methods in org.wikidata.wdtk.datamodel.helpers that return LexemeUpdateModifier and TypeMethodDescriptionLexemeUpdateBuilder.build()
static LexemeUpdate
Datamodel.makeLexemeUpdate
(LexemeIdValue entityId, long revisionId, ItemIdValue language, ItemIdValue lexicalCategory, TermUpdate lemmas, StatementUpdate statements, Collection<SenseDocument> addedSenses, Collection<SenseUpdate> updatedSenses, Collection<SenseIdValue> removedSenses, Collection<FormDocument> addedForms, Collection<FormUpdate> updatedForms, Collection<FormIdValue> removedForms) Creates newLexemeUpdate
.Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type LexemeUpdateModifier and TypeMethodDescriptionLexemeUpdateBuilder.append
(LexemeUpdate update) Replays all changes in provided update into this builder object.static boolean
Equality.equalsLexemeUpdate
(LexemeUpdate o1, Object o2) Returnstrue
if the twoLexemeUpdate
objects contain exactly the same data.static int
Hash.hashCode
(LexemeUpdate o) Calculates hash code for givenLexemeUpdate
object. -
Uses of LexemeUpdate in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement LexemeUpdateMethods in org.wikidata.wdtk.datamodel.implementation that return LexemeUpdateModifier and TypeMethodDescriptionDataObjectFactoryImpl.getLexemeUpdate
(LexemeIdValue entityId, long revisionId, ItemIdValue language, ItemIdValue lexicalCategory, TermUpdate lemmas, StatementUpdate statements, Collection<SenseDocument> addedSenses, Collection<SenseUpdate> updatedSenses, Collection<SenseIdValue> removedSenses, Collection<FormDocument> addedForms, Collection<FormUpdate> updatedForms, Collection<FormIdValue> removedForms) -
Uses of LexemeUpdate in org.wikidata.wdtk.datamodel.interfaces
Methods in org.wikidata.wdtk.datamodel.interfaces that return LexemeUpdateModifier and TypeMethodDescriptionDataObjectFactory.getLexemeUpdate
(LexemeIdValue entityId, long revisionId, ItemIdValue language, ItemIdValue lexicalCategory, TermUpdate lemmas, StatementUpdate statements, Collection<SenseDocument> addedSenses, Collection<SenseUpdate> updatedSenses, Collection<SenseIdValue> removedSenses, Collection<FormDocument> addedForms, Collection<FormUpdate> updatedForms, Collection<FormIdValue> removedForms) Creates newLexemeUpdate
.