Uses of Class
org.apache.nifi.api.toolkit.model.ParameterContextValidationRequestEntity
Packages that use ParameterContextValidationRequestEntity
-
Uses of ParameterContextValidationRequestEntity in org.apache.nifi.api.toolkit.api
Methods in org.apache.nifi.api.toolkit.api that return ParameterContextValidationRequestEntityModifier and TypeMethodDescriptionSwaggerResourceApi.deleteValidationRequest
(String contextId, String id, Boolean disconnectedNodeAcknowledged) Deletes the Validation Request with the given ID Deletes the Validation Request with the given ID.SwaggerResourceApi.getValidationRequest
(String contextId, String id) Returns the Validation Request with the given ID Returns the Validation Request with the given ID.SwaggerResourceApi.submitValidationRequest
(ParameterContextValidationRequestEntity body, String contextId) Initiate a Validation Request to determine how the validity of components will change if a Parameter Context were to be updated This will initiate the process of validating all components whose Process Group is bound to the specified Parameter Context.Methods in org.apache.nifi.api.toolkit.api with parameters of type ParameterContextValidationRequestEntityModifier and TypeMethodDescriptionSwaggerResourceApi.submitValidationRequest
(ParameterContextValidationRequestEntity body, String contextId) Initiate a Validation Request to determine how the validity of components will change if a Parameter Context were to be updated This will initiate the process of validating all components whose Process Group is bound to the specified Parameter Context. -
Uses of ParameterContextValidationRequestEntity in org.apache.nifi.api.toolkit.model
Methods in org.apache.nifi.api.toolkit.model that return ParameterContextValidationRequestEntityModifier and TypeMethodDescriptionParameterContextValidationRequestEntity.disconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) ParameterContextValidationRequestEntity.request
(ParameterContextValidationRequestDTO request)