Class ExecuteAsyncRunnableJobCmd
java.lang.Object
org.flowable.job.service.impl.cmd.ExecuteAsyncRunnableJobCmd
- All Implemented Interfaces:
Serializable,Command<Object>
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JobInfoEntityManager<? extends JobInfoEntity>protected Stringprotected JobServiceConfigurationprotected boolean -
Constructor Summary
ConstructorsConstructorDescriptionExecuteAsyncRunnableJobCmd(String jobId, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, JobServiceConfiguration jobServiceConfiguration, boolean unlock) -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) JobInfoEntityManager<? extends JobInfoEntity>getJobId()booleanisUnlock()voidsetJobEntityManager(JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager) voidvoidsetJobServiceConfiguration(JobServiceConfiguration jobServiceConfiguration) voidsetUnlock(boolean unlock)
-
Field Details
-
jobId
-
jobEntityManager
-
jobServiceConfiguration
-
unlock
protected boolean unlock
-
-
Constructor Details
-
ExecuteAsyncRunnableJobCmd
public ExecuteAsyncRunnableJobCmd(String jobId, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, JobServiceConfiguration jobServiceConfiguration, boolean unlock)
-
-
Method Details