Class ComputeDeleteHistoricCaseInstanceIdsJobHandler

java.lang.Object
org.flowable.cmmn.engine.impl.delete.ComputeDeleteHistoricCaseInstanceIdsJobHandler
All Implemented Interfaces:
JobHandler

public class ComputeDeleteHistoricCaseInstanceIdsJobHandler extends Object implements JobHandler
Author:
Filip Hrisafov
  • Field Details

  • Constructor Details

    • ComputeDeleteHistoricCaseInstanceIdsJobHandler

      public ComputeDeleteHistoricCaseInstanceIdsJobHandler()
  • 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
    • failBatchPart

      protected void failBatchPart(CmmnEngineConfiguration engineConfiguration, org.flowable.batch.api.BatchService batchService, org.flowable.batch.api.BatchPart batchPart, org.flowable.batch.api.Batch batch, String resultJson, boolean sequentialExecution)
    • completeBatch

      protected void completeBatch(org.flowable.batch.api.Batch batch, String status, CmmnEngineConfiguration engineConfiguration)