| 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 | Class and Description | 
|---|---|
class  | 
BatchSetRemovalTimeJobHandler  | 
class  | 
DecisionSetRemovalTimeJobHandler  | 
class  | 
ProcessSetRemovalTimeJobHandler  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UpdateProcessInstancesSuspendStateJobHandler  | 
| 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  | 
DeleteHistoricDecisionInstancesJobHandler  | 
| 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  | 
class  | 
TimerTaskListenerJobHandler
JobHandler implementation for timer task listeners which can be defined for user tasks. | 
| 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 © 2019. All rights reserved.