| Package | Description |
|---|---|
| org.apache.nifi.web |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NiFiWebConfigurationRequestContext
Contextual details required to make a configuration request from a UI
extension.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentDetails |
NiFiWebConfigurationContext.getComponentDetails(NiFiWebRequestContext requestContext)
Gets the details for the underlying component (including configuration,
validation errors, and annotation data).
|
void |
NiFiWebConfigurationContext.saveActions(NiFiWebRequestContext requestContext,
Collection<ConfigurationAction> actions)
Provides a mechanism for custom UIs to save actions to appear in NiFi
configuration history.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.