| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto.flow | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private FlowDTO |
ProcessGroupFlowDTO.flow |
| Modifier and Type | Method and Description |
|---|---|
FlowDTO |
ProcessGroupFlowDTO.getFlow() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessGroupFlowDTO.setFlow(FlowDTO flow) |
| Modifier and Type | Field and Description |
|---|---|
private FlowDTO |
FlowEntity.flow |
| Modifier and Type | Method and Description |
|---|---|
FlowDTO |
FlowEntity.getFlow()
The FlowDTO that is being serialized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowEntity.setFlow(FlowDTO flow) |
Copyright © 2023 Apache NiFi Project. All rights reserved.