Uses of Class
org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
-
Packages that use JobExecutorContext Package Description org.camunda.bpm.engine.impl.context org.camunda.bpm.engine.impl.jobexecutor -
-
Uses of JobExecutorContext in org.camunda.bpm.engine.impl.context
Fields in org.camunda.bpm.engine.impl.context with type parameters of type JobExecutorContext Modifier and Type Field Description protected static ThreadLocal<JobExecutorContext>Context. jobExecutorContextThreadLocalMethods in org.camunda.bpm.engine.impl.context that return JobExecutorContext Modifier and Type Method Description static JobExecutorContextContext. getJobExecutorContext()Methods in org.camunda.bpm.engine.impl.context with parameters of type JobExecutorContext Modifier and Type Method Description static voidContext. setJobExecutorContext(JobExecutorContext jobExecutorContext) -
Uses of JobExecutorContext in org.camunda.bpm.engine.impl.jobexecutor
Fields in org.camunda.bpm.engine.impl.jobexecutor declared as JobExecutorContext Modifier and Type Field Description protected JobExecutorContextExclusiveJobAddedNotification. jobExecutorContextConstructors in org.camunda.bpm.engine.impl.jobexecutor with parameters of type JobExecutorContext Constructor Description ExclusiveJobAddedNotification(String jobId, JobExecutorContext jobExecutorContext)
-