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(org.flowable.batch.api.Batch batch, String status, CmmnEngineConfiguration engineConfiguration) protected org.flowable.batch.api.BatchPartQuerycreateStatusQuery(org.flowable.batch.api.Batch batch, CmmnManagementService managementService) voidexecute(JobEntity job, String configuration, org.flowable.variable.api.delegate.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, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext) - Specified by:
executein interfaceJobHandler
-
createStatusQuery
protected org.flowable.batch.api.BatchPartQuery createStatusQuery(org.flowable.batch.api.Batch batch, CmmnManagementService managementService) -
completeBatch
protected void completeBatch(org.flowable.batch.api.Batch batch, String status, CmmnEngineConfiguration engineConfiguration)
-