Package | Description |
---|---|
org.apache.sling.event.jobs |
Modifier and Type | Method and Description |
---|---|
ScheduledJobInfo |
JobBuilder.ScheduleBuilder.add()
Finally add the job to the schedule
|
ScheduledJobInfo |
JobBuilder.ScheduleBuilder.add(List<String> errors)
Finally add the job to the schedule
|
Modifier and Type | Method and Description |
---|---|
Collection<ScheduledJobInfo> |
JobManager.getScheduledJobs()
Return all available job schedules.
|
Collection<ScheduledJobInfo> |
JobManager.getScheduledJobs(String topic,
long limit,
Map<String,Object>... templates)
Return all matching available job schedules.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.