Class UnlockExclusiveJobCmd
- java.lang.Object
-
- org.flowable.job.service.impl.cmd.UnlockExclusiveJobCmd
-
- All Implemented Interfaces:
Serializable,Command<Object>
public class UnlockExclusiveJobCmd extends Object implements Command<Object>, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Jobjobprotected JobServiceConfigurationjobServiceConfiguration
-
Constructor Summary
Constructors Constructor Description UnlockExclusiveJobCmd(Job job, JobServiceConfiguration jobServiceConfiguration)
-
-
-
Field Detail
-
job
protected Job job
-
jobServiceConfiguration
protected JobServiceConfiguration jobServiceConfiguration
-
-
Constructor Detail
-
UnlockExclusiveJobCmd
public UnlockExclusiveJobCmd(Job job, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Detail
-
execute
public Object execute(CommandContext commandContext)
-
-