Uses of Enum
org.openrefine.wikidata.qa.QAWarning.Severity
Packages that use QAWarning.Severity
Package
Description
-
Uses of QAWarning.Severity in org.openrefine.wikidata.commands
Fields in org.openrefine.wikidata.commands declared as QAWarning.SeverityMethods in org.openrefine.wikidata.commands that return QAWarning.SeverityConstructors in org.openrefine.wikidata.commands with parameters of type QAWarning.SeverityModifierConstructorDescriptionprotectedPreviewResults(List<QAWarning> warnings, QAWarning.Severity maxSeverity, int nbWarnings, int editCount, List<EntityEdit> firstEdits) -
Uses of QAWarning.Severity in org.openrefine.wikidata.qa
Methods in org.openrefine.wikidata.qa that return QAWarning.SeverityModifier and TypeMethodDescriptionQAWarningStore.getMaxSeverity()Returns the maximum severity of the stored warnings (INFO if empty)QAWarning.getSeverity()static QAWarning.SeverityReturns 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.wikidata.qa with parameters of type QAWarning.SeverityModifierConstructorDescriptionQAWarning(String type, String bucketId, QAWarning.Severity severity, int count) -
Uses of QAWarning.Severity in org.openrefine.wikidata.qa.scrutinizers
Methods in org.openrefine.wikidata.qa.scrutinizers with parameters of type QAWarning.SeverityModifier and TypeMethodDescriptionprotected voidEditScrutinizer.addIssue(String type, String aggregationId, QAWarning.Severity severity, int count)