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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(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) protected static StringgetBatchIdFromHandlerCfg(String handlerCfg, com.fasterxml.jackson.databind.ObjectMapper objectMapper) getType()
-
Constructor Details
-
AppDeploymentDeleteStatusJobHandler
public AppDeploymentDeleteStatusJobHandler()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceorg.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:
executein interfaceorg.flowable.job.service.JobHandler
-
getBatchIdFromHandlerCfg
-