Uses of Class
org.pentaho.platform.api.scheduler2.Job
-
Packages that use Job Package Description org.pentaho.platform.api.scheduler2 org.pentaho.platform.scheduler2.blockout org.pentaho.platform.scheduler2.quartz org.pentaho.platform.scheduler2.ws -
-
Uses of Job in org.pentaho.platform.api.scheduler2
Methods in org.pentaho.platform.api.scheduler2 that return Job 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)
Schedules a job to be run at one or more times in the future.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)
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.Job
IScheduler. getJob(String jobId)
Fetches a Job by jobIdMethods in org.pentaho.platform.api.scheduler2 that return types with arguments of type Job Modifier and Type Method Description List<Job>
IBlockoutManager. getBlockOutJobs()
List<Job>
IScheduler. getJobs(IJobFilter filter)
Lists currently scheduled jobs.Methods in org.pentaho.platform.api.scheduler2 with parameters of type Job Modifier and Type Method Description boolean
IJobFilter. accept(Job job)
Returnstrue
if the job should be accepted as part of the filtered results. -
Uses of Job in org.pentaho.platform.scheduler2.blockout
Methods in org.pentaho.platform.scheduler2.blockout that return types with arguments of type Job Modifier and Type Method Description List<Job>
PentahoBlockoutManager. getBlockOutJobs()
-
Uses of Job in org.pentaho.platform.scheduler2.quartz
Methods in org.pentaho.platform.scheduler2.quartz that return Job 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)
Schedules a job to be run at one or more times in the future.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)
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)
Job
QuartzScheduler. getJob(String jobId)
Fetches a Job by jobIdMethods in org.pentaho.platform.scheduler2.quartz that return types with arguments of type Job Modifier and Type Method Description List<Job>
QuartzScheduler. getJobs(IJobFilter filter)
Lists currently scheduled jobs.Methods in org.pentaho.platform.scheduler2.quartz with parameters of type Job Modifier and Type Method Description protected void
QuartzScheduler. setJobNextRun(Job job, org.quartz.Trigger trigger)
-
Uses of Job in org.pentaho.platform.scheduler2.ws
Methods in org.pentaho.platform.scheduler2.ws that return Job Modifier and Type Method Description Job[]
DefaultSchedulerService. getJobs()
Job[]
ISchedulerService. getJobs()
Job
JobAdapter. unmarshal(JobAdapter.JaxbSafeJob jaxbSafeJob)
Methods in org.pentaho.platform.scheduler2.ws with parameters of type Job Modifier and Type Method Description JobAdapter.JaxbSafeJob
JobAdapter. marshal(Job job)
-