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
ReportExecutionException
void cancelReportJob(long reportJobId) throws ReportExecutionException
ReportExecutionException
void removeReportJob(long reportJob) throws ReportExecutionException
ReportExecutionException