Package | Description |
---|---|
org.apache.sling.event.impl.jobs |
Modifier and Type | Method and Description |
---|---|
ScheduledJobInfoImpl |
JobSchedulerImpl.writeJob(String jobTopic,
String jobName,
Map<String,Object> jobProperties,
String scheduleName,
boolean suspend,
List<ScheduleInfoImpl> scheduleInfos)
Write a schedule job to the resource tree.
|
Modifier and Type | Method and Description |
---|---|
JobBuilder.ScheduleBuilder |
JobSchedulerImpl.createJobBuilder(ScheduledJobInfoImpl info)
Create a schedule builder for a currently scheduled job
|
void |
JobSchedulerImpl.setSuspended(ScheduledJobInfoImpl info,
boolean flag) |
void |
JobSchedulerImpl.unschedule(ScheduledJobInfoImpl info) |
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.