Package | Description |
---|---|
org.apache.sling.event.impl.jobs.scheduling | |
org.apache.sling.event.impl.support |
Modifier and Type | Method and Description |
---|---|
ScheduledJobInfoImpl |
ScheduledJobHandler.addOrUpdateJob(String jobTopic,
Map<String,Object> jobProperties,
String scheduleName,
boolean suspend,
List<ScheduleInfoImpl> scheduleInfos)
Write a scheduled job to the resource tree.
|
ScheduledJobInfo |
JobSchedulerImpl.addScheduledJob(String topic,
Map<String,Object> properties,
String scheduleName,
boolean isSuspended,
List<ScheduleInfoImpl> scheduleInfos,
List<String> errors)
Add a scheduled job
|
Modifier and Type | Method and Description |
---|---|
static ScheduleInfoImpl |
ScheduleInfoImpl.AT(Date at) |
static ScheduleInfoImpl |
ScheduleInfoImpl.CRON(String expr) |
static ScheduleInfoImpl |
ScheduleInfoImpl.DAILY(int hour,
int minute) |
static ScheduleInfoImpl |
ScheduleInfoImpl.deserialize(ScheduleInfo.ScheduleType scheduleType,
String s) |
static ScheduleInfoImpl |
ScheduleInfoImpl.deserialize(String s) |
static ScheduleInfoImpl |
ScheduleInfoImpl.HOURLY(int minutes) |
static ScheduleInfoImpl |
ScheduleInfoImpl.MONTHLY(int day,
int hour,
int minute) |
static ScheduleInfoImpl |
ScheduleInfoImpl.WEEKLY(int day,
int hour,
int minute) |
static ScheduleInfoImpl |
ScheduleInfoImpl.YEARLY(int month,
int day,
int hour,
int minute) |
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.