| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto.flow | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private FlowBreadcrumbEntity |
ProcessGroupFlowDTO.breadcrumb |
| Modifier and Type | Method and Description |
|---|---|
FlowBreadcrumbEntity |
ProcessGroupFlowDTO.getBreadcrumb()
The breadcrumb for this ProcessGroup flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessGroupFlowDTO.setBreadcrumb(FlowBreadcrumbEntity breadcrumb) |
| Modifier and Type | Field and Description |
|---|---|
private FlowBreadcrumbEntity |
FlowBreadcrumbEntity.parentBreadcrumb |
| Modifier and Type | Method and Description |
|---|---|
FlowBreadcrumbEntity |
FlowBreadcrumbEntity.getParentBreadcrumb()
The parent breadcrumb for this breadcrumb.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowBreadcrumbEntity.setParentBreadcrumb(FlowBreadcrumbEntity parentBreadcrumb) |
Copyright © 2023 Apache NiFi Project. All rights reserved.