Package org.flowable.engine.impl.delete
Class DeleteHistoricProcessInstanceIdsStatusJobHandler
java.lang.Object
org.flowable.engine.impl.delete.DeleteHistoricProcessInstanceIdsStatusJobHandler
- 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) protected void
completeBatchFail
(Batch batch, List<BatchPart> failedParts, ProcessEngineConfigurationImpl engineConfiguration) protected BatchPartQuery
createStatusQuery
(Batch batch, ManagementService managementService) void
execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) getType()
protected com.fasterxml.jackson.databind.JsonNode
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
DeleteHistoricProcessInstanceIdsStatusJobHandler
public DeleteHistoricProcessInstanceIdsStatusJobHandler()
-
-
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) -
completeBatchFail
protected void completeBatchFail(Batch batch, List<BatchPart> failedParts, ProcessEngineConfigurationImpl engineConfiguration) -
readJson
protected com.fasterxml.jackson.databind.JsonNode readJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-