Class DeleteHistoricProcessInstanceIdsStatusJobHandler

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

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

  • Constructor Details

    • DeleteHistoricProcessInstanceIdsStatusJobHandler

      public DeleteHistoricProcessInstanceIdsStatusJobHandler()
  • 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
    • createStatusQuery

      protected org.flowable.batch.api.BatchPartQuery createStatusQuery(org.flowable.batch.api.Batch batch, ManagementService managementService)
    • completeBatch

      protected void completeBatch(org.flowable.batch.api.Batch batch, String status, ProcessEngineConfigurationImpl engineConfiguration)
    • completeBatchFail

      protected void completeBatchFail(org.flowable.batch.api.Batch batch, List<org.flowable.batch.api.BatchPart> failedParts, ProcessEngineConfigurationImpl engineConfiguration)
    • readJson

      protected com.fasterxml.jackson.databind.JsonNode readJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)