public interface CMSJobManager
| Modifier and Type | Method and Description |
|---|---|
void |
deleteJob(String id)
Deletes the specified job.
|
Collection<ConfigurableJobExecutor> |
getAvailableJobs()
Gets all of the jobs which can be executed.
|
Collection<org.apache.sling.event.jobs.Job> |
getJobs()
Find all of the jobs started by this user.
|
org.apache.sling.event.jobs.Job |
getSuffixJob()
Gets the job by id as passed in the Sling suffix.
|
org.apache.sling.event.jobs.Job |
startJob()
Starts a new job based on the request.
|
Collection<ConfigurableJobExecutor> getAvailableJobs()
Collection<org.apache.sling.event.jobs.Job> getJobs()
org.apache.sling.event.jobs.Job getSuffixJob()
org.apache.sling.event.jobs.Job startJob()
void deleteJob(String id)
id - the id of the job to deleteCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.