Class ComputeDeleteHistoricCaseInstanceIdsJobHandler
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.delete.ComputeDeleteHistoricCaseInstanceIdsJobHandler
-
- All Implemented Interfaces:
JobHandler
public class ComputeDeleteHistoricCaseInstanceIdsJobHandler extends Object implements JobHandler
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description ComputeDeleteHistoricCaseInstanceIdsJobHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcompleteBatch(org.flowable.batch.api.Batch batch, String status, CmmnEngineConfiguration engineConfiguration)voidexecute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)protected voidfailBatchPart(CmmnEngineConfiguration engineConfiguration, org.flowable.batch.api.BatchService batchService, org.flowable.batch.api.BatchPart batchPart, org.flowable.batch.api.Batch batch, String resultJson, boolean sequentialExecution)StringgetType()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein interfaceJobHandler
-
execute
public void execute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)
- Specified by:
executein interfaceJobHandler
-
failBatchPart
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)
-
completeBatch
protected void completeBatch(org.flowable.batch.api.Batch batch, String status, CmmnEngineConfiguration engineConfiguration)
-
-