Package org.camunda.bpm.engine.impl.cmd
Class UnlockJobCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.UnlockJobCmd
Unlock job.
- Author:
- Thomas Skjolberg
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(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 Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
jobId
-
-
Constructor Details
-
UnlockJobCmd
-
-
Method Details