Uses of Interface
org.pentaho.platform.api.scheduler2.IBackgroundExecutionStreamProvider
-
Packages that use IBackgroundExecutionStreamProvider Package Description org.pentaho.platform.api.scheduler2 org.pentaho.platform.scheduler2.action org.pentaho.platform.scheduler2.quartz -
-
Uses of IBackgroundExecutionStreamProvider in org.pentaho.platform.api.scheduler2
Methods in org.pentaho.platform.api.scheduler2 with parameters of type IBackgroundExecutionStreamProvider Modifier and Type Method 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)
-
Uses of IBackgroundExecutionStreamProvider in org.pentaho.platform.scheduler2.action
Methods in org.pentaho.platform.scheduler2.action that return IBackgroundExecutionStreamProvider Modifier and Type Method Description protected IBackgroundExecutionStreamProvider
DefaultActionInvoker. getStreamProvider(Map<String,Serializable> params)
Constructors in org.pentaho.platform.scheduler2.action with parameters of type IBackgroundExecutionStreamProvider Constructor Description ActionRunner(org.pentaho.platform.api.action.IAction actionBean, String actionUser, Map<String,Serializable> params, IBackgroundExecutionStreamProvider streamProvider)
-
Uses of IBackgroundExecutionStreamProvider in org.pentaho.platform.scheduler2.quartz
Methods in org.pentaho.platform.scheduler2.quartz with parameters of type IBackgroundExecutionStreamProvider Modifier and Type Method 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.protected Job
QuartzScheduler. createJob(String jobName, Map<String,Serializable> jobParams, IJobTrigger trigger, IBackgroundExecutionStreamProvider outputStreamProvider)
void
QuartzScheduler. fireJobCompleted(org.pentaho.platform.api.action.IAction actionBean, String actionUser, Map<String,Serializable> params, IBackgroundExecutionStreamProvider streamProvider)
-