Uses of Class
org.apache.sling.event.impl.support.ScheduleInfoImpl
-
Packages that use ScheduleInfoImpl Package Description org.apache.sling.event.impl.jobs.scheduling org.apache.sling.event.impl.support -
-
Uses of ScheduleInfoImpl in org.apache.sling.event.impl.jobs.scheduling
Method parameters in org.apache.sling.event.impl.jobs.scheduling with type arguments of type ScheduleInfoImpl Modifier and Type Method Description ScheduledJobInfoImplScheduledJobHandler. addOrUpdateJob(String jobTopic, Map<String,Object> jobProperties, String scheduleName, boolean suspend, List<ScheduleInfoImpl> scheduleInfos)Write a scheduled job to the resource tree.org.apache.sling.event.jobs.ScheduledJobInfoJobSchedulerImpl. addScheduledJob(String topic, Map<String,Object> properties, String scheduleName, boolean isSuspended, List<ScheduleInfoImpl> scheduleInfos, List<String> errors)Add a scheduled job -
Uses of ScheduleInfoImpl in org.apache.sling.event.impl.support
Methods in org.apache.sling.event.impl.support that return ScheduleInfoImpl Modifier and Type Method Description static ScheduleInfoImplScheduleInfoImpl. AT(Date at)static ScheduleInfoImplScheduleInfoImpl. CRON(String expr)static ScheduleInfoImplScheduleInfoImpl. DAILY(int hour, int minute)static ScheduleInfoImplScheduleInfoImpl. deserialize(String s)static ScheduleInfoImplScheduleInfoImpl. deserialize(org.apache.sling.event.jobs.ScheduleInfo.ScheduleType scheduleType, String s)static ScheduleInfoImplScheduleInfoImpl. HOURLY(int minutes)static ScheduleInfoImplScheduleInfoImpl. MONTHLY(int day, int hour, int minute)static ScheduleInfoImplScheduleInfoImpl. WEEKLY(int day, int hour, int minute)static ScheduleInfoImplScheduleInfoImpl. YEARLY(int month, int day, int hour, int minute)
-