Package org.camunda.bpm.engine.impl.cmd
Class UnlockJobCmd
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.cmd.UnlockJobCmd
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringjobIdprotected static longserialVersionUID
 - 
Constructor SummaryConstructors Constructor Description UnlockJobCmd(java.lang.String jobId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Voidexecute(CommandContext commandContext)protected JobEntitygetJob()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable
 
- 
 
- 
- 
- 
Field Detail- 
serialVersionUIDprotected static final long serialVersionUID - See Also:
- Constant Field Values
 
 - 
jobIdprotected java.lang.String jobId 
 
- 
 - 
Method Detail- 
getJobprotected JobEntity getJob() 
 - 
executepublic java.lang.Void execute(CommandContext commandContext) 
 
- 
 
-