MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / getProperty

Method getProperty

extensions/script/ScriptProcessContext.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34std::string ScriptProcessContext::getProperty(const std::string &name) {
35 std::string value;
36 context_->getProperty(name, value);
37 return value;
38}
39
40void ScriptProcessContext::releaseProcessContext() {
41 context_.reset();

Callers 15

initOutputFormatMethod · 0.45
processOnScheduleMethod · 0.45
processOnScheduleMethod · 0.45
processOnScheduleMethod · 0.45
onScheduleMethod · 0.45
onScheduleMethod · 0.45
onScheduleMethod · 0.45
queryRootProcessGroupMethod · 0.45
queryRootProcessGroupMethod · 0.45
queryRootProcessGroupMethod · 0.45
mainFunction · 0.45
onScheduleMethod · 0.45

Calls

no outgoing calls

Tested by 5

queryRootProcessGroupMethod · 0.36
queryRootProcessGroupMethod · 0.36
queryRootProcessGroupMethod · 0.36
mainFunction · 0.36
queryRootProcessGroupMethod · 0.36