Package org.flowable.engine.impl.delete
Class ComputeDeleteHistoricProcessInstanceIdsJobHandler
java.lang.Object
org.flowable.engine.impl.delete.ComputeDeleteHistoricProcessInstanceIdsJobHandler
- All Implemented Interfaces:
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, boolean sequentialExecution) getType()
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
ComputeDeleteHistoricProcessInstanceIdsJobHandler
public ComputeDeleteHistoricProcessInstanceIdsJobHandler()
-
-
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, boolean sequentialExecution) -
completeBatch
protected void completeBatch(Batch batch, String status, ProcessEngineConfigurationImpl engineConfiguration)
-