| 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 ParameterContextReferenceEntity |
ProcessGroupDTO.parameterContext |
private ParameterContextReferenceEntity |
ParameterDTO.parameterContext |
| Modifier and Type | Field and Description |
|---|---|
private List<ParameterContextReferenceEntity> |
ParameterContextDTO.inheritedParameterContexts |
| Modifier and Type | Method and Description |
|---|---|
ParameterContextReferenceEntity |
ProcessGroupDTO.getParameterContext() |
ParameterContextReferenceEntity |
ParameterDTO.getParameterContext() |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterContextReferenceEntity> |
ParameterContextDTO.getInheritedParameterContexts() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessGroupDTO.setParameterContext(ParameterContextReferenceEntity parameterContext) |
void |
ParameterDTO.setParameterContext(ParameterContextReferenceEntity parameterContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterContextDTO.setInheritedParameterContexts(List<ParameterContextReferenceEntity> inheritedParameterContexts) |
| Modifier and Type | Field and Description |
|---|---|
private ParameterContextReferenceEntity |
ProcessGroupFlowDTO.parameterContext |
| Modifier and Type | Method and Description |
|---|---|
ParameterContextReferenceEntity |
ProcessGroupFlowDTO.getParameterContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessGroupFlowDTO.setParameterContext(ParameterContextReferenceEntity parameterContext) |
| Modifier and Type | Field and Description |
|---|---|
private ParameterContextReferenceEntity |
ProcessGroupEntity.parameterContext |
| Modifier and Type | Method and Description |
|---|---|
ParameterContextReferenceEntity |
ProcessGroupEntity.getParameterContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessGroupEntity.setParameterContext(ParameterContextReferenceEntity parameterContext) |
Copyright © 2023 Apache NiFi Project. All rights reserved.