Class ExecuteAsyncJobCmd
java.lang.Object
org.flowable.job.service.impl.cmd.ExecuteAsyncJobCmd
- All Implemented Interfaces:
Serializable
,Command<Object>
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JobInfoEntityManager<? extends JobInfoEntity>
protected String
protected JobServiceConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionExecuteAsyncJobCmd
(String jobId, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, JobServiceConfiguration jobServiceConfiguration) ExecuteAsyncJobCmd
(String jobId, JobServiceConfiguration jobServiceConfiguration) -
Method Summary
-
Field Details
-
jobId
-
jobEntityManager
-
jobServiceConfiguration
-
-
Constructor Details
-
ExecuteAsyncJobCmd
-
ExecuteAsyncJobCmd
public ExecuteAsyncJobCmd(String jobId, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Details