Package pro.taskana.common.api
Interface JobService
-
- All Known Implementing Classes:
JobServiceImpl
public interface JobServiceService to manage the TaskanaJobs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScheduledJobcreateJob(ScheduledJob job)Initializes the given ScheduledJob and inserts it into the database.
-
-
-
Method Detail
-
createJob
ScheduledJob createJob(ScheduledJob job)
Initializes the given ScheduledJob and inserts it into the database.
-
-