Uses of Class
org.openrefine.wikibase.updates.ItemEdit
-
Packages that use ItemEdit Package Description org.openrefine.wikibase.exporters org.openrefine.wikibase.qa.scrutinizers org.openrefine.wikibase.schema org.openrefine.wikibase.updates -
-
Uses of ItemEdit in org.openrefine.wikibase.exporters
Methods in org.openrefine.wikibase.exporters with parameters of type ItemEdit Modifier and Type Method Description protected voidQuickStatementsExporter. translateItem(ItemEdit item, Writer writer) -
Uses of ItemEdit in org.openrefine.wikibase.qa.scrutinizers
Methods in org.openrefine.wikibase.qa.scrutinizers with parameters of type ItemEdit Modifier and Type Method Description voidConflictsWithScrutinizer. scrutinize(ItemEdit update)voidDescriptionScrutinizer. scrutinize(ItemEdit update)voidDifferenceWithinRangeScrutinizer. scrutinize(ItemEdit update)abstract voidEditScrutinizer. scrutinize(ItemEdit edit)Reads the candidate edit and emits warnings in the storevoidFileNameScrutinizer. scrutinize(ItemEdit edit)voidItemRequiresScrutinizer. scrutinize(ItemEdit update)voidMultiValueScrutinizer. scrutinize(ItemEdit update)voidNewEntityScrutinizer. scrutinize(ItemEdit update)voidNoEditsMadeScrutinizer. scrutinize(ItemEdit edit)voidSingleValueScrutinizer. scrutinize(ItemEdit update)voidStatementScrutinizer. scrutinize(ItemEdit update)voidUnsourcedScrutinizer. scrutinize(ItemEdit update)voidUseAsQualifierScrutinizer. scrutinize(ItemEdit update) -
Uses of ItemEdit in org.openrefine.wikibase.schema
Methods in org.openrefine.wikibase.schema that return ItemEdit Modifier and Type Method Description ItemEditWbItemEditExpr. evaluate(ExpressionContext ctxt) -
Uses of ItemEdit in org.openrefine.wikibase.updates
Methods in org.openrefine.wikibase.updates that return ItemEdit Modifier and Type Method Description ItemEditItemEditBuilder. build()Constructs theItemEdit.ItemEditItemEdit. merge(EntityEdit otherEdit)Merges all the changes in other with this instance.
-