Interface ScheduleTaskDefinitionContext
- All Superinterfaces:
SpecialistsBroker
Context for a task definition, providing specific, task- and job-related agents to access their information.
- Since:
- 5.2.16
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates the context operates on a project.Methods inherited from interface de.espirit.firstspirit.agency.SpecialistsBroker
requestSpecialist, requireSpecialist
-
Method Details
-
hasProject
boolean hasProject()Indicates the context operates on a project.- Returns:
true
, if the context operates on a project.- Since:
- 5.2.16
-