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