Class AppDeploymentDeleteStatusJobHandler

java.lang.Object
com.flowable.platform.service.jobhandler.AppDeploymentDeleteStatusJobHandler
All Implemented Interfaces:
org.flowable.job.service.JobHandler

public class AppDeploymentDeleteStatusJobHandler extends Object implements org.flowable.job.service.JobHandler
  • Constructor Details

    • AppDeploymentDeleteStatusJobHandler

      public AppDeploymentDeleteStatusJobHandler()
  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in interface org.flowable.job.service.JobHandler
    • execute

      public void execute(org.flowable.job.service.impl.persistence.entity.JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.job.service.JobHandler
    • getBatchIdFromHandlerCfg

      protected static String getBatchIdFromHandlerCfg(String handlerCfg, com.fasterxml.jackson.databind.ObjectMapper objectMapper)