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