Uses of Class
org.openrefine.wikibase.qa.QAWarning.Severity
-
Packages that use QAWarning.Severity Package Description org.openrefine.wikibase.commands org.openrefine.wikibase.qa org.openrefine.wikibase.qa.scrutinizers -
-
Uses of QAWarning.Severity in org.openrefine.wikibase.commands
Fields in org.openrefine.wikibase.commands declared as QAWarning.Severity Modifier and Type Field Description protected QAWarning.Severity
PreviewResults. maxSeverity
Methods in org.openrefine.wikibase.commands that return QAWarning.Severity Modifier and Type Method Description QAWarning.Severity
PreviewResults. getMaxSeverity()
Constructors in org.openrefine.wikibase.commands with parameters of type QAWarning.Severity Constructor Description PreviewResults(List<QAWarning> warnings, QAWarning.Severity maxSeverity, int nbWarnings, int editCount, List<EntityEdit> firstEdits)
-
Uses of QAWarning.Severity in org.openrefine.wikibase.qa
Methods in org.openrefine.wikibase.qa that return QAWarning.Severity Modifier and Type Method Description QAWarning.Severity
QAWarningStore. getMaxSeverity()
Returns the maximum severity of the stored warnings (INFO if empty)QAWarning.Severity
QAWarning. getSeverity()
static QAWarning.Severity
QAWarning.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAWarning.Severity[]
QAWarning.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openrefine.wikibase.qa with parameters of type QAWarning.Severity Constructor Description QAWarning(String type, String bucketId, QAWarning.Severity severity, int count)
-
Uses of QAWarning.Severity in org.openrefine.wikibase.qa.scrutinizers
Methods in org.openrefine.wikibase.qa.scrutinizers with parameters of type QAWarning.Severity Modifier and Type Method Description protected void
EditScrutinizer. addIssue(String type, String aggregationId, QAWarning.Severity severity, int count, boolean facetable)
-