Class ComputeDeleteHistoricCaseInstanceStatusJobHandler
java.lang.Object
org.flowable.cmmn.engine.impl.delete.ComputeDeleteHistoricCaseInstanceStatusJobHandler
- 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) protected BatchPartQuery
createStatusQuery
(Batch batch, CmmnManagementService managementService) void
execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) getType()
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
ComputeDeleteHistoricCaseInstanceStatusJobHandler
public ComputeDeleteHistoricCaseInstanceStatusJobHandler()
-
-
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
-
createStatusQuery
-
completeBatch
protected void completeBatch(Batch batch, String status, CmmnEngineConfiguration engineConfiguration)
-