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