public interface CMSJobManager
Modifier and Type | Method and Description |
---|---|
void |
deleteJob(java.lang.String id)
Deletes the specified job.
|
java.util.Collection<ConfigurableJobExecutor> |
getAvailableJobs()
Gets all of the jobs which can be executed.
|
java.util.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.
|
java.util.Collection<ConfigurableJobExecutor> getAvailableJobs()
java.util.Collection<org.apache.sling.event.jobs.Job> getJobs()
org.apache.sling.event.jobs.Job getSuffixJob()
org.apache.sling.event.jobs.Job startJob()
void deleteJob(java.lang.String id)
id
- the id of the job to deleteCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.