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
-
-
Constructor Summary
Constructors Constructor Description DeleteHistoricProcessInstancesSequentialJobHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcompleteBatch(org.flowable.batch.api.Batch batch, String status, ProcessEngineConfigurationImpl engineConfiguration)voidexecute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)protected voidfailBatchPart(ProcessEngineConfigurationImpl engineConfiguration, org.flowable.batch.api.BatchService batchService, org.flowable.batch.api.BatchPart batchPart, org.flowable.batch.api.Batch batch, String resultJson)StringgetType()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein interfaceJobHandler
-
execute
public void execute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)
- Specified by:
executein interfaceJobHandler
-
failBatchPart
protected void failBatchPart(ProcessEngineConfigurationImpl engineConfiguration, org.flowable.batch.api.BatchService batchService, org.flowable.batch.api.BatchPart batchPart, org.flowable.batch.api.Batch batch, String resultJson)
-
completeBatch
protected void completeBatch(org.flowable.batch.api.Batch batch, String status, ProcessEngineConfigurationImpl engineConfiguration)
-
-