| Package | Description |
|---|---|
| org.wikidata.query.rdf.tool.change |
Definition of a change in Wikibase and strategies for detecting them.
|
| org.wikidata.query.rdf.tool.rdf | |
| org.wikidata.query.rdf.tool.wikibase |
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
Change.Batch.changes()
The changes in the batch.
|
List<Change> |
Change.Batch.AbstractDefaultImplementation.changes() |
| Modifier and Type | Method and Description |
|---|---|
int |
Change.compareTo(Change o) |
| Constructor and Description |
|---|
AbstractDefaultImplementation(com.google.common.collect.ImmutableList<Change> changes,
long advanced,
Object leftOff) |
| Modifier and Type | Method and Description |
|---|---|
void |
Munger.munge(String entityId,
Collection<org.openrdf.model.Statement> statements,
Collection<String> existingValues,
Collection<String> existingRefs,
Change sourceChange)
Adds and removes entries from the statements collection to munge Wikibase
RDF exports into a more queryable form.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
RdfRepository.hasRevisions(Collection<Change> candidates)
Filter set of changes and see which of them really need to be updated.
|
int |
RdfRepository.syncFromChanges(Collection<Change> changes,
boolean verifyResult)
Sync repository from changes list.
|
| Modifier and Type | Method and Description |
|---|---|
org.json.simple.JSONObject |
WikibaseRepository.getContinueObject(Change lastChange)
Create JSON change description for continuing.
|
Copyright © 2016. All rights reserved.