| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto.status | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private ProcessGroupStatusDTO |
NodeStatusDTO.controllerStatus |
| Modifier and Type | Method and Description |
|---|---|
ProcessGroupStatusDTO |
NodeStatusDTO.getControllerStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeStatusDTO.setControllerStatus(ProcessGroupStatusDTO controllerStatus) |
| Modifier and Type | Field and Description |
|---|---|
private ProcessGroupStatusDTO |
ProcessGroupStatusEntity.processGroupStatus |
private ProcessGroupStatusDTO |
ProcessGroupEntity.status |
| Modifier and Type | Method and Description |
|---|---|
ProcessGroupStatusDTO |
ProcessGroupStatusEntity.getProcessGroupStatus()
The ProcessGroupStatusDTO that is being serialized.
|
ProcessGroupStatusDTO |
ProcessGroupEntity.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessGroupStatusEntity.setProcessGroupStatus(ProcessGroupStatusDTO processGroupStatus) |
void |
ProcessGroupEntity.setStatus(ProcessGroupStatusDTO status) |
Copyright © 2023 Apache NiFi Project. All rights reserved.