| Package | Description |
|---|---|
| org.activiti.engine.impl.asyncexecutor | |
| org.activiti.engine.impl.cmd | |
| org.activiti.engine.impl.jobexecutor | |
| org.activiti.engine.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
static void |
AsyncJobUtil.executeJob(JobEntity job,
CommandExecutor commandExecutor) |
static void |
AsyncJobUtil.handleFailedJob(JobEntity job,
Throwable exception,
CommandExecutor commandExecutor) |
protected static void |
AsyncJobUtil.unacquireJob(CommandExecutor commandExecutor,
JobEntity job) |
protected static void |
AsyncJobUtil.unlockJobIsNeeded(JobEntity job,
CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected JobEntity |
UnlockExclusiveJobCmd.job |
protected JobEntity |
LockExclusiveJobCmd.job |
protected JobEntity |
ExecuteJobsCmd.job |
protected JobEntity |
ExecuteAsyncJobCmd.job |
| Modifier and Type | Method and Description |
|---|---|
protected JobEntity |
DeleteJobCmd.getJobToDelete(CommandContext commandContext) |
| Constructor and Description |
|---|
ExecuteAsyncJobCmd(JobEntity job) |
ExecuteJobsCmd(JobEntity job) |
LockExclusiveJobCmd(JobEntity job) |
UnlockExclusiveJobCmd(JobEntity job) |
| Modifier and Type | Field and Description |
|---|---|
protected JobEntity |
SingleJobExecutorContext.currentJob |
| Modifier and Type | Field and Description |
|---|---|
protected List<JobEntity> |
SingleJobExecutorContext.currentProcessorJobQueue |
| Modifier and Type | Method and Description |
|---|---|
JobEntity |
SingleJobExecutorContext.getCurrentJob() |
JobEntity |
JobExecutorContext.getCurrentJob() |
| Modifier and Type | Method and Description |
|---|---|
List<JobEntity> |
SingleJobExecutorContext.getCurrentProcessorJobQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleJobExecutorContext.setCurrentJob(JobEntity currentJob) |
void |
JobExecutorContext.setCurrentJob(JobEntity currentJob) |
| Modifier and Type | Field and Description |
|---|---|
protected List<JobEntity> |
ExecutionEntity.jobs |
| Modifier and Type | Method and Description |
|---|---|
JobEntity |
JobEntityManager.findJobById(String jobId) |
| Modifier and Type | Method and Description |
|---|---|
List<JobEntity> |
JobEntityManager.findExclusiveJobsToExecute(String processInstanceId) |
List<JobEntity> |
JobEntityManager.findJobsByExecutionId(String executionId) |
List<JobEntity> |
JobEntityManager.findJobsByLockOwner(String lockOwner,
int start,
int maxNrOfJobs) |
List<JobEntity> |
JobEntityManager.findJobsByProcessInstanceId(String processInstanceId) |
List<JobEntity> |
JobEntityManager.findNextJobsToExecute(Page page) |
List<JobEntity> |
ExecutionEntity.getJobs() |
protected List<JobEntity> |
ExecutionEntity.getJobsInternal() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionEntity.addJob(JobEntity jobEntity) |
void |
ExecutionEntity.removeJob(JobEntity job) |
void |
JobEntityManager.send(JobEntity message) |
Copyright © 2018 Flowable. All rights reserved.