public class DeleteHistoricProcessInstancesJobHandler extends AbstractBatchJobHandler<BatchConfiguration>
Modifier and Type | Field and Description |
---|---|
static BatchJobDeclaration |
JOB_DECLARATION |
Constructor and Description |
---|
DeleteHistoricProcessInstancesJobHandler() |
Modifier and Type | Method and Description |
---|---|
protected BatchConfiguration |
createJobConfiguration(BatchConfiguration configuration,
List<String> processIdsForJob) |
void |
execute(BatchJobConfiguration configuration,
ExecutionEntity execution,
CommandContext commandContext,
String tenantId) |
JobDeclaration<BatchJobContext,MessageEntity> |
getJobDeclaration()
Get the job declaration for batch jobs.
|
protected DeleteHistoricProcessInstanceBatchConfigurationJsonConverter |
getJsonConverterInstance() |
String |
getType() |
createBatchJob, createJobs, deleteJobs, newConfiguration, onDelete, postProcessJob, readConfiguration, saveConfiguration, writeConfiguration
public static final BatchJobDeclaration JOB_DECLARATION
public DeleteHistoricProcessInstancesJobHandler()
public String getType()
protected DeleteHistoricProcessInstanceBatchConfigurationJsonConverter getJsonConverterInstance()
getJsonConverterInstance
in class AbstractBatchJobHandler<BatchConfiguration>
public JobDeclaration<BatchJobContext,MessageEntity> getJobDeclaration()
BatchJobHandler
getJobDeclaration
in interface BatchJobHandler<BatchConfiguration>
getJobDeclaration
in class AbstractBatchJobHandler<BatchConfiguration>
protected BatchConfiguration createJobConfiguration(BatchConfiguration configuration, List<String> processIdsForJob)
createJobConfiguration
in class AbstractBatchJobHandler<BatchConfiguration>
public void execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
Copyright © 2022. All rights reserved.