Interface | Description |
---|---|
ConfigurationRequest<T> |
Represents a request to configure.
|
ConfigurationResult<T> |
Represents a request to configure.
|
ContentAccess |
Provides access to content within NiFi.
|
ContentRequestContext |
A request for content.
|
NiFiServiceFacade |
Defines the NiFiServiceFacade interface.
|
NiFiWebConfigurationContext |
NiFi web context providing limited access to dataflow configuration for
component custom UIs.
|
NiFiWebConfigurationRequestContext |
Contextual details required to make a configuration request from a UI
extension.
|
NiFiWebRequestContext |
Contextual details required to make a request from a UI extension.
|
UpdateRevision |
Represents an action that will result in an updated revision.
|
ViewableContent |
Interface for obtaining content from the NiFi content repository.
|
Class | Description |
---|---|
ComponentDescriptor | |
ComponentDescriptor.Builder | |
ComponentDetails |
Details about a given component.
|
ComponentDetails.Builder | |
ConfigurationAction |
An action that represents the configuration of a component.
|
ConfigurationAction.Builder | |
ConfigurationSnapshot<T> |
Response object that captures the context of a given configuration.
|
ContentViewerController |
Controller servlet for viewing content.
|
DownloadableContent |
Represents content that can be downloaded.
|
FlowModification |
Records a flow modification.
|
HttpServletConfigurationRequestContext |
An implementation of the ConfigurationRequestContext that retrieves configuration
from a HttpServletRequest instance.
|
HttpServletRequestContext |
An implementation of the ConfigurationRequestContext that retrieves configuration
from a HttpServletRequest instance.
|
ImageViewerController | |
NiFiServiceFacadeLock |
Aspect to limit access into the core.
|
NiFiWebApiConfiguration | |
NiFiWebApiSecurityConfiguration |
NiFi Web Api Spring security
|
Revision |
A model object representing a revision.
|
StandardConfigurationResult<T> | |
StandardContentViewerController | |
StandardNiFiContentAccess | |
StandardNiFiServiceFacade |
Implementation of NiFiServiceFacade that performs revision checking.
|
StandardNiFiServiceFacadeTest | |
StandardNiFiWebConfigurationContext |
Implements the NiFiWebConfigurationContext interface to support a context in both standalone and clustered environments.
|
TestRevision |
Enum | Description |
---|---|
UiExtensionType |
Types of UI extensions.
|
ViewableContent.DisplayMode |
Exception | Description |
---|---|
ClusterRequestException |
An general error occurred when attempting to communicate with the cluster.
|
IllegalClusterResourceRequestException |
Exception indicating a clustering-related request was issued to a node when it should have been issued to the cluster manager.
|
InvalidRevisionException |
Exception indicating that the client has included an old revision in their
request.
|
NiFiCoreException |
Exception indicating an error occurred in the NiFi Core.
|
ResourceNotFoundException |
Exception indicating that the desired resource was not found.
|