Uses of Interface
org.apache.sling.event.jobs.Job
Packages that use Job
-
Uses of Job in org.apache.sling.event.jobs
Methods in org.apache.sling.event.jobs that return JobModifier and TypeMethodDescriptionJobBuilder.add()Add the job.Add the job.Add a new job If the topic isnullor illegal, no job is created andnullis returned.Find a job - either queued or active.JobManager.getJobById(String jobId) Return a job based on the unique id.JobManager.retryJobById(String jobId) Retry a cancelled job.Methods in org.apache.sling.event.jobs that return types with arguments of type Job -
Uses of Job in org.apache.sling.event.jobs.consumer
Methods in org.apache.sling.event.jobs.consumer with parameters of type JobModifier and TypeMethodDescriptionExecute the job.JobExecutor.process(Job job, JobExecutionContext context) Execute the job.