Class ComputeDeleteHistoricCaseInstanceIdsJobHandler
java.lang.Object
org.flowable.cmmn.engine.impl.delete.ComputeDeleteHistoricCaseInstanceIdsJobHandler
- All Implemented Interfaces:
JobHandler
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcompleteBatch(Batch batch, String status, CmmnEngineConfiguration engineConfiguration) voidexecute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) protected voidfailBatchPart(CmmnEngineConfiguration engineConfiguration, BatchService batchService, BatchPart batchPart, Batch batch, String resultJson, boolean sequentialExecution) getType()
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
ComputeDeleteHistoricCaseInstanceIdsJobHandler
public ComputeDeleteHistoricCaseInstanceIdsJobHandler()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceJobHandler
-
execute
public void execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) - Specified by:
executein interfaceJobHandler
-
failBatchPart
protected void failBatchPart(CmmnEngineConfiguration engineConfiguration, BatchService batchService, BatchPart batchPart, Batch batch, String resultJson, boolean sequentialExecution) -
completeBatch
protected void completeBatch(Batch batch, String status, CmmnEngineConfiguration engineConfiguration)
-