Class DeleteHistoricCaseInstanceIdsStatusJobHandler
java.lang.Object
org.flowable.cmmn.engine.impl.delete.DeleteHistoricCaseInstanceIdsStatusJobHandler
- 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 voidcompleteBatchFail(org.flowable.batch.api.Batch batch, List<org.flowable.batch.api.BatchPart> failedParts, 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()protected com.fasterxml.jackson.databind.JsonNode
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
DeleteHistoricCaseInstanceIdsStatusJobHandler
public DeleteHistoricCaseInstanceIdsStatusJobHandler()
-
-
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) -
completeBatchFail
protected void completeBatchFail(org.flowable.batch.api.Batch batch, List<org.flowable.batch.api.BatchPart> failedParts, CmmnEngineConfiguration engineConfiguration) -
readJson
protected com.fasterxml.jackson.databind.JsonNode readJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-