Uses of Class
org.apache.nifi.api.toolkit.model.ControllerServiceReferencingComponentEntity
Packages that use ControllerServiceReferencingComponentEntity
-
Uses of ControllerServiceReferencingComponentEntity in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type ControllerServiceReferencingComponentEntityModifier and TypeFieldDescriptionControllerServiceReferencingComponentsEntity.controllerServiceReferencingComponents
ControllerServiceDTO.referencingComponents
ControllerServiceReferencingComponentDTO.referencingComponents
Methods in org.apache.nifi.api.toolkit.model that return ControllerServiceReferencingComponentEntityModifier and TypeMethodDescriptionControllerServiceReferencingComponentEntity.addBulletinsItem
(BulletinEntity bulletinsItem) ControllerServiceReferencingComponentEntity.bulletins
(List<BulletinEntity> bulletins) ControllerServiceReferencingComponentEntity.component
(ControllerServiceReferencingComponentDTO component) ControllerServiceReferencingComponentEntity.disconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) ControllerServiceReferencingComponentEntity.operatePermissions
(PermissionsDTO operatePermissions) ControllerServiceReferencingComponentEntity.permissions
(PermissionsDTO permissions) ControllerServiceReferencingComponentEntity.position
(PositionDTO position) ControllerServiceReferencingComponentEntity.revision
(RevisionDTO revision) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type ControllerServiceReferencingComponentEntityModifier and TypeMethodDescriptionControllerServiceReferencingComponentsEntity.getControllerServiceReferencingComponents()
Get controllerServiceReferencingComponentsControllerServiceDTO.getReferencingComponents()
All components referencing this controller service.ControllerServiceReferencingComponentDTO.getReferencingComponents()
If the referencing component represents a controller service, these are the components that reference it.Methods in org.apache.nifi.api.toolkit.model with parameters of type ControllerServiceReferencingComponentEntityModifier and TypeMethodDescriptionControllerServiceReferencingComponentsEntity.addControllerServiceReferencingComponentsItem
(ControllerServiceReferencingComponentEntity controllerServiceReferencingComponentsItem) ControllerServiceDTO.addReferencingComponentsItem
(ControllerServiceReferencingComponentEntity referencingComponentsItem) ControllerServiceReferencingComponentDTO.addReferencingComponentsItem
(ControllerServiceReferencingComponentEntity referencingComponentsItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type ControllerServiceReferencingComponentEntityModifier and TypeMethodDescriptionControllerServiceReferencingComponentsEntity.controllerServiceReferencingComponents
(List<ControllerServiceReferencingComponentEntity> controllerServiceReferencingComponents) ControllerServiceDTO.referencingComponents
(List<ControllerServiceReferencingComponentEntity> referencingComponents) ControllerServiceReferencingComponentDTO.referencingComponents
(List<ControllerServiceReferencingComponentEntity> referencingComponents) void
ControllerServiceReferencingComponentsEntity.setControllerServiceReferencingComponents
(List<ControllerServiceReferencingComponentEntity> controllerServiceReferencingComponents) void
ControllerServiceDTO.setReferencingComponents
(List<ControllerServiceReferencingComponentEntity> referencingComponents) void
ControllerServiceReferencingComponentDTO.setReferencingComponents
(List<ControllerServiceReferencingComponentEntity> referencingComponents)