| Package | Description |
|---|---|
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Set<DocumentedTypeDTO> |
ControllerServiceTypesEntity.controllerServiceTypes |
private Set<DocumentedTypeDTO> |
FlowRegistryClientTypesEntity.flowRegistryClientTypes |
private Set<DocumentedTypeDTO> |
ParameterProviderTypesEntity.parameterProviderTypes |
private Set<DocumentedTypeDTO> |
PrioritizerTypesEntity.prioritizerTypes |
private Set<DocumentedTypeDTO> |
ProcessorTypesEntity.processorTypes |
private Set<DocumentedTypeDTO> |
ReportingTaskTypesEntity.reportingTaskTypes |
| Modifier and Type | Method and Description |
|---|---|
Set<DocumentedTypeDTO> |
ControllerServiceTypesEntity.getControllerServiceTypes() |
Set<DocumentedTypeDTO> |
FlowRegistryClientTypesEntity.getFlowRegistryClientTypes() |
Set<DocumentedTypeDTO> |
ParameterProviderTypesEntity.getParameterProviderTypes() |
Set<DocumentedTypeDTO> |
PrioritizerTypesEntity.getPrioritizerTypes() |
Set<DocumentedTypeDTO> |
ProcessorTypesEntity.getProcessorTypes() |
Set<DocumentedTypeDTO> |
ReportingTaskTypesEntity.getReportingTaskTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ControllerServiceTypesEntity.setControllerServiceTypes(Set<DocumentedTypeDTO> controllerServiceTypes) |
void |
FlowRegistryClientTypesEntity.setFlowRegistryClientTypes(Set<DocumentedTypeDTO> flowRegistryClientTypes) |
void |
ParameterProviderTypesEntity.setParameterProviderTypes(Set<DocumentedTypeDTO> parameterProviderTypes) |
void |
PrioritizerTypesEntity.setPrioritizerTypes(Set<DocumentedTypeDTO> prioritizerTypes) |
void |
ProcessorTypesEntity.setProcessorTypes(Set<DocumentedTypeDTO> processorTypes) |
void |
ReportingTaskTypesEntity.setReportingTaskTypes(Set<DocumentedTypeDTO> reportingTaskTypes) |
Copyright © 2023 Apache NiFi Project. All rights reserved.