| Package | Description |
|---|---|
| org.activiti.engine.impl.cmd | |
| org.activiti.engine.impl.jobexecutor | |
| org.activiti.engine.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AcquireJobsCmd.lockJob(JobEntity job,
String lockOwner,
int lockTimeInMillis) |
| Modifier and Type | Field and Description |
|---|---|
protected JobEntity |
JobExecutorContext.currentJob |
| Modifier and Type | Method and Description |
|---|---|
JobEntity |
JobExecutorContext.getCurrentJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimerSuspendProcessDefinitionHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerStartEventJobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerExecuteNestedActivityJobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerCatchIntermediateEventJobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
TimerActivateProcessDefinitionHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
ProcessEventJobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
JobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
AsyncContinuationJobHandler.execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
void |
JobExecutorContext.setCurrentJob(JobEntity currentJob) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageEntity |
class |
TimerEntity |
| 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.findNextJobsToExecute(Page page) |
List<JobEntity> |
ExecutionEntity.getJobs() |
protected List<JobEntity> |
ExecutionEntity.getJobsInternal() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionEntity.addJob(JobEntity jobEntity) |
protected void |
JobEntityManager.hintJobExecutor(JobEntity job) |
void |
ExecutionEntity.removeJob(JobEntity job) |
Copyright © 2014 Alfresco. All rights reserved.