mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 10:08:42 +00:00
NIFI-11286 Added getter for ExtensionComponent.restricted
This closes #7048 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
f87e7f5478
commit
aeb89a6d6b
@ -121,6 +121,10 @@ public class ExtensionComponent extends DefinedType {
|
||||
return restricted;
|
||||
}
|
||||
|
||||
public Boolean getRestricted() {
|
||||
return restricted;
|
||||
}
|
||||
|
||||
public void setRestricted(Boolean restricted) {
|
||||
this.restricted = restricted;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user