Uses of Class
pro.taskana.common.internal.jobs.AbstractTaskanaJob
-
Packages that use AbstractTaskanaJob Package Description pro.taskana.classification.internal.jobs pro.taskana.task.internal.jobs pro.taskana.workbasket.internal.jobs -
-
Uses of AbstractTaskanaJob in pro.taskana.classification.internal.jobs
Subclasses of AbstractTaskanaJob in pro.taskana.classification.internal.jobs Modifier and Type Class Description classClassificationChangedJobThis class executes a job of type ClassificationChangedJob. -
Uses of AbstractTaskanaJob in pro.taskana.task.internal.jobs
Subclasses of AbstractTaskanaJob in pro.taskana.task.internal.jobs Modifier and Type Class Description classTaskCleanupJobJob to cleanup completed tasks after a period of time.classTaskRefreshJobThis class executes a job of type TaskRefreshJob.classTaskUpdatePriorityJobJob to recalculate the priority of each task that is not in an endstate. -
Uses of AbstractTaskanaJob in pro.taskana.workbasket.internal.jobs
Subclasses of AbstractTaskanaJob in pro.taskana.workbasket.internal.jobs Modifier and Type Class Description classWorkbasketCleanupJobJob to cleanup completed workbaskets after a period of time if there are no pending tasks associated to the workbasket.
-