public class ExecuteAsyncJobCmd extends Object implements Command<Object>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected JobInfoEntityManager<? extends JobInfoEntity> |
jobEntityManager |
protected String |
jobId |
protected JobServiceConfiguration |
jobServiceConfiguration |
| Constructor and Description |
|---|
ExecuteAsyncJobCmd(String jobId,
JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager,
JobServiceConfiguration jobServiceConfiguration) |
ExecuteAsyncJobCmd(String jobId,
JobServiceConfiguration jobServiceConfiguration) |
protected String jobId
protected JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager
protected JobServiceConfiguration jobServiceConfiguration
public ExecuteAsyncJobCmd(String jobId, JobServiceConfiguration jobServiceConfiguration)
public ExecuteAsyncJobCmd(String jobId, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, JobServiceConfiguration jobServiceConfiguration)
public Object execute(CommandContext commandContext)
Copyright © 2021 Flowable. All rights reserved.