Uses of Class
org.openrefine.wikibase.qa.QAWarning
-
-
Uses of QAWarning in org.openrefine.wikibase.commands
Fields in org.openrefine.wikibase.commands with type parameters of type QAWarning Modifier and Type Field Description protected List<QAWarning>PreviewResults. warningsMethods in org.openrefine.wikibase.commands that return types with arguments of type QAWarning Modifier and Type Method Description List<QAWarning>PreviewResults. getWarnings()Constructor parameters in org.openrefine.wikibase.commands with type arguments of type QAWarning Constructor Description PreviewResults(List<QAWarning> warnings, QAWarning.Severity maxSeverity, int nbWarnings, int editCount, List<EntityEdit> firstEdits) -
Uses of QAWarning in org.openrefine.wikibase.qa
Methods in org.openrefine.wikibase.qa that return QAWarning Modifier and Type Method Description QAWarningQAWarning. aggregate(QAWarning other)Aggregates another QA warning of the same aggregation id.Methods in org.openrefine.wikibase.qa that return types with arguments of type QAWarning Modifier and Type Method Description List<QAWarning>QAWarningStore. getWarnings()Returns the list of aggregated warnings, ordered by decreasing severityMethods in org.openrefine.wikibase.qa with parameters of type QAWarning Modifier and Type Method Description voidQAWarningStore. addWarning(QAWarning warning)Stores a warning, aggregating it with any existingQAWarningQAWarning. aggregate(QAWarning other)Aggregates another QA warning of the same aggregation id.intQAWarning. compareTo(QAWarning other)Warnings are sorted by decreasing severity. -
Uses of QAWarning in org.openrefine.wikibase.qa.scrutinizers
Methods in org.openrefine.wikibase.qa.scrutinizers with parameters of type QAWarning Modifier and Type Method Description protected voidEditScrutinizer. addIssue(QAWarning warning)Emits an issue that will be reported to the user, after merging with other issues of the same kind. -
Uses of QAWarning in org.openrefine.wikibase.schema
Methods in org.openrefine.wikibase.schema with parameters of type QAWarning Modifier and Type Method Description voidExpressionContext. addWarning(QAWarning warning) -
Uses of QAWarning in org.openrefine.wikibase.schema.exceptions
Methods in org.openrefine.wikibase.schema.exceptions that return QAWarning Modifier and Type Method Description QAWarningQAWarningException. getWarning()Constructors in org.openrefine.wikibase.schema.exceptions with parameters of type QAWarning Constructor Description QAWarningException(QAWarning warning)
-