Package pro.taskana.task.internal.jobs
Class TaskRefreshJob
- java.lang.Object
-
- pro.taskana.common.internal.jobs.AbstractTaskanaJob
-
- pro.taskana.task.internal.jobs.TaskRefreshJob
-
- All Implemented Interfaces:
TaskanaJob
public class TaskRefreshJob extends AbstractTaskanaJob
This class executes a job of type CLASSIFICATIONCHANGEDJOB.
-
-
Field Summary
Fields Modifier and Type Field Description static StringPRIORITY_CHANGEDstatic StringSERVICE_LEVEL_CHANGEDstatic StringTASK_IDS-
Fields inherited from class pro.taskana.common.internal.jobs.AbstractTaskanaJob
scheduledJob, taskanaEngineImpl, txProvider
-
-
Constructor Summary
Constructors Constructor Description TaskRefreshJob(TaskanaEngine engine, TaskanaTransactionProvider<Object> txProvider, ScheduledJob job)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()Runs the TaskanaJob.StringtoString()-
Methods inherited from class pro.taskana.common.internal.jobs.AbstractTaskanaJob
createFromScheduledJob, partition
-
-
-
-
Field Detail
-
TASK_IDS
public static final String TASK_IDS
- See Also:
- Constant Field Values
-
PRIORITY_CHANGED
public static final String PRIORITY_CHANGED
- See Also:
- Constant Field Values
-
SERVICE_LEVEL_CHANGED
public static final String SERVICE_LEVEL_CHANGED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TaskRefreshJob
public TaskRefreshJob(TaskanaEngine engine, TaskanaTransactionProvider<Object> txProvider, ScheduledJob job)
-
-
Method Detail
-
run
public void run() throws TaskanaExceptionDescription copied from interface:TaskanaJobRuns the TaskanaJob.- Throws:
TaskanaException- if an exception occured during the run.
-
-