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 void
QuickStatementsExporter. 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 void
ConflictsWithScrutinizer. scrutinize(ItemEdit update)
void
DescriptionScrutinizer. scrutinize(ItemEdit update)
void
DifferenceWithinRangeScrutinizer. scrutinize(ItemEdit update)
abstract void
EditScrutinizer. scrutinize(ItemEdit edit)
Reads the candidate edit and emits warnings in the storevoid
FileNameScrutinizer. scrutinize(ItemEdit edit)
void
ItemRequiresScrutinizer. scrutinize(ItemEdit update)
void
MultiValueScrutinizer. scrutinize(ItemEdit update)
void
NewEntityScrutinizer. scrutinize(ItemEdit update)
void
NoEditsMadeScrutinizer. scrutinize(ItemEdit edit)
void
SingleValueScrutinizer. scrutinize(ItemEdit update)
void
StatementScrutinizer. scrutinize(ItemEdit update)
void
UnsourcedScrutinizer. scrutinize(ItemEdit update)
void
UseAsQualifierScrutinizer. 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 ItemEdit
WbItemEditExpr. 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 ItemEdit
ItemEditBuilder. build()
Constructs theItemEdit
.ItemEdit
ItemEdit. merge(EntityEdit otherEdit)
Merges all the changes in other with this instance.
-