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 JobIScheduler. 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.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)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.JobIScheduler. 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 booleanIJobFilter. accept(Job job)Returnstrueif 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 JobQuartzScheduler. 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.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)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)JobQuartzScheduler. 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 voidQuartzScheduler. 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()JobJobAdapter. unmarshal(JobAdapter.JaxbSafeJob jaxbSafeJob)Methods in org.pentaho.platform.scheduler2.ws with parameters of type Job Modifier and Type Method Description JobAdapter.JaxbSafeJobJobAdapter. marshal(Job job)
-