Uses of Class
org.openrefine.wikibase.updates.LabeledStatementEntityEdit
-
Packages that use LabeledStatementEntityEdit Package Description org.openrefine.wikibase.qa.scrutinizers org.openrefine.wikibase.updates -
-
Uses of LabeledStatementEntityEdit in org.openrefine.wikibase.qa.scrutinizers
Methods in org.openrefine.wikibase.qa.scrutinizers with parameters of type LabeledStatementEntityEdit Modifier and Type Method Description protected void
EnglishDescriptionScrutinizer. checkArticle(LabeledStatementEntityEdit update, String descText)
protected void
CommonDescriptionScrutinizer. checkLabel(LabeledStatementEntityEdit update, String descText, String lang)
protected void
CommonDescriptionScrutinizer. checkLength(LabeledStatementEntityEdit update, String descText, String lang)
protected void
EnglishDescriptionScrutinizer. checkPunctuationSign(LabeledStatementEntityEdit update, String descText)
protected void
EnglishDescriptionScrutinizer. checkUppercase(LabeledStatementEntityEdit update, String descText)
void
CommonDescriptionScrutinizer. scrutinize(LabeledStatementEntityEdit update, String descText, String lang)
abstract void
DescriptionScrutinizer. scrutinize(LabeledStatementEntityEdit update, String descText, String lang)
void
EnglishDescriptionScrutinizer. scrutinize(LabeledStatementEntityEdit update, String descText, String lang)
-
Uses of LabeledStatementEntityEdit in org.openrefine.wikibase.updates
Subclasses of LabeledStatementEntityEdit in org.openrefine.wikibase.updates Modifier and Type Class Description class
ItemEdit
Represents a candidate edit on an existing item or the creation of a new one.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).
-