Uses of Interface
org.wikidata.wdtk.wikibaseapi.GuidGenerator
Packages that use GuidGenerator
Package
Description
Components for accessing the Web API of a Wikibase website, such as wikidata.org.
-
Uses of GuidGenerator in org.wikidata.wdtk.wikibaseapi
Classes in org.wikidata.wdtk.wikibaseapi that implement GuidGeneratorModifier and TypeClassDescriptionclass
Generates fresh hashes for new statements, snaks or references, based on Java's own random generator (java.util.UUID).Methods in org.wikidata.wdtk.wikibaseapi with parameters of type GuidGeneratorModifier and TypeMethodDescriptionvoid
StatementUpdate.setGuidGenerator
(GuidGenerator generator) Deprecated.Sets the GUID generator for this statement update.Constructors in org.wikidata.wdtk.wikibaseapi with parameters of type GuidGeneratorModifierConstructorDescriptionWikibaseDataEditor
(ApiConnection connection, String siteUri, GuidGenerator generator) Creates an object to edit data via the Web API of the givenApiConnection
object.