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 voidcompleteBatch(Batch batch, String status, ProcessEngineConfigurationImpl engineConfiguration) voidexecute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) protected voidfailBatchPart(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:
getTypein interfaceJobHandler
-
execute
public void execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) - Specified by:
executein 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)
-