Class DeleteHistoricCaseInstanceIdsJobHandler
java.lang.Object
org.flowable.cmmn.engine.impl.delete.DeleteHistoricCaseInstanceIdsJobHandler
- All Implemented Interfaces:
JobHandler
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) protected com.fasterxml.jackson.databind.JsonNode
getBatchPartResult
(BatchPart batchPart, CmmnEngineConfiguration engineConfiguration) getType()
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
DeleteHistoricCaseInstanceIdsJobHandler
public DeleteHistoricCaseInstanceIdsJobHandler()
-
-
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
-
getBatchPartResult
protected com.fasterxml.jackson.databind.JsonNode getBatchPartResult(BatchPart batchPart, CmmnEngineConfiguration engineConfiguration)
-