Class DeleteHistoricCaseInstanceIdsJobHandler
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.delete.DeleteHistoricCaseInstanceIdsJobHandler
-
- All Implemented Interfaces:
JobHandler
public class DeleteHistoricCaseInstanceIdsJobHandler extends Object implements JobHandler
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description DeleteHistoricCaseInstanceIdsJobHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)protected com.fasterxml.jackson.databind.JsonNodegetBatchPartResult(org.flowable.batch.api.BatchPart batchPart, CmmnEngineConfiguration engineConfiguration)StringgetType()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String 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
-
getBatchPartResult
protected com.fasterxml.jackson.databind.JsonNode getBatchPartResult(org.flowable.batch.api.BatchPart batchPart, CmmnEngineConfiguration engineConfiguration)
-
-