Uses of Class
org.openrefine.wikibase.qa.QAWarningStore
-
Packages that use QAWarningStore Package Description org.openrefine.wikibase.qa org.openrefine.wikibase.qa.scrutinizers org.openrefine.wikibase.schema -
-
Uses of QAWarningStore in org.openrefine.wikibase.qa
Constructors in org.openrefine.wikibase.qa with parameters of type QAWarningStore Constructor Description EditInspector(QAWarningStore warningStore, Manifest manifest, boolean slowMode)
Builds an edit inspector. -
Uses of QAWarningStore in org.openrefine.wikibase.qa.scrutinizers
Fields in org.openrefine.wikibase.qa.scrutinizers declared as QAWarningStore Modifier and Type Field Description protected QAWarningStore
EditScrutinizer. _store
Methods in org.openrefine.wikibase.qa.scrutinizers with parameters of type QAWarningStore Modifier and Type Method Description void
EditScrutinizer. setStore(QAWarningStore store)
-
Uses of QAWarningStore in org.openrefine.wikibase.schema
Methods in org.openrefine.wikibase.schema with parameters of type QAWarningStore Modifier and Type Method Description List<EntityEdit>
WikibaseSchema. evaluate(ColumnModel columnModel, Iterable<IndexedRow> indexedRows, QAWarningStore warningStore)
Evaluates the schema on a list of rows, returning a list of EntityUpdates generated by the schema.List<EntityEdit>
WikibaseSchema. evaluate(Grid grid, Engine engine, QAWarningStore warningStore)
Evaluates the schema on a project, returning a list of EntityUpdates generated by the schema.Constructors in org.openrefine.wikibase.schema with parameters of type QAWarningStore Constructor Description ExpressionContext(String baseIRI, Map<String,String> entityTypeBaseIRIs, String mediaWikiApiEndpoint, long rowId, Row row, ColumnModel columnModel, QAWarningStore warningStore)
Builds an expression context to evaluate a schema on a row
-