Uses of Class
org.openrefine.wikidata.schema.exceptions.SkipSchemaExpressionException
Packages that use SkipSchemaExpressionException
-
Uses of SkipSchemaExpressionException in org.openrefine.wikidata.schema
Methods in org.openrefine.wikidata.schema that throw SkipSchemaExpressionExceptionModifier and TypeMethodDescriptionorg.wikidata.wdtk.datamodel.interfaces.TimeValueWbDateConstant.evaluate(ExpressionContext ctxt) 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) WbLanguageConstant.evaluate(ExpressionContext ctxt) org.wikidata.wdtk.datamodel.interfaces.GlobeCoordinatesValueWbLocationConstant.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, returningorg.wikidata.wdtk.datamodel.interfaces.TimeValueWbDateVariable.fromCell(Cell cell, ExpressionContext ctxt) org.wikidata.wdtk.datamodel.interfaces.EntityIdValueWbEntityVariable.fromCell(Cell cell, ExpressionContext ctxt) org.wikidata.wdtk.datamodel.interfaces.ItemIdValueWbItemVariable.fromCell(Cell cell, ExpressionContext ctxt) WbLanguageVariable.fromCell(Cell cell, ExpressionContext ctxt) org.wikidata.wdtk.datamodel.interfaces.GlobeCoordinatesValueWbLocationVariable.fromCell(Cell cell, ExpressionContext ctxt) org.wikidata.wdtk.datamodel.interfaces.StringValueWbStringVariable.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.