| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Set<RemoteProcessGroupDTO> |
FlowSnippetDTO.remoteProcessGroups |
| Modifier and Type | Method and Description |
|---|---|
Set<RemoteProcessGroupDTO> |
FlowSnippetDTO.getRemoteProcessGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowSnippetDTO.setRemoteProcessGroups(Set<RemoteProcessGroupDTO> remoteProcessGroups) |
| Constructor and Description |
|---|
RemoteProcessGroupDTO(RemoteProcessGroupDTO toCopy) |
| Modifier and Type | Field and Description |
|---|---|
private RemoteProcessGroupDTO |
RemoteProcessGroupEntity.component |
| Modifier and Type | Method and Description |
|---|---|
RemoteProcessGroupDTO |
RemoteProcessGroupEntity.getComponent()
The RemoteProcessGroupDTO that is being serialized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteProcessGroupEntity.setComponent(RemoteProcessGroupDTO component) |
Copyright © 2023 Apache NiFi Project. All rights reserved.