Joseph Gresock created NIFI-9003:
------------------------------------
Summary: Framework implementation of ParameterProvider
Key: NIFI-9003
URL: https://issues.apache.org/jira/browse/NIFI-9003
Project: Apache NiFi
Issue Type: Sub-task
Reporter: Joseph Gresock
Assignee: Joseph Gresock
This should be the core implementation, including:
* ParameterProvider interface in the core framework API
* Addition of sensitive/non-sensitive ParameterProviders to ParameterContext
interface
* Implementation of StandardParameterProvider in core framework
* Update to StandardParameterContext for above interface changes
* Serialization of ParameterProviders in flow.xml.gz and flow definition JSON
* Fetch Parameters operation and REST endpoint
With a test implementation of a ParameterProvider, this should be enough to
exercise the new framework without UI or CLI changes, since a ParameterProvider
could be entered manually in a flow definition and have its values fetched
using the REST API.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)