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 voidQuickStatementsExporter. 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 WikibaseSchemaSaveWikibaseSchemaOperation. _schemaprotected WikibaseSchemaPerformWikibaseEditsOperation.RowEditingResultsProducer. schemaConstructors 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)voidEditInspector. 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 WikibaseSchemaWikibaseSchema. load(Project project, String obj)static WikibaseSchemaWikibaseSchema. reconstruct(String json)
-