Package | Description |
---|---|
org.camunda.bpm.engine.impl.cmd | |
org.camunda.bpm.engine.impl.jobexecutor | |
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
protected JobEntity |
JobRetryCmd.getJob() |
Modifier and Type | Method and Description |
---|---|
protected void |
JobRetryCmd.decrementRetries(JobEntity job) |
protected void |
FoxJobRetryCmd.executeCustomStrategy(CommandContext commandContext,
JobEntity job,
ActivityImpl activity) |
protected ActivityImpl |
FoxJobRetryCmd.getCurrentActivity(CommandContext commandContext,
JobEntity job) |
protected void |
FoxJobRetryCmd.initializeRetries(JobEntity job,
String failedJobRetryTimeCycle,
DurationHelper durationHelper) |
protected boolean |
FoxJobRetryCmd.isFirstJobExecution(JobEntity job) |
protected void |
AcquireJobsCmd.lockJob(JobEntity job,
String lockOwner,
int lockTimeInMillis) |
protected void |
JobRetryCmd.logException(JobEntity job) |
protected void |
FoxJobRetryCmd.setLockExpirationTime(JobEntity job,
String failedJobRetryTimeCycle,
DurationHelper durationHelper) |
protected void |
JobRetryCmd.unlockJob(JobEntity job) |
Modifier and Type | Class and Description |
---|---|
class |
JobDeclaration<T extends JobEntity>
A job declaration is associated with an activity in the process definition graph.
|
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 |
JobExecutorContext.setCurrentJob(JobEntity currentJob) |
Modifier and Type | Class and Description |
---|---|
class |
MessageEntity
NOTE: instances of Messge Entity should be created via
MessageJobDeclaration . |
class |
TimerEntity |
Modifier and Type | Field and Description |
---|---|
protected List<JobEntity> |
ExecutionEntity.jobs |
Modifier and Type | Method and Description |
---|---|
JobEntity |
JobManager.findJobById(String jobId) |
Modifier and Type | Method and Description |
---|---|
List<JobEntity> |
JobManager.findExclusiveJobsToExecute(String processInstanceId) |
List<JobEntity> |
JobManager.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 |
JobManager.hintJobExecutor(JobEntity job) |
void |
ExecutionEntity.removeJob(JobEntity job) |
Copyright © 2015. All rights reserved.