Package org.camunda.bpm.engine.impl.cmd
Class SetJobPriorityCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.SetJobPriorityCmd
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JOB_PRIORITY_PROPERTY
protected java.lang.String
jobId
protected long
priority
-
Constructor Summary
Constructors Constructor Description SetJobPriorityCmd(java.lang.String jobId, long priority)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
createOpLogEntry(CommandContext commandContext, long previousPriority, JobEntity job)
java.lang.Void
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 Detail
-
JOB_PRIORITY_PROPERTY
public static final java.lang.String JOB_PRIORITY_PROPERTY
- See Also:
- Constant Field Values
-
jobId
protected java.lang.String jobId
-
priority
protected long priority
-
-
Method Detail
-
execute
public java.lang.Void execute(CommandContext commandContext)
-
createOpLogEntry
protected void createOpLogEntry(CommandContext commandContext, long previousPriority, JobEntity job)
-
-