Uses of Enum Class
org.apache.nifi.reporting.Severity
Packages that use Severity
-
Uses of Severity in org.apache.nifi.reporting
Methods in org.apache.nifi.reporting that return SeverityModifier and TypeMethodDescriptionstatic SeverityReturns the enum constant of this class with the specified name.static Severity[]Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.reporting with parameters of type SeverityModifier and TypeMethodDescriptionReportingContext.createBulletin(String componentId, String category, Severity severity, String message) Creates aBulletinfor the component with the specified identifier.ReportingContext.createBulletin(String category, Severity severity, String message) Creates a controller-levelBulletinwith the given category, severity level, and message, so that the Bulletin can be added to theBulletinRepository.