Package | Description |
---|---|
org.pentaho.platform.api.scheduler2 | |
org.pentaho.platform.scheduler2.blockout | |
org.pentaho.platform.scheduler2.quartz | |
org.pentaho.platform.scheduler2.ws |
Modifier and Type | Method and Description |
---|---|
Job |
IScheduler.createJob(String jobName,
Class<? extends org.pentaho.platform.api.action.IAction> action,
Map<String,Serializable> jobParams,
IJobTrigger trigger)
Schedules a job to be run at one or more times in the future.
|
Job |
IScheduler.createJob(String jobName,
Class<? extends org.pentaho.platform.api.action.IAction> action,
Map<String,Serializable> jobParams,
IJobTrigger trigger,
IBackgroundExecutionStreamProvider outputStreamProvider)
Schedules a job to be run at one or more times in the future.
|
Job |
IScheduler.createJob(String jobName,
String actionId,
Map<String,Serializable> jobParams,
IJobTrigger trigger)
Schedules a job to be run at one or more times in the future.
|
Job |
IScheduler.createJob(String jobName,
String actionId,
Map<String,Serializable> jobParams,
IJobTrigger trigger,
IBackgroundExecutionStreamProvider outputStreamProvider)
Schedules a job to be run at one or more times in the future.
|
Job |
IScheduler.getJob(String jobId)
Fetches a Job by jobId
|
Modifier and Type | Method and Description |
---|---|
List<Job> |
IBlockoutManager.getBlockOutJobs() |
List<Job> |
IScheduler.getJobs(IJobFilter filter)
Lists currently scheduled jobs.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IJobFilter.accept(Job job)
Returns
true if the job should be accepted as part of the filtered results. |
Modifier and Type | Method and Description |
---|---|
List<Job> |
PentahoBlockoutManager.getBlockOutJobs() |
Modifier and Type | Method and Description |
---|---|
Job |
QuartzScheduler.createJob(String jobName,
Class<? extends org.pentaho.platform.api.action.IAction> action,
Map<String,Serializable> jobParams,
IJobTrigger trigger)
Schedules a job to be run at one or more times in the future.
|
Job |
QuartzScheduler.createJob(String jobName,
Class<? extends org.pentaho.platform.api.action.IAction> action,
Map<String,Serializable> jobParams,
IJobTrigger trigger,
IBackgroundExecutionStreamProvider outputStreamProvider)
Schedules a job to be run at one or more times in the future.
|
Job |
QuartzScheduler.createJob(String jobName,
String actionId,
Map<String,Serializable> jobParams,
IJobTrigger trigger)
Schedules a job to be run at one or more times in the future.
|
Job |
QuartzScheduler.createJob(String jobName,
String actionId,
Map<String,Serializable> jobParams,
IJobTrigger trigger,
IBackgroundExecutionStreamProvider outputStreamProvider)
Schedules a job to be run at one or more times in the future.
|
Job |
QuartzScheduler.getJob(String jobId)
Fetches a Job by jobId
|
Modifier and Type | Method and Description |
---|---|
List<Job> |
QuartzScheduler.getJobs(IJobFilter filter)
Lists currently scheduled jobs.
|
Modifier and Type | Method and Description |
---|---|
Job[] |
ISchedulerService.getJobs() |
Job[] |
DefaultSchedulerService.getJobs() |
Job |
JobAdapter.unmarshal(JobAdapter.JaxbSafeJob jaxbSafeJob) |
Modifier and Type | Method and Description |
---|---|
JobAdapter.JaxbSafeJob |
JobAdapter.marshal(Job job) |