Package pro.taskana.common.internal.jobs
Interface TaskanaJob
-
- All Known Implementing Classes:
AbstractTaskanaJob,ClassificationChangedJob,TaskCleanupJob,TaskRefreshJob,WorkbasketCleanupJob
public interface TaskanaJobInterface for all background TASKANA jobs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()Runs the TaskanaJob.
-
-
-
Method Detail
-
run
void run() throws TaskanaException
Runs the TaskanaJob.- Throws:
TaskanaException- if an exception occured during the run.
-
-