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 JobIScheduler. 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.JobIScheduler. 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.voidIScheduler. fireJobCompleted(org.pentaho.platform.api.action.IAction actionBean, String actionUser, Map<String,Serializable> params, IBackgroundExecutionStreamProvider streamProvider)Not intended for public use.voidISchedulerListener. 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 IBackgroundExecutionStreamProviderDefaultActionInvoker. 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 JobQuartzScheduler. 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.JobQuartzScheduler. 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 JobQuartzScheduler. createJob(String jobName, Map<String,Serializable> jobParams, IJobTrigger trigger, IBackgroundExecutionStreamProvider outputStreamProvider)voidQuartzScheduler. fireJobCompleted(org.pentaho.platform.api.action.IAction actionBean, String actionUser, Map<String,Serializable> params, IBackgroundExecutionStreamProvider streamProvider)
-