Uses of Class
org.apache.nifi.api.toolkit.model.ActivateControllerServicesEntity
Packages that use ActivateControllerServicesEntity
-
Uses of ActivateControllerServicesEntity in org.apache.nifi.api.toolkit.api
Methods in org.apache.nifi.api.toolkit.api that return ActivateControllerServicesEntityModifier and TypeMethodDescriptionSwaggerResourceApi.activateControllerServices
(ActivateControllerServicesEntity body, String id) Enable or disable Controller Services in the specified Process Group.Methods in org.apache.nifi.api.toolkit.api with parameters of type ActivateControllerServicesEntityModifier and TypeMethodDescriptionSwaggerResourceApi.activateControllerServices
(ActivateControllerServicesEntity body, String id) Enable or disable Controller Services in the specified Process Group. -
Uses of ActivateControllerServicesEntity in org.apache.nifi.api.toolkit.model
Methods in org.apache.nifi.api.toolkit.model that return ActivateControllerServicesEntityModifier and TypeMethodDescriptionActivateControllerServicesEntity.components
(Map<String, RevisionDTO> components) ActivateControllerServicesEntity.disconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) ActivateControllerServicesEntity.putComponentsItem
(String key, RevisionDTO componentsItem) ActivateControllerServicesEntity.state
(ActivateControllerServicesEntity.StateEnum state)