Uses of Class
org.apache.nifi.api.toolkit.model.ControllerServiceApiDTO
Packages that use ControllerServiceApiDTO
-
Uses of ControllerServiceApiDTO in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type ControllerServiceApiDTOModifier and TypeFieldDescriptionprivate List
<ControllerServiceApiDTO> ControllerServiceDTO.controllerServiceApis
private List
<ControllerServiceApiDTO> DocumentedTypeDTO.controllerServiceApis
Methods in org.apache.nifi.api.toolkit.model that return ControllerServiceApiDTOModifier and TypeMethodDescriptionMethods in org.apache.nifi.api.toolkit.model that return types with arguments of type ControllerServiceApiDTOModifier and TypeMethodDescriptionControllerServiceDTO.getControllerServiceApis()
Lists the APIs this Controller Service implements.DocumentedTypeDTO.getControllerServiceApis()
If this type represents a ControllerService, this lists the APIs it implements.Methods in org.apache.nifi.api.toolkit.model with parameters of type ControllerServiceApiDTOModifier and TypeMethodDescriptionControllerServiceDTO.addControllerServiceApisItem
(ControllerServiceApiDTO controllerServiceApisItem) DocumentedTypeDTO.addControllerServiceApisItem
(ControllerServiceApiDTO controllerServiceApisItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type ControllerServiceApiDTOModifier and TypeMethodDescriptionControllerServiceDTO.controllerServiceApis
(List<ControllerServiceApiDTO> controllerServiceApis) DocumentedTypeDTO.controllerServiceApis
(List<ControllerServiceApiDTO> controllerServiceApis) void
ControllerServiceDTO.setControllerServiceApis
(List<ControllerServiceApiDTO> controllerServiceApis) void
DocumentedTypeDTO.setControllerServiceApis
(List<ControllerServiceApiDTO> controllerServiceApis)