public class ComputeDeleteHistoricCaseInstanceIdsJobHandler extends Object implements JobHandler
| Constructor and Description |
|---|
ComputeDeleteHistoricCaseInstanceIdsJobHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
completeBatch(org.flowable.batch.api.Batch batch,
String status,
CmmnEngineConfiguration engineConfiguration) |
void |
execute(JobEntity job,
String configuration,
org.flowable.variable.api.delegate.VariableScope variableScope,
CommandContext commandContext) |
protected void |
failBatchPart(CmmnEngineConfiguration engineConfiguration,
org.flowable.batch.api.BatchService batchService,
org.flowable.batch.api.BatchPart batchPart,
org.flowable.batch.api.Batch batch,
String resultJson,
boolean sequentialExecution) |
String |
getType() |
public static final String TYPE
public ComputeDeleteHistoricCaseInstanceIdsJobHandler()
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 void failBatchPart(CmmnEngineConfiguration engineConfiguration, org.flowable.batch.api.BatchService batchService, org.flowable.batch.api.BatchPart batchPart, org.flowable.batch.api.Batch batch, String resultJson, boolean sequentialExecution)
protected void completeBatch(org.flowable.batch.api.Batch batch,
String status,
CmmnEngineConfiguration engineConfiguration)
Copyright © 2022 Flowable. All rights reserved.