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