Class UnacquireOwnedJobsCmd
- java.lang.Object
-
- org.flowable.job.service.impl.cmd.UnacquireOwnedJobsCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected JobServiceConfigurationjobServiceConfigurationprotected StringlockOwnerprotected StringtenantId
-
Constructor Summary
Constructors Constructor Description UnacquireOwnedJobsCmd(String lockOwner, String tenantId, JobServiceConfiguration jobServiceConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)protected voidlogJobUnlocking(Job job)
-
-
-
Field Detail
-
jobServiceConfiguration
protected final JobServiceConfiguration jobServiceConfiguration
-
lockOwner
protected final String lockOwner
-
tenantId
protected final String tenantId
-
-
Constructor Detail
-
UnacquireOwnedJobsCmd
public UnacquireOwnedJobsCmd(String lockOwner, String tenantId, JobServiceConfiguration jobServiceConfiguration)
-
-