| Package | Description |
|---|---|
| org.apache.nifi.reporting |
| Modifier and Type | Field and Description |
|---|---|
private ComponentType |
BulletinQuery.sourceType |
private ComponentType |
BulletinQuery.Builder.sourceType |
private ComponentType |
Bulletin.sourceType |
| Modifier and Type | Method and Description |
|---|---|
ComponentType |
BulletinQuery.getSourceType() |
ComponentType |
Bulletin.getSourceType() |
static ComponentType |
ComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentType[] |
ComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bulletin.setSourceType(ComponentType sourceType) |
BulletinQuery.Builder |
BulletinQuery.Builder.sourceType(ComponentType sourceType) |
Copyright © 2016 Apache NiFi Project. All rights reserved.