|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobHandler | |
|---|---|
| org.camunda.bpm.engine.impl.cfg | |
| org.camunda.bpm.engine.impl.jobexecutor | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| Uses of JobHandler in org.camunda.bpm.engine.impl.cfg |
|---|
| Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type JobHandler | |
|---|---|
protected List<JobHandler> |
ProcessEngineConfigurationImpl.customJobHandlers
|
protected Map<String,JobHandler> |
ProcessEngineConfigurationImpl.jobHandlers
|
| Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type JobHandler | |
|---|---|
List<JobHandler> |
ProcessEngineConfigurationImpl.getCustomJobHandlers()
|
Map<String,JobHandler> |
ProcessEngineConfigurationImpl.getJobHandlers()
|
| Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type JobHandler | |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCustomJobHandlers(List<JobHandler> customJobHandlers)
|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setJobHandlers(Map<String,JobHandler> jobHandlers)
|
| Uses of JobHandler in org.camunda.bpm.engine.impl.jobexecutor |
|---|
| Classes in org.camunda.bpm.engine.impl.jobexecutor that implement JobHandler | |
|---|---|
class |
AsyncContinuationJobHandler
|
class |
ProcessEventJobHandler
|
class |
TimerActivateJobDefinitionHandler
|
class |
TimerActivateProcessDefinitionHandler
|
class |
TimerCatchIntermediateEventJobHandler
|
class |
TimerChangeJobDefinitionSuspensionStateJobHandler
|
class |
TimerChangeProcessDefinitionSuspensionStateJobHandler
|
class |
TimerEventJobHandler
|
class |
TimerExecuteNestedActivityJobHandler
|
class |
TimerStartEventJobHandler
|
class |
TimerStartEventSubprocessJobHandler
JobHandler implementation for timer start events which are embedded into an event subprocess. |
class |
TimerSuspendJobDefinitionHandler
|
class |
TimerSuspendProcessDefinitionHandler
|
| Uses of JobHandler in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return JobHandler | |
|---|---|
protected JobHandler |
JobEntity.getJobHandler()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||