Adam Debreceni created MINIFICPP-1395:
-----------------------------------------
Summary: Refactor Identifier usage
Key: MINIFICPP-1395
URL: https://issues.apache.org/jira/browse/MINIFICPP-1395
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Adam Debreceni
There are a number of places using `set*`, `get*`, `find*` methods with
`std::string` parameter, where they expect an `Identifier`, and are called with
`getUUIDStr()`. This is presumable due to the `bool getUUID(Identifier&)`
method, preventing us from cleanly accessing the uuid.
# Replace `bool getUUID(Identifier&)` with `Identifier getUUID()`
# Wherever we pass a stringified UUID, we should investigate if passing the
Identifier directly is viable.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)