|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 JobEntity 的软件包 | |
---|---|
org.activiti.engine.impl.cmd | |
org.activiti.engine.impl.jobexecutor | |
org.activiti.engine.impl.persistence.entity |
org.activiti.engine.impl.cmd 中 JobEntity 的使用 |
---|
参数类型为 JobEntity 的 org.activiti.engine.impl.cmd 中的方法 | |
---|---|
protected void |
AcquireJobsCmd.lockJob(JobEntity job,
String lockOwner,
int lockTimeInMillis)
|
org.activiti.engine.impl.jobexecutor 中 JobEntity 的使用 |
---|
声明为 JobEntity 的 org.activiti.engine.impl.jobexecutor 中的字段 | |
---|---|
protected JobEntity |
JobExecutorContext.currentJob
|
返回 JobEntity 的 org.activiti.engine.impl.jobexecutor 中的方法 | |
---|---|
JobEntity |
JobExecutorContext.getCurrentJob()
|
参数类型为 JobEntity 的 org.activiti.engine.impl.jobexecutor 中的方法 | |
---|---|
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)
|
org.activiti.engine.impl.persistence.entity 中 JobEntity 的使用 |
---|
org.activiti.engine.impl.persistence.entity 中 JobEntity 的子类 | |
---|---|
class |
MessageEntity
|
class |
TimerEntity
|
类型参数类型为 JobEntity 的 org.activiti.engine.impl.persistence.entity 中的字段 | |
---|---|
protected List<JobEntity> |
ExecutionEntity.jobs
|
返回 JobEntity 的 org.activiti.engine.impl.persistence.entity 中的方法 | |
---|---|
JobEntity |
JobEntityManager.findJobById(String jobId)
|
返回变量类型为 JobEntity 的类型的 org.activiti.engine.impl.persistence.entity 中的方法 | |
---|---|
List<JobEntity> |
JobEntityManager.findExclusiveJobsToExecute(String processInstanceId)
|
List<JobEntity> |
JobEntityManager.findNextJobsToExecute(Page page)
|
List<JobEntity> |
ExecutionEntity.getJobs()
|
protected List<JobEntity> |
ExecutionEntity.getJobsInternal()
|
参数类型为 JobEntity 的 org.activiti.engine.impl.persistence.entity 中的方法 | |
---|---|
void |
ExecutionEntity.addJob(JobEntity jobEntity)
|
protected void |
JobEntityManager.hintJobExecutor(JobEntity job)
|
void |
ExecutionEntity.removeJob(JobEntity job)
|
|
||||||||||
上一个 下一个 | 框架 无框架 |