public class DeleteHistoricCaseInstancesSequentialJobHandler extends Object implements JobHandler
| Constructor and Description |
|---|
DeleteHistoricCaseInstancesSequentialJobHandler() |
| 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) |
String |
getType() |
public static final String TYPE
public DeleteHistoricCaseInstancesSequentialJobHandler()
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)
protected void completeBatch(org.flowable.batch.api.Batch batch,
String status,
CmmnEngineConfiguration engineConfiguration)
Copyright © 2022 Flowable. All rights reserved.