Uses of Class
org.apache.nifi.api.toolkit.model.ParameterProviderApplyParametersRequestEntity
Packages that use ParameterProviderApplyParametersRequestEntity
-
Uses of ParameterProviderApplyParametersRequestEntity in org.apache.nifi.api.toolkit.api
Methods in org.apache.nifi.api.toolkit.api that return ParameterProviderApplyParametersRequestEntityModifier and TypeMethodDescriptionSwaggerResourceApi.deleteApplyParametersRequest
(String providerId, String requestId, Boolean disconnectedNodeAcknowledged) Deletes the Apply Parameters Request with the given ID Deletes the Apply Parameters Request with the given ID.SwaggerResourceApi.getParameterProviderApplyParametersRequest
(String providerId, String requestId) Returns the Apply Parameters Request with the given ID Returns the Apply Parameters Request with the given ID.SwaggerResourceApi.submitApplyParameters
(ParameterProviderParameterApplicationEntity body, String providerId) Initiate a request to apply the fetched parameters of a Parameter Provider This will initiate the process of applying fetched parameters to all referencing Parameter Contexts. -
Uses of ParameterProviderApplyParametersRequestEntity in org.apache.nifi.api.toolkit.model
Methods in org.apache.nifi.api.toolkit.model that return ParameterProviderApplyParametersRequestEntityModifier and TypeMethodDescriptionParameterProviderApplyParametersRequestEntity.request
(ParameterProviderApplyParametersRequestDTO request)