Package org.apache.nifi.toolkit.client
Interface ReportingTasksClient
- All Known Implementing Classes:
JerseyReportingTasksClient
public interface ReportingTasksClient
Client for interacting with NiFi's Reporting Tasks Resource.
-
Method Summary
Modifier and TypeMethodDescriptionactivateReportingTask(String id, ReportingTaskRunStatusEntity runStatusEntity) deleteConfigVerificationRequest(String taskId, String verificationRequestId) deleteReportingTask(ReportingTaskEntity reportingTask) getConfigVerificationRequest(String taskId, String verificationRequestId) getPropertyDescriptor(String taskId, String propertyName, Boolean sensitive) submitConfigVerificationRequest(VerifyConfigRequestEntity configRequestEntity) updateReportingTask(ReportingTaskEntity reportingTaskEntity)
-
Method Details
-
getReportingTask
- Throws:
NiFiClientExceptionIOException
-
updateReportingTask
ReportingTaskEntity updateReportingTask(ReportingTaskEntity reportingTaskEntity) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
activateReportingTask
ReportingTaskEntity activateReportingTask(String id, ReportingTaskRunStatusEntity runStatusEntity) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
submitConfigVerificationRequest
VerifyConfigRequestEntity submitConfigVerificationRequest(VerifyConfigRequestEntity configRequestEntity) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
getConfigVerificationRequest
VerifyConfigRequestEntity getConfigVerificationRequest(String taskId, String verificationRequestId) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
deleteConfigVerificationRequest
VerifyConfigRequestEntity deleteConfigVerificationRequest(String taskId, String verificationRequestId) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
deleteReportingTask
ReportingTaskEntity deleteReportingTask(ReportingTaskEntity reportingTask) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
getPropertyDescriptor
PropertyDescriptorEntity getPropertyDescriptor(String taskId, String propertyName, Boolean sensitive) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-