public interface ConfigurableComponentDefinition
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyDescriptor> |
getPropertyDescriptors() |
boolean |
getSupportsDynamicProperties() |
void |
setPropertyDescriptors(LinkedHashMap<String,PropertyDescriptor> propertyDescriptors) |
void |
setSupportsDynamicProperties(boolean supportsDynamicProperties) |
Map<String,PropertyDescriptor> getPropertyDescriptors()
void setPropertyDescriptors(LinkedHashMap<String,PropertyDescriptor> propertyDescriptors)
boolean getSupportsDynamicProperties()
void setSupportsDynamicProperties(boolean supportsDynamicProperties)
Copyright © 2022 Apache NiFi Project. All rights reserved.