Package | Description |
---|---|
org.apache.sling.event.impl.jobs | |
org.apache.sling.event.impl.support |
Modifier and Type | Method and Description |
---|---|
ScheduledJobInfo |
JobManagerImpl.addScheduledJob(String topic,
String jobName,
Map<String,Object> properties,
String scheduleName,
boolean isSuspended,
List<ScheduleInfoImpl> scheduleInfos,
List<String> errors) |
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 |
---|---|
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–2014 The Apache Software Foundation. All rights reserved.