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