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 voidcompleteBatch(Batch batch, String status, CmmnEngineConfiguration engineConfiguration) protected BatchPartQuerycreateStatusQuery(Batch batch, CmmnManagementService managementService) voidexecute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) getType()
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
ComputeDeleteHistoricCaseInstanceStatusJobHandler
public ComputeDeleteHistoricCaseInstanceStatusJobHandler()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceJobHandler
-
execute
public void execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) - Specified by:
executein interfaceJobHandler
-
createStatusQuery
-
completeBatch
protected void completeBatch(Batch batch, String status, CmmnEngineConfiguration engineConfiguration)
-