Uses of Interface
org.openrefine.wikibase.updates.StatementEntityEdit
-
Packages that use StatementEntityEdit Package Description org.openrefine.wikibase.qa.scrutinizers org.openrefine.wikibase.updates -
-
Uses of StatementEntityEdit in org.openrefine.wikibase.qa.scrutinizers
Methods in org.openrefine.wikibase.qa.scrutinizers with parameters of type StatementEntityEdit Modifier and Type Method Description void
ConflictsWithScrutinizer. scrutinizeStatementEdit(StatementEntityEdit update)
void
DifferenceWithinRangeScrutinizer. scrutinizeStatementEdit(StatementEntityEdit update)
void
ItemRequiresScrutinizer. scrutinizeStatementEdit(StatementEntityEdit update)
void
MultiValueScrutinizer. scrutinizeStatementEdit(StatementEntityEdit update)
void
SingleValueScrutinizer. scrutinizeStatementEdit(StatementEntityEdit update)
void
UnsourcedScrutinizer. scrutinizeStatementEdit(StatementEntityEdit update)
void
UseAsQualifierScrutinizer. scrutinizeStatementEdit(StatementEntityEdit update)
void
StatementScrutinizer. scrutinizeStatementEntityEdit(StatementEntityEdit update)
-
Uses of StatementEntityEdit in org.openrefine.wikibase.updates
Classes in org.openrefine.wikibase.updates that implement StatementEntityEdit Modifier and Type Class Description class
ItemEdit
Represents a candidate edit on an existing item or the creation of a new one.class
LabeledStatementEntityEdit
class
MediaInfoEdit
Represents a candidate edit on a MediaInfo entity.class
TermedStatementEntityEdit
A class to plan an update of an entity, after evaluating the statements but before fetching the current content of the entity (this is why it does not extend StatementsUpdate).
-