Uses of Class
org.apache.nifi.api.toolkit.model.AffectedComponentEntity
Packages that use AffectedComponentEntity
-
Uses of AffectedComponentEntity in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type AffectedComponentEntityModifier and TypeFieldDescriptionprivate List
<AffectedComponentEntity> ParameterProviderDTO.affectedComponents
private List
<AffectedComponentEntity> ParameterContextUpdateEntity.referencingComponents
private List
<AffectedComponentEntity> ParameterContextUpdateRequestDTO.referencingComponents
private List
<AffectedComponentEntity> ParameterDTO.referencingComponents
private List
<AffectedComponentEntity> ParameterProviderApplyParametersRequestDTO.referencingComponents
Methods in org.apache.nifi.api.toolkit.model that return AffectedComponentEntityModifier and TypeMethodDescriptionAffectedComponentEntity.addBulletinsItem
(BulletinEntity bulletinsItem) AffectedComponentEntity.bulletins
(List<BulletinEntity> bulletins) AffectedComponentEntity.component
(AffectedComponentDTO component) AffectedComponentEntity.disconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) AffectedComponentEntity.permissions
(PermissionsDTO permissions) AffectedComponentEntity.position
(PositionDTO position) AffectedComponentEntity.processGroup
(ProcessGroupNameDTO processGroup) AffectedComponentEntity.referenceType
(AffectedComponentEntity.ReferenceTypeEnum referenceType) AffectedComponentEntity.revision
(RevisionDTO revision) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type AffectedComponentEntityModifier and TypeMethodDescriptionParameterProviderDTO.getAffectedComponents()
The set of all components in the flow that are referencing Parameters provided by this providerParameterContextUpdateEntity.getReferencingComponents()
The components that are referenced by the update.ParameterContextUpdateRequestDTO.getReferencingComponents()
The components that are referenced by the update.ParameterDTO.getReferencingComponents()
The set of all components in the flow that are referencing this ParameterParameterProviderApplyParametersRequestDTO.getReferencingComponents()
The components that are referenced by the update.Methods in org.apache.nifi.api.toolkit.model with parameters of type AffectedComponentEntityModifier and TypeMethodDescriptionParameterProviderDTO.addAffectedComponentsItem
(AffectedComponentEntity affectedComponentsItem) ParameterDTO.addReferencingComponentsItem
(AffectedComponentEntity referencingComponentsItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type AffectedComponentEntityModifier and TypeMethodDescriptionParameterProviderDTO.affectedComponents
(List<AffectedComponentEntity> affectedComponents) ParameterDTO.referencingComponents
(List<AffectedComponentEntity> referencingComponents) void
ParameterProviderDTO.setAffectedComponents
(List<AffectedComponentEntity> affectedComponents) void
ParameterDTO.setReferencingComponents
(List<AffectedComponentEntity> referencingComponents)