| Package | Description |
|---|---|
| org.apache.nifi.reporting |
| Modifier and Type | Method and Description |
|---|---|
Bulletin |
ReportingContext.createBulletin(String category,
Severity severity,
String message)
Creates a system-level
Bulletin with the given category, severity
level, and message, so that the Bulletin can be added to the
BulletinRepository. |
Bulletin |
ReportingContext.createBulletin(String componentId,
String category,
Severity severity,
String message)
Creates a
Bulletin for the component with the specified
identifier |
| Modifier and Type | Method and Description |
|---|---|
List<Bulletin> |
BulletinRepository.findBulletins(BulletinQuery bulletinQuery)
Finds Bulletin's that meet the specified query.
|
List<Bulletin> |
BulletinRepository.findBulletinsForController() |
List<Bulletin> |
BulletinRepository.findBulletinsForController(int max)
Finds all bulletins for the controller;
|
List<Bulletin> |
BulletinRepository.findBulletinsForGroupBySource(String groupId)
Finds all bulletins for the specified group.
|
List<Bulletin> |
BulletinRepository.findBulletinsForGroupBySource(String groupId,
int maxPerComponent)
Finds all bulletins for the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulletinRepository.addBulletin(Bulletin bulletin)
Adds a Bulletin to the repository.
|
int |
Bulletin.compareTo(Bulletin b) |
Copyright © 2016 Apache NiFi Project. All rights reserved.