| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private FlowSnippetDTO |
ProcessGroupDTO.contents |
private FlowSnippetDTO |
TemplateDTO.snippet |
| Modifier and Type | Method and Description |
|---|---|
FlowSnippetDTO |
ProcessGroupDTO.getContents() |
FlowSnippetDTO |
TemplateDTO.getSnippet() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessGroupDTO.setContents(FlowSnippetDTO contents) |
void |
TemplateDTO.setSnippet(FlowSnippetDTO snippet) |
| Modifier and Type | Field and Description |
|---|---|
private FlowSnippetDTO |
FlowSnippetEntity.contents |
private FlowSnippetDTO |
InstantiateTemplateRequestEntity.snippet |
| Modifier and Type | Method and Description |
|---|---|
FlowSnippetDTO |
FlowSnippetEntity.getContents()
The SnippetDTO that is being serialized.
|
FlowSnippetDTO |
InstantiateTemplateRequestEntity.getSnippet() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowSnippetEntity.setContents(FlowSnippetDTO contents) |
void |
InstantiateTemplateRequestEntity.setSnippet(FlowSnippetDTO snippet) |
Copyright © 2023 Apache NiFi Project. All rights reserved.