Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.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
Modifier and TypeMethodDescriptionFormUpdateBuilder.build()
static FormUpdate
Datamodel.makeFormUpdate
(FormIdValue entityId, long revisionId, TermUpdate representations, Collection<ItemIdValue> grammaticalFeatures, StatementUpdate statements) Creates newFormUpdate
.Modifier 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
Modifier and TypeMethodDescriptionDataObjectFactoryImpl.getFormUpdate
(FormIdValue entityId, long revisionId, TermUpdate representations, Collection<ItemIdValue> grammaticalFeatures, StatementUpdate statements) -
Uses of FormUpdate in org.wikidata.wdtk.datamodel.interfaces
Modifier and TypeMethodDescriptionDataObjectFactory.getFormUpdate
(FormIdValue entityId, long revisionId, TermUpdate representations, Collection<ItemIdValue> grammaticalFeatures, StatementUpdate statements) Creates newFormUpdate
.Modifier and TypeMethodDescriptionLexemeUpdate.getUpdatedForms()
Returns lexeme forms modified in this update.