Class AppDeploymentDeleteJobHandler
java.lang.Object
com.flowable.platform.service.jobhandler.AppDeploymentDeleteJobHandler
- All Implemented Interfaces:
org.flowable.job.service.JobHandler
public class AppDeploymentDeleteJobHandler
extends Object
implements org.flowable.job.service.JobHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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) protected static String
getBatchPartIdFromHandlerCfg
(String handlerCfg, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected String
getExceptionStacktrace
(Throwable exception) getType()
protected String
prepareResultAsJsonString
(com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected String
prepareResultAsJsonString
(String exceptionMessage, Exception e, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Field Details
-
KEY_PROCESS_ENGINE_CONFIG
- See Also:
-
KEY_DMN_ENGINE_CONFIG
- See Also:
-
KEY_FORM_ENGINE_CONFIG
- See Also:
-
KEY_CONTENT_ENGINE_CONFIG
- See Also:
-
KEY_CMMN_ENGINE_CONFIG
- See Also:
-
KEY_APP_ENGINE_CONFIG
- See Also:
-
KEY_ACTION_ENGINE_CONFIG
- See Also:
-
KEY_TEMPLATE_ENGINE_CONFIG
- See Also:
-
KEY_DATA_OBJECT_ENGINE_CONFIG
- See Also:
-
KEY_SERVICE_REGISTRY_ENGINE_CONFIG
- See Also:
-
KEY_EVENT_REGISTRY_ENGINE_CONFIG
- See Also:
-
KEY_PLATFORM_ENGINE_CONFIG
- See Also:
-
KEY_POLICY_ENGINE_CONFIG
- See Also:
-
KEY_AGENT_ENGINE_CONFIG
- See Also:
-
-
Constructor Details
-
AppDeploymentDeleteJobHandler
public AppDeploymentDeleteJobHandler()
-
-
Method Details
-
getType
- Specified by:
getType
in 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:
execute
in interfaceorg.flowable.job.service.JobHandler
-
getBatchPartIdFromHandlerCfg
-
prepareResultAsJsonString
-
prepareResultAsJsonString
protected String prepareResultAsJsonString(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
getExceptionStacktrace
-