| Package | Description |
|---|---|
| org.wikidata.query.rdf.tool.change |
Definition of a change in Wikibase and strategies for detecting them.
|
| org.wikidata.query.rdf.tool.wikibase |
| Modifier and Type | Method and Description |
|---|---|
RecentChangesPoller.Batch |
RecentChangesPoller.firstBatch() |
IdRangeChangeSource.Batch |
IdRangeChangeSource.firstBatch() |
IdListChangeSource.Batch |
IdListChangeSource.firstBatch() |
B |
Change.Source.firstBatch()
Fetch the first batch.
|
B |
Change.Source.nextBatch(B lastBatch)
Fetches the next batch after lastBatch.
|
IdListChangeSource.Batch |
IdListChangeSource.nextBatch(IdListChangeSource.Batch lastBatch) |
IdRangeChangeSource.Batch |
IdRangeChangeSource.nextBatch(IdRangeChangeSource.Batch lastBatch) |
RecentChangesPoller.Batch |
RecentChangesPoller.nextBatch(RecentChangesPoller.Batch lastBatch) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.openrdf.model.Statement> |
WikibaseRepository.fetchRdfForEntity(String entityId)
Fetch the RDF for some entity.
|
org.json.simple.JSONObject |
WikibaseRepository.fetchRecentChanges(Date nextStartTime,
org.json.simple.JSONObject lastContinue,
int batchSize)
Fetch recent changes starting from nextStartTime or continuing from
lastContinue depending on the contents of lastContinue way to use
MediaWiki.
|
String |
WikibaseRepository.firstEntityIdForLabelStartingWith(String label,
String language,
String type)
Get the first id with the provided label in the provided language.
|
String |
WikibaseRepository.setLabel(String entityId,
String type,
String label,
String language)
Edits or creates a page by setting a label.
|
Copyright © 2016. All rights reserved.