Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.FormUpdate
Packages that use FormUpdate
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 FormUpdate in org.wikidata.wdtk.datamodel.helpers
Methods in org.wikidata.wdtk.datamodel.helpers that return FormUpdateModifier and TypeMethodDescriptionFormUpdateBuilder.build()
static FormUpdate
Datamodel.makeFormUpdate
(FormIdValue entityId, long revisionId, TermUpdate representations, Collection<ItemIdValue> grammaticalFeatures, StatementUpdate statements) Creates newFormUpdate
.Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type FormUpdateModifier and TypeMethodDescriptionFormUpdateBuilder.append
(FormUpdate update) Replays all changes in provided update into this builder object.static boolean
Equality.equalsFormUpdate
(FormUpdate o1, Object o2) Returnstrue
if the twoFormUpdate
objects contain exactly the same data.static int
Hash.hashCode
(FormUpdate o) Calculates hash code for givenFormUpdate
object.LexemeUpdateBuilder.updateForm
(FormUpdate update) Updates existing form in the lexeme. -
Uses of FormUpdate in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement FormUpdateMethods in org.wikidata.wdtk.datamodel.implementation that return FormUpdateModifier and TypeMethodDescriptionDataObjectFactoryImpl.getFormUpdate
(FormIdValue entityId, long revisionId, TermUpdate representations, Collection<ItemIdValue> grammaticalFeatures, StatementUpdate statements) Methods in org.wikidata.wdtk.datamodel.implementation that return types with arguments of type FormUpdate -
Uses of FormUpdate in org.wikidata.wdtk.datamodel.interfaces
Methods in org.wikidata.wdtk.datamodel.interfaces that return FormUpdateModifier and TypeMethodDescriptionDataObjectFactory.getFormUpdate
(FormIdValue entityId, long revisionId, TermUpdate representations, Collection<ItemIdValue> grammaticalFeatures, StatementUpdate statements) Creates newFormUpdate
.Methods in org.wikidata.wdtk.datamodel.interfaces that return types with arguments of type FormUpdateModifier and TypeMethodDescriptionLexemeUpdate.getUpdatedForms()
Returns lexeme forms modified in this update.