| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private PositionDTO |
ComponentDTO.position |
| Modifier and Type | Field and Description |
|---|---|
private List<PositionDTO> |
ConnectionDTO.bends |
| Modifier and Type | Method and Description |
|---|---|
PositionDTO |
ComponentDTO.getPosition()
The position of this component in the UI if applicable, null otherwise.
|
| Modifier and Type | Method and Description |
|---|---|
List<PositionDTO> |
ConnectionDTO.getBends() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentDTO.setPosition(PositionDTO position) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionDTO.setBends(List<PositionDTO> bends) |
| Modifier and Type | Field and Description |
|---|---|
private PositionDTO |
ComponentEntity.position |
private PositionDTO |
ProcessGroupUploadEntity.positionDTO |
| Modifier and Type | Field and Description |
|---|---|
private List<PositionDTO> |
ConnectionEntity.bends |
| Modifier and Type | Method and Description |
|---|---|
PositionDTO |
ComponentEntity.getPosition()
The position of this component in the UI if applicable, null otherwise.
|
PositionDTO |
ProcessGroupUploadEntity.getPositionDTO() |
| Modifier and Type | Method and Description |
|---|---|
List<PositionDTO> |
ConnectionEntity.getBends() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentEntity.setPosition(PositionDTO position) |
void |
ProcessGroupUploadEntity.setPositionDTO(PositionDTO positionDTO) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionEntity.setBends(List<PositionDTO> bends) |
Copyright © 2023 Apache NiFi Project. All rights reserved.