| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto |
| Modifier and Type | Field and Description |
|---|---|
private ConnectableDTO |
ConnectionDTO.destination |
private ConnectableDTO |
ConnectionDTO.source |
| Modifier and Type | Method and Description |
|---|---|
ConnectableDTO |
ConnectionDTO.getDestination()
The destination of this connection.
|
ConnectableDTO |
ConnectionDTO.getSource()
The source of this connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionDTO.setDestination(ConnectableDTO destination) |
void |
ConnectionDTO.setSource(ConnectableDTO source) |
Copyright © 2023 Apache NiFi Project. All rights reserved.