Uses of Interface
org.wikidata.wdtk.datamodel.interfaces.ItemUpdate
Packages that use ItemUpdate
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 ItemUpdate in org.wikidata.wdtk.datamodel.helpers
Methods in org.wikidata.wdtk.datamodel.helpers that return ItemUpdateModifier and TypeMethodDescriptionItemUpdateBuilder.build()
static ItemUpdate
Datamodel.makeItemUpdate
(ItemIdValue entityId, long revisionId, TermUpdate labels, TermUpdate descriptions, Map<String, AliasUpdate> aliases, StatementUpdate statements, Collection<SiteLink> modifiedSiteLinks, Collection<String> removedSiteLinks) Creates newItemUpdate
.Methods in org.wikidata.wdtk.datamodel.helpers with parameters of type ItemUpdateModifier and TypeMethodDescriptionItemUpdateBuilder.append
(ItemUpdate update) Replays all changes in provided update into this builder object.static boolean
Equality.equalsItemUpdate
(ItemUpdate o1, Object o2) Returnstrue
if the twoItemUpdate
objects contain exactly the same data.static int
Hash.hashCode
(ItemUpdate o) Calculates hash code for givenItemUpdate
object. -
Uses of ItemUpdate in org.wikidata.wdtk.datamodel.implementation
Classes in org.wikidata.wdtk.datamodel.implementation that implement ItemUpdateMethods in org.wikidata.wdtk.datamodel.implementation that return ItemUpdateModifier and TypeMethodDescriptionDataObjectFactoryImpl.getItemUpdate
(ItemIdValue entityId, long revisionId, TermUpdate labels, TermUpdate descriptions, Map<String, AliasUpdate> aliases, StatementUpdate statements, Collection<SiteLink> modifiedSiteLinks, Collection<String> removedSiteLinks) -
Uses of ItemUpdate in org.wikidata.wdtk.datamodel.interfaces
Methods in org.wikidata.wdtk.datamodel.interfaces that return ItemUpdateModifier and TypeMethodDescriptionDataObjectFactory.getItemUpdate
(ItemIdValue entityId, long revisionId, TermUpdate labels, TermUpdate descriptions, Map<String, AliasUpdate> aliases, StatementUpdate statements, Collection<SiteLink> modifiedSiteLinks, Collection<String> removedSiteLinks) Creates newItemUpdate
.