Package pro.taskana.common.api
Interface JobService
- All Known Implementing Classes:
JobServiceImpl
public interface JobService
Service to manage the TaskanaJobs.
-
Method Summary
Modifier and TypeMethodDescriptioncreateJob(ScheduledJob job) Initializes the given ScheduledJob and inserts it into the database.
-
Method Details
-
createJob
Initializes the given ScheduledJob and inserts it into the database.
-