Uses of Class
org.apache.nifi.api.toolkit.model.ControllerServiceReferencingComponentDTO
Packages that use ControllerServiceReferencingComponentDTO
-
Uses of ControllerServiceReferencingComponentDTO in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as ControllerServiceReferencingComponentDTOMethods in org.apache.nifi.api.toolkit.model that return ControllerServiceReferencingComponentDTOModifier and TypeMethodDescriptionControllerServiceReferencingComponentDTO.activeThreadCount
(Integer activeThreadCount) ControllerServiceReferencingComponentDTO.addReferencingComponentsItem
(ControllerServiceReferencingComponentEntity referencingComponentsItem) ControllerServiceReferencingComponentDTO.addValidationErrorsItem
(String validationErrorsItem) ControllerServiceReferencingComponentDTO.descriptors
(Map<String, PropertyDescriptorDTO> descriptors) ControllerServiceReferencingComponentEntity.getComponent()
Get componentControllerServiceReferencingComponentDTO.properties
(Map<String, String> properties) ControllerServiceReferencingComponentDTO.putDescriptorsItem
(String key, PropertyDescriptorDTO descriptorsItem) ControllerServiceReferencingComponentDTO.putPropertiesItem
(String key, String propertiesItem) ControllerServiceReferencingComponentDTO.referenceCycle
(Boolean referenceCycle) ControllerServiceReferencingComponentDTO.referenceType
(ControllerServiceReferencingComponentDTO.ReferenceTypeEnum referenceType) ControllerServiceReferencingComponentDTO.referencingComponents
(List<ControllerServiceReferencingComponentEntity> referencingComponents) ControllerServiceReferencingComponentDTO.validationErrors
(List<String> validationErrors) Methods in org.apache.nifi.api.toolkit.model with parameters of type ControllerServiceReferencingComponentDTOModifier and TypeMethodDescriptionControllerServiceReferencingComponentEntity.component
(ControllerServiceReferencingComponentDTO component) void
ControllerServiceReferencingComponentEntity.setComponent
(ControllerServiceReferencingComponentDTO component)