public class DeleteHistoricCaseInstanceIdsJobHandler extends Object implements JobHandler
| Constructor and Description |
|---|
DeleteHistoricCaseInstanceIdsJobHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(JobEntity job,
String configuration,
org.flowable.variable.api.delegate.VariableScope variableScope,
CommandContext commandContext) |
protected com.fasterxml.jackson.databind.JsonNode |
getBatchPartResult(org.flowable.batch.api.BatchPart batchPart,
CmmnEngineConfiguration engineConfiguration) |
String |
getType() |
public static final String TYPE
public DeleteHistoricCaseInstanceIdsJobHandler()
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 com.fasterxml.jackson.databind.JsonNode getBatchPartResult(org.flowable.batch.api.BatchPart batchPart,
CmmnEngineConfiguration engineConfiguration)
Copyright © 2021 Flowable. All rights reserved.