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 void
completeBatch
(Batch batch, String status, CmmnEngineConfiguration engineConfiguration) void
execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) protected void
failBatchPart
(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:
getType
in interfaceJobHandler
-
execute
public void execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) - Specified by:
execute
in 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)
-