Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.batch | |
org.camunda.bpm.engine.impl.batch.deletion | |
org.camunda.bpm.engine.impl.batch.externaltask | |
org.camunda.bpm.engine.impl.batch.job | |
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.jobexecutor | |
org.camunda.bpm.engine.impl.jobexecutor.historycleanup | |
org.camunda.bpm.engine.impl.migration.batch | |
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Class and Description |
---|---|
class |
ModificationBatchJobHandler |
class |
RestartProcessInstancesJobHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
BatchJobHandler<T>
A batch job handler manages batch jobs based
on the configuration
T . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBatchJobHandler<T extends BatchConfiguration>
Common methods for batch job handlers based on list of ids, providing serialization, configuration instantiation, etc.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteHistoricProcessInstancesJobHandler |
class |
DeleteProcessInstancesJobHandler |
Modifier and Type | Class and Description |
---|---|
class |
SetExternalTaskRetriesJobHandler |
Modifier and Type | Class and Description |
---|---|
class |
SetJobRetriesJobHandler |
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 |
JobDeclaration.resolveJobHandler() |
Modifier and Type | Class and Description |
---|---|
class |
HistoryCleanupJobHandler
Job handler for history cleanup job.
|
Modifier and Type | Class and Description |
---|---|
class |
MigrationBatchJobHandler
Job handler for batch migration jobs.
|
Modifier and Type | Method and Description |
---|---|
protected JobHandler |
JobEntity.getJobHandler() |
Copyright © 2017. All rights reserved.