| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private ParameterContextDTO |
ParameterContextUpdateRequestDTO.parameterContext |
private ParameterContextDTO |
ParameterContextValidationRequestDTO.parameterContext |
| Modifier and Type | Method and Description |
|---|---|
ParameterContextDTO |
ParameterContextUpdateRequestDTO.getParameterContext() |
ParameterContextDTO |
ParameterContextValidationRequestDTO.getParameterContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterContextUpdateRequestDTO.setParameterContext(ParameterContextDTO parameterContext) |
void |
ParameterContextValidationRequestDTO.setParameterContext(ParameterContextDTO parameterContext) |
| Modifier and Type | Field and Description |
|---|---|
private ParameterContextDTO |
ParameterContextUpdateEntity.parameterContext |
private ParameterContextDTO |
ParameterContextEntity.parameterContextDTO |
| Modifier and Type | Method and Description |
|---|---|
ParameterContextDTO |
ParameterContextEntity.getComponent() |
ParameterContextDTO |
ParameterContextUpdateEntity.getParameterContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterContextEntity.setComponent(ParameterContextDTO parameterContext) |
void |
ParameterContextUpdateEntity.setParameterContext(ParameterContextDTO parameterContext) |
Copyright © 2023 Apache NiFi Project. All rights reserved.