Uses of Interface
de.espirit.firstspirit.scheduling.ScheduleTaskControl
Packages that use ScheduleTaskControl
Package
Description
-
Uses of ScheduleTaskControl in de.espirit.firstspirit.access.schedule
Methods in de.espirit.firstspirit.access.schedule with parameters of type ScheduleTaskControlModifier 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
Methods in de.espirit.firstspirit.scheduling with parameters of type ScheduleTaskControlModifier 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
Methods in de.espirit.firstspirit.scheduling.agency that return types with arguments of type ScheduleTaskControlModifier 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.