| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,PropertyDescriptorDTO> |
ProcessorConfigDTO.descriptors |
private Map<String,PropertyDescriptorDTO> |
ReportingTaskDTO.descriptors |
private Map<String,PropertyDescriptorDTO> |
ControllerServiceDTO.descriptors |
private Map<String,PropertyDescriptorDTO> |
ParameterProviderDTO.descriptors |
private Map<String,PropertyDescriptorDTO> |
ControllerServiceReferencingComponentDTO.descriptors |
private Map<String,PropertyDescriptorDTO> |
FlowRegistryClientDTO.descriptors |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyDescriptorDTO> |
ProcessorConfigDTO.getDescriptors() |
Map<String,PropertyDescriptorDTO> |
ReportingTaskDTO.getDescriptors() |
Map<String,PropertyDescriptorDTO> |
ControllerServiceDTO.getDescriptors() |
Map<String,PropertyDescriptorDTO> |
ParameterProviderDTO.getDescriptors() |
Map<String,PropertyDescriptorDTO> |
ControllerServiceReferencingComponentDTO.getDescriptors() |
Map<String,PropertyDescriptorDTO> |
FlowRegistryClientDTO.getDescriptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessorConfigDTO.setDescriptors(Map<String,PropertyDescriptorDTO> descriptors) |
void |
ReportingTaskDTO.setDescriptors(Map<String,PropertyDescriptorDTO> descriptors) |
void |
ControllerServiceDTO.setDescriptors(Map<String,PropertyDescriptorDTO> descriptors) |
void |
ParameterProviderDTO.setDescriptors(Map<String,PropertyDescriptorDTO> descriptors) |
void |
ControllerServiceReferencingComponentDTO.setDescriptors(Map<String,PropertyDescriptorDTO> descriptors) |
void |
FlowRegistryClientDTO.setDescriptors(Map<String,PropertyDescriptorDTO> descriptors) |
| Modifier and Type | Field and Description |
|---|---|
private PropertyDescriptorDTO |
PropertyDescriptorEntity.propertyDescriptor |
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptorDTO |
PropertyDescriptorEntity.getPropertyDescriptor()
The PropertyDescriptorDTO that is being serialized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyDescriptorEntity.setPropertyDescriptor(PropertyDescriptorDTO propertyDescriptor) |
Copyright © 2023 Apache NiFi Project. All rights reserved.