Uses of Class
org.apache.nifi.api.toolkit.model.ControllerServiceAPI
Packages that use ControllerServiceAPI
-
Uses of ControllerServiceAPI in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type ControllerServiceAPIModifier and TypeFieldDescriptionprivate List
<ControllerServiceAPI> VersionedControllerService.controllerServiceApis
Methods in org.apache.nifi.api.toolkit.model that return ControllerServiceAPIModifier and TypeMethodDescriptionMethods in org.apache.nifi.api.toolkit.model that return types with arguments of type ControllerServiceAPIModifier and TypeMethodDescriptionVersionedControllerService.getControllerServiceApis()
Lists the APIs this Controller Service implements.Methods in org.apache.nifi.api.toolkit.model with parameters of type ControllerServiceAPIModifier and TypeMethodDescriptionVersionedControllerService.addControllerServiceApisItem
(ControllerServiceAPI controllerServiceApisItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type ControllerServiceAPIModifier and TypeMethodDescriptionVersionedControllerService.controllerServiceApis
(List<ControllerServiceAPI> controllerServiceApis) void
VersionedControllerService.setControllerServiceApis
(List<ControllerServiceAPI> controllerServiceApis)