|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JobHandler in org.camunda.bpm.engine.impl.batch |
|---|
| Subinterfaces of JobHandler in org.camunda.bpm.engine.impl.batch | |
|---|---|
interface |
BatchJobHandler<T>
A batch job handler manages batch jobs based on the configuration T. |
| Classes in org.camunda.bpm.engine.impl.batch that implement JobHandler | |
|---|---|
class |
BatchMonitorJobHandler
Job handler for batch monitor jobs. |
class |
BatchSeedJobHandler
The batch seed job handler is responsible to create all jobs to be executed by the batch. |
| 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
|
| Methods in org.camunda.bpm.engine.impl.jobexecutor that return JobHandler | |
|---|---|
protected JobHandler |
JobDeclaration.resolveJobHandler()
|
| Uses of JobHandler in org.camunda.bpm.engine.impl.migration.batch |
|---|
| Classes in org.camunda.bpm.engine.impl.migration.batch that implement JobHandler | |
|---|---|
class |
MigrationBatchJobHandler
Job handler for batch migration jobs. |
| 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 | |||||||||