public class DeleteHistoricCaseInstanceIdsStatusJobHandler extends Object implements JobHandler
| Constructor and Description |
|---|
DeleteHistoricCaseInstanceIdsStatusJobHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
completeBatch(org.flowable.batch.api.Batch batch,
String status,
CmmnEngineConfiguration engineConfiguration) |
protected void |
completeBatchFail(org.flowable.batch.api.Batch batch,
List<org.flowable.batch.api.BatchPart> failedParts,
CmmnEngineConfiguration engineConfiguration) |
protected org.flowable.batch.api.BatchPartQuery |
createStatusQuery(org.flowable.batch.api.Batch batch,
CmmnManagementService 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 DeleteHistoricCaseInstanceIdsStatusJobHandler()
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,
CmmnManagementService managementService)
protected void completeBatch(org.flowable.batch.api.Batch batch,
String status,
CmmnEngineConfiguration engineConfiguration)
protected void completeBatchFail(org.flowable.batch.api.Batch batch,
List<org.flowable.batch.api.BatchPart> failedParts,
CmmnEngineConfiguration engineConfiguration)
protected com.fasterxml.jackson.databind.JsonNode readJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Copyright © 2021 Flowable. All rights reserved.