Uses of Class
org.apache.nifi.reporting.Bulletin
Packages that use Bulletin
-
Uses of Bulletin in org.apache.nifi.reporting
Methods in org.apache.nifi.reporting that return BulletinModifier and TypeMethodDescriptionReportingContext.createBulletin
(String componentId, String category, Severity severity, String message) Creates aBulletin
for the component with the specified identifier.ReportingContext.createBulletin
(String category, Severity severity, String message) Creates a controller-levelBulletin
with the given category, severity level, and message, so that the Bulletin can be added to theBulletinRepository
.Methods in org.apache.nifi.reporting that return types with arguments of type BulletinModifier and TypeMethodDescriptionBulletinRepository.findBulletins
(BulletinQuery bulletinQuery) Finds Bulletin's that meet the specified query.BulletinRepository.findBulletinsForController()
BulletinRepository.findBulletinsForController
(int max) Finds all bulletins for the controller;BulletinRepository.findBulletinsForGroupBySource
(String groupId) Finds all bulletins for the specified group.BulletinRepository.findBulletinsForGroupBySource
(String groupId, int maxPerComponent) Finds all bulletins for the specified group.BulletinRepository.findBulletinsForSource
(String sourceId) Finds all bulletins for the specified source component.BulletinRepository.findBulletinsForSource
(String sourceId, String groupId) Finds all bulletins for the specified source component that resides in the given group.Methods in org.apache.nifi.reporting with parameters of type BulletinModifier and TypeMethodDescriptionvoid
BulletinRepository.addBulletin
(Bulletin bulletin) Adds a Bulletin to the repository.int