| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Set<ProcessGroupDTO> |
FlowSnippetDTO.processGroups |
| Modifier and Type | Method and Description |
|---|---|
Set<ProcessGroupDTO> |
FlowSnippetDTO.getProcessGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowSnippetDTO.setProcessGroups(Set<ProcessGroupDTO> processGroups) |
| Modifier and Type | Field and Description |
|---|---|
private ProcessGroupDTO |
ProcessGroupEntity.component |
| Modifier and Type | Method and Description |
|---|---|
ProcessGroupDTO |
ProcessGroupEntity.getComponent()
The ProcessGroupDTO that is being serialized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessGroupEntity.setComponent(ProcessGroupDTO component) |
Copyright © 2023 Apache NiFi Project. All rights reserved.