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.batch.removaltime | |
org.camunda.bpm.engine.impl.batch.update | |
org.camunda.bpm.engine.impl.batch.variables | |
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.dmn.batch | |
org.camunda.bpm.engine.impl.migration.batch |
Modifier and Type | Class and Description |
---|---|
class |
ModificationBatchJobHandler |
class |
RestartProcessInstancesJobHandler |
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.
|
Modifier and Type | Field and Description |
---|---|
protected BatchJobHandler<?> |
BatchEntity.batchJobHandler |
Modifier and Type | Method and Description |
---|---|
BatchJobHandler<?> |
BatchEntity.getBatchJobHandler() |
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 | Class and Description |
---|---|
class |
BatchSetVariablesHandler |
Modifier and Type | Field and Description |
---|---|
protected Map<String,BatchJobHandler<?>> |
ProcessEngineConfigurationImpl.batchHandlers |
protected List<BatchJobHandler<?>> |
ProcessEngineConfigurationImpl.customBatchJobHandlers |
Modifier and Type | Method and Description |
---|---|
Map<String,BatchJobHandler<?>> |
ProcessEngineConfigurationImpl.getBatchHandlers() |
List<BatchJobHandler<?>> |
ProcessEngineConfigurationImpl.getCustomBatchJobHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessEngineConfigurationImpl.setBatchHandlers(Map<String,BatchJobHandler<?>> batchHandlers) |
void |
ProcessEngineConfigurationImpl.setCustomBatchJobHandlers(List<BatchJobHandler<?>> customBatchJobHandlers) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteHistoricDecisionInstancesJobHandler |
Modifier and Type | Class and Description |
---|---|
class |
MigrationBatchJobHandler
Job handler for batch migration jobs.
|
Copyright © 2022. All rights reserved.