public interface ReportExecutionTask
| Modifier and Type | Method and Description | 
|---|---|
| void | cancelReportJob(long reportJobId) | 
| void | executeReport(ReportExecutionInputInfo reportInputInfo)Executes the given report. | 
| void | removeReportJob(long reportJob) | 
void executeReport(ReportExecutionInputInfo reportInputInfo) throws ReportExecutionException
ReportExecutionExceptionvoid cancelReportJob(long reportJobId)
              throws ReportExecutionException
ReportExecutionExceptionvoid removeReportJob(long reportJob)
              throws ReportExecutionException
ReportExecutionException