Package | Description |
---|---|
org.pentaho.platform.api.scheduler2 | |
org.pentaho.platform.scheduler2.action | |
org.pentaho.platform.scheduler2.quartz |
Modifier and Type | Method and Description |
---|---|
Job |
IScheduler.createJob(String jobName,
Class<? extends 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(IAction actionBean,
String actionUser,
Map<String,Serializable> params,
IBackgroundExecutionStreamProvider streamProvider)
Not intended for public use.
|
void |
ISchedulerListener.jobCompleted(IAction actionBean,
String actionUser,
Map<String,Serializable> params,
IBackgroundExecutionStreamProvider streamProvider) |
Modifier and Type | Method and Description |
---|---|
protected IBackgroundExecutionStreamProvider |
DefaultActionInvoker.getStreamProvider(Map<String,Serializable> params)
|
Constructor and Description |
---|
ActionRunner(IAction actionBean,
String actionUser,
Map<String,Serializable> params,
IBackgroundExecutionStreamProvider streamProvider) |
Modifier and Type | Method and Description |
---|---|
Job |
QuartzScheduler.createJob(String jobName,
Class<? extends IAction> action,
Map<String,Serializable> jobParams,
IJobTrigger trigger,
IBackgroundExecutionStreamProvider outputStreamProvider)
Schedules a job to be run at one or more times in the future.
|
protected Job |
QuartzScheduler.createJob(String jobName,
Map<String,Serializable> jobParams,
IJobTrigger trigger,
IBackgroundExecutionStreamProvider outputStreamProvider) |
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(IAction actionBean,
String actionUser,
Map<String,Serializable> params,
IBackgroundExecutionStreamProvider streamProvider) |
Copyright © 2017 Hitachi Vantara. All rights reserved.