Class DeleteHistoricDecisionInstancesJobHandler
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandler<BatchConfiguration>
- 
- org.camunda.bpm.engine.impl.dmn.batch.DeleteHistoricDecisionInstancesJobHandler
 
 
- 
- All Implemented Interfaces:
- BatchJobHandler<BatchConfiguration>,- OptimisticLockingListener,- JobHandler<BatchJobConfiguration>
 
 public class DeleteHistoricDecisionInstancesJobHandler extends AbstractBatchJobHandler<BatchConfiguration> 
- 
- 
Field SummaryFields Modifier and Type Field Description static BatchJobDeclarationJOB_DECLARATION
 - 
Constructor SummaryConstructors Constructor Description DeleteHistoricDecisionInstancesJobHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BatchConfigurationcreateJobConfiguration(BatchConfiguration configuration, java.util.List<java.lang.String> decisionIdsForJob)voidexecuteHandler(BatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId)JobDeclaration<BatchJobContext,MessageEntity>getJobDeclaration()Get the job declaration for batch jobs.protected DeleteHistoricDecisionInstanceBatchConfigurationJsonConvertergetJsonConverterInstance()java.lang.StringgetType()- 
Methods inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandlercreateBatchJob, createJobEntities, createJobs, deleteJobs, execute, failedOperation, getEntityType, newConfiguration, onDelete, postProcessJob, readConfiguration, sanitizeMappings, saveConfiguration, writeConfiguration
 
- 
 
- 
- 
- 
Field Detail- 
JOB_DECLARATIONpublic static final BatchJobDeclaration JOB_DECLARATION 
 
- 
 - 
Method Detail- 
getTypepublic java.lang.String getType() 
 - 
getJsonConverterInstanceprotected DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter getJsonConverterInstance() - Specified by:
- getJsonConverterInstancein class- AbstractBatchJobHandler<BatchConfiguration>
 
 - 
getJobDeclarationpublic JobDeclaration<BatchJobContext,MessageEntity> getJobDeclaration() Description copied from interface:BatchJobHandlerGet the job declaration for batch jobs.- Specified by:
- getJobDeclarationin interface- BatchJobHandler<BatchConfiguration>
- Specified by:
- getJobDeclarationin class- AbstractBatchJobHandler<BatchConfiguration>
- Returns:
- the batch job declaration
 
 - 
createJobConfigurationprotected BatchConfiguration createJobConfiguration(BatchConfiguration configuration, java.util.List<java.lang.String> decisionIdsForJob) - Specified by:
- createJobConfigurationin class- AbstractBatchJobHandler<BatchConfiguration>
 
 - 
executeHandlerpublic void executeHandler(BatchConfiguration batchConfiguration, ExecutionEntity execution, CommandContext commandContext, java.lang.String tenantId) - Specified by:
- executeHandlerin class- AbstractBatchJobHandler<BatchConfiguration>
 
 
- 
 
-