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)
-
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)
-