Uses of Interface
pro.taskana.common.internal.jobs.TaskanaJob
Packages that use TaskanaJob
Package
Description
-
Uses of TaskanaJob in pro.taskana.classification.internal.jobs
Classes in pro.taskana.classification.internal.jobs that implement TaskanaJobModifier and TypeClassDescriptionclassThis class executes a job of type ClassificationChangedJob. -
Uses of TaskanaJob in pro.taskana.common.internal.jobs
Classes in pro.taskana.common.internal.jobs that implement TaskanaJobModifier and TypeClassDescriptionclassAbstract base for all background jobs of TASKANA.Methods in pro.taskana.common.internal.jobs that return TaskanaJobModifier and TypeMethodDescriptionstatic TaskanaJobAbstractTaskanaJob.createFromScheduledJob(TaskanaEngine engine, TaskanaTransactionProvider txProvider, ScheduledJob job) -
Uses of TaskanaJob in pro.taskana.task.internal.jobs
Classes in pro.taskana.task.internal.jobs that implement TaskanaJobModifier and TypeClassDescriptionclassJob to cleanup completed tasks after a period of time.classThis class executes a job of type TaskRefreshJob.classJob to recalculate the priority of each task that is not in an endstate. -
Uses of TaskanaJob in pro.taskana.workbasket.internal.jobs
Classes in pro.taskana.workbasket.internal.jobs that implement TaskanaJobModifier and TypeClassDescriptionclassJob to cleanup completed workbaskets after a period of time if there are no pending tasks associated to the workbasket.