| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Set<AffectedComponentEntity> |
VariableDTO.affectedComponents |
private Set<AffectedComponentEntity> |
ParameterProviderDTO.affectedComponents |
private Set<AffectedComponentEntity> |
VariableRegistryUpdateRequestDTO.affectedComponents |
private Set<AffectedComponentEntity> |
ParameterDTO.referencingComponents |
private Set<AffectedComponentEntity> |
ParameterProviderApplyParametersRequestDTO.referencingComponents |
private Set<AffectedComponentEntity> |
ParameterContextUpdateRequestDTO.referencingComponents |
| Modifier and Type | Method and Description |
|---|---|
Set<AffectedComponentEntity> |
VariableDTO.getAffectedComponents() |
Set<AffectedComponentEntity> |
ParameterProviderDTO.getAffectedComponents() |
Set<AffectedComponentEntity> |
VariableRegistryUpdateRequestDTO.getAffectedComponents() |
Set<AffectedComponentEntity> |
ParameterDTO.getReferencingComponents() |
Set<AffectedComponentEntity> |
ParameterProviderApplyParametersRequestDTO.getReferencingComponents() |
Set<AffectedComponentEntity> |
ParameterContextUpdateRequestDTO.getReferencingComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableDTO.setAffectedComponents(Set<AffectedComponentEntity> affectedComponents) |
void |
ParameterProviderDTO.setAffectedComponents(Set<AffectedComponentEntity> affectedComponents) |
void |
VariableRegistryUpdateRequestDTO.setAffectedComponents(Set<AffectedComponentEntity> affectedComponents) |
void |
ParameterDTO.setReferencingComponents(Set<AffectedComponentEntity> referencingComponents) |
void |
ParameterProviderApplyParametersRequestDTO.setReferencingComponents(Set<AffectedComponentEntity> referencingComponents) |
void |
ParameterContextUpdateRequestDTO.setReferencingComponents(Set<AffectedComponentEntity> referencingComponents) |
| Modifier and Type | Field and Description |
|---|---|
private Set<AffectedComponentEntity> |
ParameterContextUpdateEntity.referencingComponents |
| Modifier and Type | Method and Description |
|---|---|
Set<AffectedComponentEntity> |
ParameterContextUpdateEntity.getReferencingComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterContextUpdateEntity.setReferencingComponents(Set<AffectedComponentEntity> referencingComponents) |
Copyright © 2023 Apache NiFi Project. All rights reserved.