Package | Description |
---|---|
org.pentaho.platform.api.scheduler2 | |
org.pentaho.platform.scheduler2.quartz |
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,
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,
IBackgroundExecutionStreamProvider outputStreamProvider)
Schedules a job to be run at one or more times in the future.
|
void |
IScheduler.fireJobCompleted(org.pentaho.platform.api.action.IAction actionBean,
String actionUser,
Map<String,Serializable> params,
IBackgroundExecutionStreamProvider streamProvider)
Not intended for public use.
|
void |
ISchedulerListener.jobCompleted(org.pentaho.platform.api.action.IAction actionBean,
String actionUser,
Map<String,Serializable> params,
IBackgroundExecutionStreamProvider streamProvider) |
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,
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,
IBackgroundExecutionStreamProvider outputStreamProvider)
Schedules a job to be run at one or more times in the future.
|
void |
QuartzScheduler.fireJobCompleted(org.pentaho.platform.api.action.IAction actionBean,
String actionUser,
Map<String,Serializable> params,
IBackgroundExecutionStreamProvider streamProvider) |