Uses of Class
org.apache.sling.event.impl.support.ScheduleInfoImpl
Packages that use ScheduleInfoImpl
-
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 ScheduleInfoImplModifier and TypeMethodDescriptionScheduledJobHandler.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.ScheduledJobInfo
JobSchedulerImpl.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 ScheduleInfoImplModifier and TypeMethodDescriptionstatic ScheduleInfoImpl
static ScheduleInfoImpl
static ScheduleInfoImpl
ScheduleInfoImpl.DAILY
(int hour, int minute) static ScheduleInfoImpl
ScheduleInfoImpl.deserialize
(String s) static ScheduleInfoImpl
ScheduleInfoImpl.deserialize
(org.apache.sling.event.jobs.ScheduleInfo.ScheduleType scheduleType, 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)