| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto.flow | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Set<PortEntity> |
FlowDTO.inputPorts |
private Set<PortEntity> |
FlowDTO.outputPorts |
| Modifier and Type | Method and Description |
|---|---|
Set<PortEntity> |
FlowDTO.getInputPorts() |
Set<PortEntity> |
FlowDTO.getOutputPorts() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowDTO.setInputPorts(Set<PortEntity> inputPorts) |
void |
FlowDTO.setOutputPorts(Set<PortEntity> outputPorts) |
| Modifier and Type | Field and Description |
|---|---|
private Set<PortEntity> |
InputPortsEntity.inputPorts |
private Set<PortEntity> |
OutputPortsEntity.outputPorts |
| Modifier and Type | Method and Description |
|---|---|
Set<PortEntity> |
InputPortsEntity.getInputPorts() |
Set<PortEntity> |
OutputPortsEntity.getOutputPorts() |
| Modifier and Type | Method and Description |
|---|---|
void |
InputPortsEntity.setInputPorts(Set<PortEntity> inputPorts) |
void |
OutputPortsEntity.setOutputPorts(Set<PortEntity> outputPorts) |
Copyright © 2023 Apache NiFi Project. All rights reserved.