Uses of Class
pro.taskana.common.api.ScheduledJob
-
-
Uses of ScheduledJob in pro.taskana.classification.internal.jobs
Constructors in pro.taskana.classification.internal.jobs with parameters of type ScheduledJob Constructor Description ClassificationChangedJob(TaskanaEngine engine, TaskanaTransactionProvider txProvider, ScheduledJob job) -
Uses of ScheduledJob in pro.taskana.common.api
Methods in pro.taskana.common.api that return ScheduledJob Modifier and Type Method Description ScheduledJobJobService. createJob(ScheduledJob job)Initializes the given ScheduledJob and inserts it into the database.Methods in pro.taskana.common.api with parameters of type ScheduledJob Modifier and Type Method Description ScheduledJobJobService. createJob(ScheduledJob job)Initializes the given ScheduledJob and inserts it into the database. -
Uses of ScheduledJob in pro.taskana.common.internal
Methods in pro.taskana.common.internal that return ScheduledJob Modifier and Type Method Description ScheduledJobJobServiceImpl. createJob(ScheduledJob job)ScheduledJobJobServiceImpl. lockJob(ScheduledJob job, String owner)Methods in pro.taskana.common.internal that return types with arguments of type ScheduledJob Modifier and Type Method Description List<ScheduledJob>JobMapper. findJobsToRun(Instant now)List<ScheduledJob>JobServiceImpl. findJobsToRun()Methods in pro.taskana.common.internal with parameters of type ScheduledJob Modifier and Type Method Description ScheduledJobJobServiceImpl. createJob(ScheduledJob job)voidJobMapper. delete(ScheduledJob job)voidJobServiceImpl. deleteJob(ScheduledJob job)IntegerJobMapper. insertJob(ScheduledJob job)ScheduledJobJobServiceImpl. lockJob(ScheduledJob job, String owner)voidJobMapper. update(ScheduledJob job) -
Uses of ScheduledJob in pro.taskana.common.internal.jobs
Fields in pro.taskana.common.internal.jobs declared as ScheduledJob Modifier and Type Field Description protected ScheduledJobAbstractTaskanaJob. scheduledJobMethods in pro.taskana.common.internal.jobs with parameters of type ScheduledJob Modifier and Type Method Description static TaskanaJobAbstractTaskanaJob. createFromScheduledJob(TaskanaEngine engine, TaskanaTransactionProvider txProvider, ScheduledJob job)Constructors in pro.taskana.common.internal.jobs with parameters of type ScheduledJob Constructor Description AbstractTaskanaJob(TaskanaEngine taskanaEngine, TaskanaTransactionProvider txProvider, ScheduledJob job, boolean async) -
Uses of ScheduledJob in pro.taskana.task.internal.jobs
Constructors in pro.taskana.task.internal.jobs with parameters of type ScheduledJob Constructor Description TaskCleanupJob(TaskanaEngine taskanaEngine, TaskanaTransactionProvider txProvider, ScheduledJob scheduledJob)TaskRefreshJob(TaskanaEngine engine, TaskanaTransactionProvider txProvider, ScheduledJob job)TaskUpdatePriorityJob(TaskanaEngine taskanaEngine, TaskanaTransactionProvider txProvider, ScheduledJob scheduledJob) -
Uses of ScheduledJob in pro.taskana.workbasket.internal.jobs
Constructors in pro.taskana.workbasket.internal.jobs with parameters of type ScheduledJob Constructor Description WorkbasketCleanupJob(TaskanaEngine taskanaEngine, TaskanaTransactionProvider txProvider, ScheduledJob job)
-