Class ClassificationChangedJob
- java.lang.Object
-
- pro.taskana.common.internal.jobs.AbstractTaskanaJob
-
- pro.taskana.classification.internal.jobs.ClassificationChangedJob
-
- All Implemented Interfaces:
TaskanaJob
public class ClassificationChangedJob extends AbstractTaskanaJob
This class executes a job of type CLASSIFICATIONCHANGEDJOB.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASSIFICATION_IDstatic StringPRIORITY_CHANGEDstatic StringSERVICE_LEVEL_CHANGEDstatic StringTASK_IDS-
Fields inherited from class pro.taskana.common.internal.jobs.AbstractTaskanaJob
firstRun, runEvery, scheduledJob, taskanaEngineImpl, txProvider
-
-
Constructor Summary
Constructors Constructor Description ClassificationChangedJob(TaskanaEngine engine, TaskanaTransactionProvider<Object> txProvider, ScheduledJob job)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()Runs the TaskanaJob.-
Methods inherited from class pro.taskana.common.internal.jobs.AbstractTaskanaJob
createFromScheduledJob, getNextDueForCleanupJob, partition
-
-
-
-
Field Detail
-
TASK_IDS
public static final String TASK_IDS
- See Also:
- Constant Field Values
-
CLASSIFICATION_ID
public static final String CLASSIFICATION_ID
- 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
-
ClassificationChangedJob
public ClassificationChangedJob(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.
-
-