Uses of Class
org.apache.nifi.api.toolkit.model.ControllerServicesEntity
Packages that use ControllerServicesEntity
-
Uses of ControllerServicesEntity in org.apache.nifi.api.toolkit.api
Methods in org.apache.nifi.api.toolkit.api that return ControllerServicesEntityModifier and TypeMethodDescriptionSwaggerResourceApi.getControllerServicesFromController
(Boolean uiOnly, Boolean includeReferencingComponents) Gets controller services for reporting tasks If the uiOnly query parameter is provided with a value of true, the returned entity may only contain fields that are necessary for rendering the NiFi User Interface.SwaggerResourceApi.getControllerServicesFromGroup
(String id, Boolean includeAncestorGroups, Boolean includeDescendantGroups, Boolean includeReferencingComponents, Boolean uiOnly) Gets all controller services If the uiOnly query parameter is provided with a value of true, the returned entity may only contain fields that are necessary for rendering the NiFi User Interface. -
Uses of ControllerServicesEntity in org.apache.nifi.api.toolkit.model
Methods in org.apache.nifi.api.toolkit.model that return ControllerServicesEntityModifier and TypeMethodDescriptionControllerServicesEntity.addControllerServicesItem
(ControllerServiceEntity controllerServicesItem) ControllerServicesEntity.controllerServices
(List<ControllerServiceEntity> controllerServices) ControllerServicesEntity.currentTime
(String currentTime)