| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto | |
| org.apache.nifi.web.api.dto.flow | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Set<ProcessGroupEntity> |
ParameterContextDTO.boundProcessGroups |
| Modifier and Type | Method and Description |
|---|---|
Set<ProcessGroupEntity> |
ParameterContextDTO.getBoundProcessGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterContextDTO.setBoundProcessGroups(Set<ProcessGroupEntity> boundProcessGroups) |
| Modifier and Type | Field and Description |
|---|---|
private Set<ProcessGroupEntity> |
FlowDTO.processGroups |
| Modifier and Type | Method and Description |
|---|---|
Set<ProcessGroupEntity> |
FlowDTO.getProcessGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowDTO.setProcessGroups(Set<ProcessGroupEntity> processGroups) |
| Modifier and Type | Field and Description |
|---|---|
private Set<ProcessGroupEntity> |
ProcessGroupsEntity.processGroups |
| Modifier and Type | Method and Description |
|---|---|
Set<ProcessGroupEntity> |
ProcessGroupsEntity.getProcessGroups()
The ProcessGroupEntity that is being serialized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessGroupsEntity.setProcessGroups(Set<ProcessGroupEntity> processGroups) |
Copyright © 2023 Apache NiFi Project. All rights reserved.