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 TypeInterfaceDescriptioninterfaceAn execution schedule which is executed repeatedly on the sametimeof a day, on which days can be specified by manipulating theweek day set.interfaceA schedule which is executed once at a specifiedtimeor only manually (ifset to manual).interfaceA periodic schedule, the length is specified inIntervalExecutionSchedule.getInterval().interfaceMethods in de.espirit.firstspirit.access.schedule with type parameters of type ExecutionScheduleModifier and TypeMethodDescription<T extends ExecutionSchedule>
TScheduleEntry.createExecutionSchedule(Class<T> type) Changes theExecutionScheduleof this schedule entry to the given type.Methods in de.espirit.firstspirit.access.schedule that return ExecutionScheduleModifier and TypeMethodDescription@NotNull ExecutionScheduleScheduleEntry.getExecutionSchedule()Returns theExecutionScheduleof thisScheduleEntry.