| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto.flow | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Set<ProcessorEntity> |
FlowDTO.processors |
| Modifier and Type | Method and Description |
|---|---|
Set<ProcessorEntity> |
FlowDTO.getProcessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowDTO.setProcessors(Set<ProcessorEntity> processors) |
| Modifier and Type | Field and Description |
|---|---|
private Set<ProcessorEntity> |
ProcessorsEntity.processors |
| Modifier and Type | Method and Description |
|---|---|
Set<ProcessorEntity> |
ProcessorsEntity.getProcessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessorsEntity.setProcessors(Set<ProcessorEntity> processors) |
Copyright © 2023 Apache NiFi Project. All rights reserved.