Uses of Class
org.openrefine.wikibase.editing.NewEntityLibrary
-
Packages that use NewEntityLibrary Package Description org.openrefine.wikibase.editing org.openrefine.wikibase.operations -
-
Uses of NewEntityLibrary in org.openrefine.wikibase.editing
Constructors in org.openrefine.wikibase.editing with parameters of type NewEntityLibrary Constructor Description EditBatchProcessor(org.wikidata.wdtk.wikibaseapi.WikibaseDataFetcher fetcher, org.wikidata.wdtk.wikibaseapi.WikibaseDataEditor editor, org.wikidata.wdtk.wikibaseapi.ApiConnection connection, List<EntityEdit> entityDocuments, NewEntityLibrary library, String summary, int maxLag, List<String> tags, int batchSize, int maxEditsPerMinute)
Initiates the process of pushing a batch of updates to Wikibase.ReconEntityRewriter(NewEntityLibrary library, org.wikidata.wdtk.datamodel.interfaces.EntityIdValue subject)
Constructor. -
Uses of NewEntityLibrary in org.openrefine.wikibase.operations
Fields in org.openrefine.wikibase.operations declared as NewEntityLibrary Modifier and Type Field Description protected NewEntityLibrary
PerformWikibaseEditsOperation.RowEditingResultsProducer. library
-