Uses of Interface
org.pentaho.platform.api.scheduler2.IBackgroundExecutionStreamProvider
-
Uses of IBackgroundExecutionStreamProvider in org.pentaho.platform.api.scheduler2
Modifier and TypeMethodDescriptionIScheduler.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.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)