public class DeleteHistoricProcessInstanceIdsStatusJobHandler extends Object implements JobHandler
| Constructor and Description |
|---|
DeleteHistoricProcessInstanceIdsStatusJobHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
completeBatch(org.flowable.batch.api.Batch batch,
String status,
ProcessEngineConfigurationImpl engineConfiguration) |
protected void |
completeBatchFail(org.flowable.batch.api.Batch batch,
List<org.flowable.batch.api.BatchPart> failedParts,
ProcessEngineConfigurationImpl engineConfiguration) |
protected org.flowable.batch.api.BatchPartQuery |
createStatusQuery(org.flowable.batch.api.Batch batch,
ManagementService managementService) |
void |
execute(JobEntity job,
String configuration,
org.flowable.variable.api.delegate.VariableScope variableScope,
CommandContext commandContext) |
String |
getType() |
protected com.fasterxml.jackson.databind.JsonNode |
readJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
public static final String TYPE
public DeleteHistoricProcessInstanceIdsStatusJobHandler()
public String getType()
getType in interface JobHandlerpublic void execute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)
execute in interface JobHandlerprotected org.flowable.batch.api.BatchPartQuery createStatusQuery(org.flowable.batch.api.Batch batch,
ManagementService managementService)
protected void completeBatch(org.flowable.batch.api.Batch batch,
String status,
ProcessEngineConfigurationImpl engineConfiguration)
protected void completeBatchFail(org.flowable.batch.api.Batch batch,
List<org.flowable.batch.api.BatchPart> failedParts,
ProcessEngineConfigurationImpl engineConfiguration)
protected com.fasterxml.jackson.databind.JsonNode readJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Copyright © 2022 Flowable. All rights reserved.