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 ItemUpdateDatamodel.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 booleanEquality.equalsItemUpdate(ItemUpdate o1, Object o2) Returnstrueif the twoItemUpdateobjects contain exactly the same data.static intHash.hashCode(ItemUpdate o) Calculates hash code for givenItemUpdateobject. -
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.