| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto | |
| org.apache.nifi.web.api.dto.diagnostics | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Set<ProcessorDTO> |
FlowSnippetDTO.processors |
| Modifier and Type | Method and Description |
|---|---|
Set<ProcessorDTO> |
FlowSnippetDTO.getProcessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowSnippetDTO.setProcessors(Set<ProcessorDTO> processors) |
| Modifier and Type | Field and Description |
|---|---|
private ProcessorDTO |
ProcessorDiagnosticsDTO.processor |
| Modifier and Type | Method and Description |
|---|---|
ProcessorDTO |
ProcessorDiagnosticsDTO.getProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessorDiagnosticsDTO.setProcessor(ProcessorDTO processor) |
| Modifier and Type | Field and Description |
|---|---|
private ProcessorDTO |
ProcessorEntity.component |
| Modifier and Type | Method and Description |
|---|---|
ProcessorDTO |
ProcessorEntity.getComponent()
The ProcessorDTO that is being serialized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessorEntity.setComponent(ProcessorDTO component) |
Copyright © 2023 Apache NiFi Project. All rights reserved.