Package | Description |
---|---|
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.jobexecutor | |
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Field and Description |
---|---|
protected List<JobHandler> |
ProcessEngineConfigurationImpl.customJobHandlers |
protected Map<String,JobHandler> |
ProcessEngineConfigurationImpl.jobHandlers |
Modifier and Type | Method and Description |
---|---|
List<JobHandler> |
ProcessEngineConfigurationImpl.getCustomJobHandlers() |
Map<String,JobHandler> |
ProcessEngineConfigurationImpl.getJobHandlers() |
Modifier and Type | Method and Description |
---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCustomJobHandlers(List<JobHandler> customJobHandlers) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setJobHandlers(Map<String,JobHandler> jobHandlers) |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
protected JobHandler |
JobEntity.getJobHandler() |
Copyright © 2015. All rights reserved.