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
  • Field Details

  • Constructor Details

    • DeleteHistoricCaseInstanceIdsJobHandler

      public DeleteHistoricCaseInstanceIdsJobHandler()
  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in interface JobHandler
    • execute

      public void execute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)
      Specified by:
      execute in interface JobHandler
    • getBatchPartResult

      protected com.fasterxml.jackson.databind.JsonNode getBatchPartResult(org.flowable.batch.api.BatchPart batchPart, CmmnEngineConfiguration engineConfiguration)