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
NetXMSClientException
IOException
ReportDefinition getReportDefinition(UUID reportId) throws NetXMSClientException, IOException
NetXMSClientException
IOException
UUID executeReport(UUID reportId, Map<String,String> parameters) throws NetXMSClientException, IOException
NetXMSClientException
IOException
void scheduleReport(ReportingJob reportingJob, Map<String,String> parameters) throws NetXMSClientException, IOException
NetXMSClientException
IOException
List<ReportingJob> listScheduledJobs(UUID reportId) throws NetXMSClientException, IOException
NetXMSClientException
IOException
List<ReportResult> listReportResults(UUID reportId) throws NetXMSClientException, IOException
NetXMSClientException
IOException
void deleteReportResult(UUID reportId, UUID jobId) throws NetXMSClientException, IOException
NetXMSClientException
IOException
void deleteReportSchedule(UUID reportId, UUID jobId) throws NetXMSClientException, IOException
NetXMSClientException
IOException
File renderReport(UUID reportId, UUID jobId, ReportRenderFormat format) throws NetXMSClientException, IOException
NetXMSClientException
IOException
Copyright © 2014. All rights reserved.