Uses of Class
org.openrefine.wikidata.schema.exceptions.QAWarningException
Packages that use QAWarningException
-
Uses of QAWarningException in org.openrefine.wikidata.schema
Methods in org.openrefine.wikidata.schema that throw QAWarningExceptionModifier and TypeMethodDescriptionvoidWbNameDescExpr.contributeTo(ItemEditBuilder entity, ExpressionContext ctxt) Evaluates the expression and adds the result to the entity update.voidWbNameDescExpr.contributeTo(MediaInfoEditBuilder entity, ExpressionContext ctxt) Evaluates the expression and adds the result to the entity update.WbExpression.evaluate(ExpressionContext ctxt) Evaluates the value expression in a given context, returns a Wikibase value suitable to be the target of a claim.WbItemEditExpr.evaluate(ExpressionContext ctxt) WbMediaInfoEditExpr.evaluate(ExpressionContext ctxt) org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValueWbMonolingualExpr.evaluate(ExpressionContext ctxt) org.wikidata.wdtk.datamodel.interfaces.QuantityValueWbQuantityExpr.evaluate(ExpressionContext ctxt) org.wikidata.wdtk.datamodel.interfaces.ReferenceWbReferenceExpr.evaluate(ExpressionContext ctxt) org.wikidata.wdtk.datamodel.interfaces.SnakWbSnakExpr.evaluate(ExpressionContext ctxt) WbStatementExpr.evaluate(ExpressionContext ctxt, org.wikidata.wdtk.datamodel.interfaces.EntityIdValue subject, org.wikidata.wdtk.datamodel.interfaces.PropertyIdValue propertyId) WbStatementGroupExpr.evaluate(ExpressionContext ctxt, org.wikidata.wdtk.datamodel.interfaces.EntityIdValue subject) WbVariableExpr.evaluate(ExpressionContext ctxt) Evaluates the expression in a given context, returningWikibaseSchema.evaluateEntityDocuments(ExpressionContext ctxt) Evaluates all entity documents in a particular expression context.org.wikidata.wdtk.datamodel.interfaces.EntityIdValueWbEntityVariable.fromCell(Cell cell, ExpressionContext ctxt) org.wikidata.wdtk.datamodel.interfaces.ItemIdValueWbItemVariable.fromCell(Cell cell, ExpressionContext ctxt) abstract TWbVariableExpr.fromCell(Cell cell, ExpressionContext ctxt) Method that should be implemented by subclasses, converting an OpenRefine cell to a Wikibase value.