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_CHANGED-
Fields inherited from class pro.taskana.common.internal.jobs.AbstractTaskanaJob
firstRun, runEvery, scheduledJob, taskanaEngineImpl, txProvider
-
-
Constructor Summary
Constructors Constructor Description ClassificationChangedJob(TaskanaEngine engine, TaskanaTransactionProvider txProvider, ScheduledJob job)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()protected StringgetType()StringtoString()-
Methods inherited from class pro.taskana.common.internal.jobs.AbstractTaskanaJob
createFromScheduledJob, getFirstRun, getNextDueForJob, getRunEvery, initializeSchedule, isAsync, run, scheduleNextJob
-
-
-
-
Field Detail
-
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 txProvider, ScheduledJob job)
-
-
Method Detail
-
execute
public void execute() throws TaskanaException- Specified by:
executein classAbstractTaskanaJob- Throws:
TaskanaException
-
getType
protected String getType()
- Specified by:
getTypein classAbstractTaskanaJob
-
-