public interface ReportingServerManager
| Modifier and Type | Method and Description |
|---|---|
void |
deleteReportResult(UUID reportId,
UUID jobId) |
void |
deleteReportSchedule(UUID reportId,
UUID jobId) |
UUID |
executeReport(UUID reportId,
Map<String,String> parameters) |
ReportDefinition |
getReportDefinition(UUID reportId) |
List<ReportResult> |
listReportResults(UUID reportId) |
List<UUID> |
listReports() |
List<ReportingJob> |
listScheduledJobs(UUID reportId) |
File |
renderReport(UUID reportId,
UUID jobId,
ReportRenderFormat format) |
void |
scheduleReport(ReportingJob reportingJob,
Map<String,String> parameters) |
List<UUID> listReports() throws NetXMSClientException, IOException
NetXMSClientExceptionIOExceptionReportDefinition getReportDefinition(UUID reportId) throws NetXMSClientException, IOException
NetXMSClientExceptionIOExceptionUUID executeReport(UUID reportId, Map<String,String> parameters) throws NetXMSClientException, IOException
NetXMSClientExceptionIOExceptionvoid scheduleReport(ReportingJob reportingJob, Map<String,String> parameters) throws NetXMSClientException, IOException
NetXMSClientExceptionIOExceptionList<ReportingJob> listScheduledJobs(UUID reportId) throws NetXMSClientException, IOException
NetXMSClientExceptionIOExceptionList<ReportResult> listReportResults(UUID reportId) throws NetXMSClientException, IOException
NetXMSClientExceptionIOExceptionvoid deleteReportResult(UUID reportId, UUID jobId) throws NetXMSClientException, IOException
NetXMSClientExceptionIOExceptionvoid deleteReportSchedule(UUID reportId, UUID jobId) throws NetXMSClientException, IOException
NetXMSClientExceptionIOExceptionFile renderReport(UUID reportId, UUID jobId, ReportRenderFormat format) throws NetXMSClientException, IOException
NetXMSClientExceptionIOExceptionCopyright © 2015. All rights reserved.