Uses of Interface
de.espirit.firstspirit.scheduling.ScheduleTaskControl
Package
Description
-
Uses of ScheduleTaskControl in de.espirit.firstspirit.access.schedule
Modifier and TypeMethodDescriptionvoid
DeltaGeneration.ChangeSet.configureGenerateTask
(@NotNull ScheduleTaskControl control) Configure the provided control, provided that it refers to a generating task. -
Uses of ScheduleTaskControl in de.espirit.firstspirit.scheduling
Modifier and TypeMethodDescriptionvoid
ScheduleTaskExecutor.execute
(@NotNull ScheduleTaskControl control, D customData, @NotNull ScheduleTaskExecutionContext executionContext) Execute with the given task information in the provided context.void
ScheduleTaskExecutor.validate
(@NotNull ScheduleTaskControl control, D customData, @NotNull ScheduleTaskExecutionContext executionContext) Validate with the given task information in the provided context. -
Uses of ScheduleTaskControl in de.espirit.firstspirit.scheduling.agency
Modifier and TypeMethodDescriptionScheduleTaskControlsAgent.getControlsOfPrecedentTasks()
Provides the controls of tasks precedent to the current one.ScheduleTaskControlsAgent.getControlsOfSubsequentTasks()
Provides the controls of tasks subsequent to the current one.