Package | Description |
---|---|
org.apache.nifi.web |
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).
|
ProcessorInfo |
NiFiWebContext.getProcessor(NiFiWebContextConfig config)
Deprecated.
Gets the Processor configuration.
|
ComponentDetails |
NiFiWebConfigurationContext.setAnnotationData(NiFiWebConfigurationRequestContext configurationContext,
String annotationData)
Sets the annotation data for the underlying component.
|
void |
NiFiWebContext.setProcessorAnnotationData(NiFiWebContextConfig config,
String annotationData)
Deprecated.
Sets the Processor annotation data.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.