Uses of Interface
org.openrefine.wikidata.updates.StatementEntityEdit
Packages that use StatementEntityEdit
-
Uses of StatementEntityEdit in org.openrefine.wikidata.qa.scrutinizers
Methods in org.openrefine.wikidata.qa.scrutinizers with parameters of type StatementEntityEditModifier and TypeMethodDescriptionvoidConflictsWithScrutinizer.scrutinizeStatementEdit(StatementEntityEdit update) voidDifferenceWithinRangeScrutinizer.scrutinizeStatementEdit(StatementEntityEdit update) voidItemRequiresScrutinizer.scrutinizeStatementEdit(StatementEntityEdit update) voidMultiValueScrutinizer.scrutinizeStatementEdit(StatementEntityEdit update) voidSingleValueScrutinizer.scrutinizeStatementEdit(StatementEntityEdit update) voidUnsourcedScrutinizer.scrutinizeStatementEdit(StatementEntityEdit update) voidUseAsQualifierScrutinizer.scrutinizeStatementEdit(StatementEntityEdit update) voidStatementScrutinizer.scrutinizeStatementEntityEdit(StatementEntityEdit update) -
Uses of StatementEntityEdit in org.openrefine.wikidata.updates
Classes in org.openrefine.wikidata.updates that implement StatementEntityEditModifier and TypeClassDescriptionclassRepresents a candidate edit on an existing item or the creation of a new one.classclassRepresents a candidate edit on a MediaInfo entity.classA 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).