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 String
JOB_PRIORITY_PROPERTY
protected String
jobId
protected long
priority
-
Constructor Summary
Constructors Constructor Description SetJobPriorityCmd(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)
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 String JOB_PRIORITY_PROPERTY
- See Also:
- Constant Field Values
-
jobId
protected String jobId
-
priority
protected long priority
-
-
Constructor Detail
-
SetJobPriorityCmd
public SetJobPriorityCmd(String jobId, long priority)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
createOpLogEntry
protected void createOpLogEntry(CommandContext commandContext, long previousPriority, JobEntity job)
-
-