com.jaspersoft.jasperserver.api.engine.scheduling.service
Interface ReportSchedulingService
- All Known Implementing Classes:
- ReportSchedulingFacade
public interface ReportSchedulingService
- Version:
- $Id: ReportSchedulingService.java 9819 2007-08-29 17:42:42Z lucian $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
scheduleJob
ReportJob scheduleJob(ExecutionContext context,
ReportJob job)
updateScheduledJob
void updateScheduledJob(ExecutionContext context,
ReportJob job)
getScheduledJobs
java.util.List getScheduledJobs(ExecutionContext context,
java.lang.String reportUnitURI)
getScheduledJobs
java.util.List getScheduledJobs(ExecutionContext context)
removeScheduledJob
void removeScheduledJob(ExecutionContext context,
long jobId)
removeScheduledJobs
void removeScheduledJobs(ExecutionContext context,
long[] jobIds)
getScheduledJob
ReportJob getScheduledJob(ExecutionContext context,
long jobId)
validateJob
ValidationErrors validateJob(ExecutionContext context,
ReportJob job)
Copyright © 2007. All Rights Reserved.