Package org.flowable.engine.impl.delete
Class DeleteHistoricProcessInstancesSequentialJobHandler
java.lang.Object
org.flowable.engine.impl.delete.DeleteHistoricProcessInstancesSequentialJobHandler
- All Implemented Interfaces:
JobHandler
public class DeleteHistoricProcessInstancesSequentialJobHandler
extends Object
implements JobHandler
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
completeBatch
(Batch batch, String status, ProcessEngineConfigurationImpl engineConfiguration) void
execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) protected void
failBatchPart
(ProcessEngineConfigurationImpl engineConfiguration, BatchService batchService, BatchPart batchPart, Batch batch, String resultJson) getType()
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
DeleteHistoricProcessInstancesSequentialJobHandler
public DeleteHistoricProcessInstancesSequentialJobHandler()
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceJobHandler
-
execute
public void execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) - Specified by:
execute
in interfaceJobHandler
-
failBatchPart
protected void failBatchPart(ProcessEngineConfigurationImpl engineConfiguration, BatchService batchService, BatchPart batchPart, Batch batch, String resultJson) -
completeBatch
protected void completeBatch(Batch batch, String status, ProcessEngineConfigurationImpl engineConfiguration)
-