public class ComputeDeleteHistoricProcessInstanceIdsJobHandler extends Object implements JobHandler
| Constructor and Description |
|---|
ComputeDeleteHistoricProcessInstanceIdsJobHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
completeBatch(org.flowable.batch.api.Batch batch,
String status,
ProcessEngineConfigurationImpl engineConfiguration) |
void |
execute(JobEntity job,
String configuration,
org.flowable.variable.api.delegate.VariableScope variableScope,
CommandContext commandContext) |
protected void |
failBatchPart(ProcessEngineConfigurationImpl 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 ComputeDeleteHistoricProcessInstanceIdsJobHandler()
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(ProcessEngineConfigurationImpl 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,
ProcessEngineConfigurationImpl engineConfiguration)
Copyright © 2022 Flowable. All rights reserved.