Package org.flowable.engine.impl.delete
Class ComputeDeleteHistoricProcessInstanceStatusJobHandler
java.lang.Object
org.flowable.engine.impl.delete.ComputeDeleteHistoricProcessInstanceStatusJobHandler
- All Implemented Interfaces:
JobHandler
public class ComputeDeleteHistoricProcessInstanceStatusJobHandler
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) protected BatchPartQuery
createStatusQuery
(Batch batch, ManagementService managementService) void
execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) getType()
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
ComputeDeleteHistoricProcessInstanceStatusJobHandler
public ComputeDeleteHistoricProcessInstanceStatusJobHandler()
-
-
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
-
createStatusQuery
-
completeBatch
protected void completeBatch(Batch batch, String status, ProcessEngineConfigurationImpl engineConfiguration)
-