Uses of Class
org.openrefine.wikibase.schema.WikibaseSchema
-
Packages that use WikibaseSchema Package Description org.openrefine.wikibase.exporters org.openrefine.wikibase.operations org.openrefine.wikibase.qa org.openrefine.wikibase.schema -
-
Uses of WikibaseSchema in org.openrefine.wikibase.exporters
Methods in org.openrefine.wikibase.exporters with parameters of type WikibaseSchema Modifier and Type Method Description void
QuickStatementsExporter. translateSchema(Grid grid, Engine engine, WikibaseSchema schema, Writer writer)
Exports a project and a schema to a QuickStatements file -
Uses of WikibaseSchema in org.openrefine.wikibase.operations
Fields in org.openrefine.wikibase.operations declared as WikibaseSchema Modifier and Type Field Description protected WikibaseSchema
SaveWikibaseSchemaOperation. _schema
protected WikibaseSchema
PerformWikibaseEditsOperation.RowEditingResultsProducer. schema
Constructors in org.openrefine.wikibase.operations with parameters of type WikibaseSchema Constructor Description SaveWikibaseSchemaOperation(WikibaseSchema schema)
-
Uses of WikibaseSchema in org.openrefine.wikibase.qa
Methods in org.openrefine.wikibase.qa with parameters of type WikibaseSchema Modifier and Type Method Description Set<org.wikidata.wdtk.datamodel.interfaces.PropertyIdValue>
SchemaPropertyExtractor. getAllProperties(WikibaseSchema schema)
void
EditInspector. inspect(List<EntityEdit> editBatch, WikibaseSchema schema)
Inspect a batch of edits with the registered scrutinizers -
Uses of WikibaseSchema in org.openrefine.wikibase.schema
Methods in org.openrefine.wikibase.schema that return WikibaseSchema Modifier and Type Method Description static WikibaseSchema
WikibaseSchema. load(Project project, String obj)
static WikibaseSchema
WikibaseSchema. reconstruct(String json)
-