Uses of Interface
de.espirit.firstspirit.access.schedule.ExecutionSchedule
Packages that use ExecutionSchedule
-
Uses of ExecutionSchedule in de.espirit.firstspirit.access.schedule
Subinterfaces of ExecutionSchedule in de.espirit.firstspirit.access.scheduleModifier and TypeInterfaceDescriptioninterface
An execution schedule which is executed repeatedly on the sametime
of a day, on which days can be specified by manipulating theweek day set
.interface
A schedule which is executed once at a specifiedtime
or only manually (ifset to manual
).interface
A periodic schedule, the length is specified inIntervalExecutionSchedule.getInterval()
.interface
Methods in de.espirit.firstspirit.access.schedule with type parameters of type ExecutionScheduleModifier and TypeMethodDescription<T extends ExecutionSchedule>
TScheduleEntry.createExecutionSchedule
(Class<T> type) Changes theExecutionSchedule
of this schedule entry to the given type.Methods in de.espirit.firstspirit.access.schedule that return ExecutionScheduleModifier and TypeMethodDescription@NotNull ExecutionSchedule
ScheduleEntry.getExecutionSchedule()
Returns theExecutionSchedule
of thisScheduleEntry
.