Uses of Interface
org.pentaho.platform.api.scheduler2.IJob
-
Packages that use IJob Package Description org.pentaho.platform.api.scheduler2 -
-
Uses of IJob in org.pentaho.platform.api.scheduler2
Methods in org.pentaho.platform.api.scheduler2 that return IJob Modifier and Type Method Description IJob
IScheduler. createJob(String jobName, Class<? extends IAction> action, Map<String,Serializable> jobParams, IJobTrigger trigger)
Schedules a job to be run at one or more times in the future.IJob
IScheduler. 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.IJob
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.IJob
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.IJob
IScheduler. getJob(String jobId)
Fetches a Job by jobIdMethods in org.pentaho.platform.api.scheduler2 that return types with arguments of type IJob Modifier and Type Method Description List<IJob>
IBlockoutManager. getBlockOutJobs()
List<IJob>
IScheduler. getJobs(IJobFilter filter)
Lists currently scheduled jobs.List<IJob>
ISchedulerResource. getJobsList()
Methods in org.pentaho.platform.api.scheduler2 with parameters of type IJob Modifier and Type Method Description boolean
IJobFilter. accept(IJob job)
Returnstrue
if the job should be accepted as part of the filtered results.
-