Package org.camunda.bpm.engine.impl.cmd
Class SetJobPriorityCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.SetJobPriorityCmd
- Author:
- Thorben Lindhauer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
createOpLogEntry
(CommandContext commandContext, long previousPriority, JobEntity job) execute
(CommandContext commandContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
JOB_PRIORITY_PROPERTY
- See Also:
-
jobId
-
priority
protected long priority
-
-
Constructor Details
-
SetJobPriorityCmd
-
-
Method Details
-
execute
-
createOpLogEntry
protected void createOpLogEntry(CommandContext commandContext, long previousPriority, JobEntity job)
-