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 Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final String -
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 StringgetBatchPartIdFromHandlerCfg(String handlerCfg, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected StringgetExceptionStacktrace(Throwable exception) getType()protected StringprepareResultAsJsonString(com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected StringprepareResultAsJsonString(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:
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
-
getBatchPartIdFromHandlerCfg
-
prepareResultAsJsonString
-
prepareResultAsJsonString
protected String prepareResultAsJsonString(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
getExceptionStacktrace
-