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() |
protected BatchJobHandler<RestartProcessInstancesBatchConfiguration> |
RestartProcessInstancesBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
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 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 | Method and Description |
---|---|
protected BatchJobHandler<SetRetriesBatchConfiguration> |
SetExternalTasksRetriesBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
protected BatchJobHandler<SetRetriesBatchConfiguration> |
AbstractSetJobsRetriesBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
protected BatchJobHandler<UpdateProcessInstancesSuspendStateBatchConfiguration> |
UpdateProcessInstancesSuspendStateBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
protected BatchJobHandler<ModificationBatchConfiguration> |
ModifyProcessInstanceAsyncCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
protected BatchJobHandler<ModificationBatchConfiguration> |
ProcessInstanceModificationBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
Modifier and Type | Method and Description |
---|---|
protected BatchJobHandler<BatchConfiguration> |
DeleteHistoricProcessInstancesBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
protected abstract BatchJobHandler |
AbstractIDBasedBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
protected BatchJobHandler<DeleteProcessInstanceBatchConfiguration> |
DeleteProcessInstanceBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
Modifier and Type | Method and Description |
---|---|
protected BatchJobHandler |
SetRemovalTimeToHistoricProcessInstancesCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
protected BatchJobHandler |
SetRemovalTimeToHistoricDecisionInstancesCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
protected BatchJobHandler |
SetRemovalTimeToHistoricBatchesCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteHistoricDecisionInstancesJobHandler |
Modifier and Type | Method and Description |
---|---|
protected BatchJobHandler<BatchConfiguration> |
DeleteHistoricDecisionInstancesBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
Modifier and Type | Class and Description |
---|---|
class |
MigrationBatchJobHandler
Job handler for batch migration jobs.
|
Modifier and Type | Method and Description |
---|---|
protected BatchJobHandler<MigrationBatchConfiguration> |
MigrateProcessInstanceBatchCmd.getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration) |
Copyright © 2019. All rights reserved.