| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto.flow | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Set<ConnectionEntity> |
FlowDTO.connections |
| Modifier and Type | Method and Description |
|---|---|
Set<ConnectionEntity> |
FlowDTO.getConnections() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowDTO.setConnections(Set<ConnectionEntity> connections) |
| Modifier and Type | Field and Description |
|---|---|
private Set<ConnectionEntity> |
ConnectionsEntity.connections |
| Modifier and Type | Method and Description |
|---|---|
Set<ConnectionEntity> |
ConnectionsEntity.getConnections() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionsEntity.setConnections(Set<ConnectionEntity> connections) |
Copyright © 2023 Apache NiFi Project. All rights reserved.