Interface ScheduleTaskControlsAgent
public interface ScheduleTaskControlsAgent
Agent providing control handles on a job's tasks.
- Since:
- 5.2.14
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SpecialistType<ScheduleTaskControlsAgent>
Agent providing control handles on a job's tasks. -
Method Summary
Modifier and TypeMethodDescriptionProvides the controls of tasks precedent to the current one.Provides the controls of tasks subsequent to the current one.
-
Field Details
-
TYPE
Agent providing control handles on a job's tasks.- Since:
- 5.2.14
-
-
Method Details
-
getControlsOfPrecedentTasks
Iterable<ScheduleTaskControl> getControlsOfPrecedentTasks()Provides the controls of tasks precedent to the current one.- Returns:
- Controls of precedent tasks.
- Since:
- 5.2.14
-
getControlsOfSubsequentTasks
Iterable<ScheduleTaskControl> getControlsOfSubsequentTasks()Provides the controls of tasks subsequent to the current one.- Returns:
- Controls of subsequent tasks.
- Since:
- 5.2.14
-