| 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 |
|---|---|
Continue |
RecentChangesPoller.Batch.getLastContinue()
Get continue object.
|
| Modifier and Type | Method and Description |
|---|---|
Continue |
RecentChangeResponse.getContinue() |
| Modifier and Type | Method and Description |
|---|---|
RecentChangeResponse |
WikibaseRepository.fetchRecentChanges(Instant nextStartTime,
Continue lastContinue,
int batchSize)
Fetch recent changes starting from nextStartTime or continuing from
lastContinue depending on the contents of lastContinue way to use
MediaWiki.
|
Change |
WikibaseRepository.getChangeFromContinue(Continue nextContinue)
Extract timestamp from continue JSON object.
|
URI |
WikibaseRepository.Uris.recentChanges(Instant startTime,
Continue continueObject,
int batchSize)
Uri to get the recent changes.
|
| Constructor and Description |
|---|
RecentChangeResponse(Object error,
Continue aContinue,
RecentChangeResponse.Query query) |
Copyright © 2019. All rights reserved.