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 StringJOB_PRIORITY_PROPERTYprotected StringjobIdprotected longpriority 
- 
Constructor Summary
Constructors Constructor Description SetJobPriorityCmd(String jobId, long priority) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateOpLogEntry(CommandContext commandContext, long previousPriority, JobEntity job)Voidexecute(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)
 
 - 
 
 -