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 voidConflictsWithScrutinizer. 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.wikibase.updates
Classes in org.openrefine.wikibase.updates that implement StatementEntityEdit Modifier and Type Class Description classItemEditRepresents a candidate edit on an existing item or the creation of a new one.classLabeledStatementEntityEditclassMediaInfoEditRepresents a candidate edit on a MediaInfo entity.classTermedStatementEntityEditA 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).
-