Class DeleteHistoricCaseInstancesSequentialJobHandler
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.delete.DeleteHistoricCaseInstancesSequentialJobHandler
-
- All Implemented Interfaces:
JobHandler
public class DeleteHistoricCaseInstancesSequentialJobHandler extends Object implements JobHandler
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description DeleteHistoricCaseInstancesSequentialJobHandler()
-
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)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)
-
completeBatch
protected void completeBatch(org.flowable.batch.api.Batch batch, String status, CmmnEngineConfiguration engineConfiguration)
-
-