Package org.apache.nifi.toolkit.client
Interface ParamProviderClient
- All Known Implementing Classes:
JerseyParamProviderClient
public interface ParamProviderClient
-
Method Summary
Modifier and TypeMethodDescriptionapplyParameters(ParameterProviderParameterApplicationEntity parameterApplicationEntity) deleteConfigVerificationRequest(String providerId, String verificationRequestId) deleteParamProvider(String id, String version) deleteParamProvider(String id, String version, boolean disconnectedNodeAcknowledged) deleteParamProviderApplyParametersRequest(String providerId, String applyParametersRequestId) fetchParameters(ParameterProviderParameterFetchEntity parameterFetchEntity) getConfigVerificationRequest(String providerId, String verificationRequestId) getParamProviderApplyParametersRequest(String providerId, String applyParametersRequestId) submitConfigVerificationRequest(VerifyConfigRequestEntity configRequestEntity) updateParamProvider(ParameterProviderEntity paramProvider)
-
Method Details
-
getParamProvider
- Throws:
NiFiClientExceptionIOException
-
updateParamProvider
ParameterProviderEntity updateParamProvider(ParameterProviderEntity paramProvider) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
deleteParamProvider
ParameterProviderEntity deleteParamProvider(String id, String version) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
deleteParamProvider
ParameterProviderEntity deleteParamProvider(String id, String version, boolean disconnectedNodeAcknowledged) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
fetchParameters
ParameterProviderEntity fetchParameters(ParameterProviderParameterFetchEntity parameterFetchEntity) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
applyParameters
ParameterProviderApplyParametersRequestEntity applyParameters(ParameterProviderParameterApplicationEntity parameterApplicationEntity) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
getParamProviderApplyParametersRequest
ParameterProviderApplyParametersRequestEntity getParamProviderApplyParametersRequest(String providerId, String applyParametersRequestId) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
deleteParamProviderApplyParametersRequest
ParameterProviderApplyParametersRequestEntity deleteParamProviderApplyParametersRequest(String providerId, String applyParametersRequestId) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
submitConfigVerificationRequest
VerifyConfigRequestEntity submitConfigVerificationRequest(VerifyConfigRequestEntity configRequestEntity) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
getConfigVerificationRequest
VerifyConfigRequestEntity getConfigVerificationRequest(String providerId, String verificationRequestId) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
deleteConfigVerificationRequest
VerifyConfigRequestEntity deleteConfigVerificationRequest(String providerId, String verificationRequestId) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-