GitHub user rpmiskin opened a pull request:
https://github.com/apache/nifi/pull/251
NIFI-1573 Allow programmatic access to a Processor's name
I've added a `getName()` method to `ProcessContext` which means that a
`Processor` can access the name that was configured in the UI.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rpmiskin/nifi NIFI-1573
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/251.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #251
----
commit 738236a41dc9f0f5f2c50dc425aa12948275aad6
Author: Richard Miskin <[email protected]>
Date: 2016-02-27T15:18:22Z
NIFI-1573 Allow programmatic access to a Processor's name
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---