Package io.vanillabp.springboot.adapter
Class ModuleAwareBpmnDeployment
- java.lang.Object
-
- io.vanillabp.springboot.adapter.ModuleAwareBpmnDeployment
-
public abstract class ModuleAwareBpmnDeployment extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringapplicationNamestatic java.lang.StringDEFAULT_BASE_PACKAGE_NAME
-
Constructor Summary
Constructors Constructor Description ModuleAwareBpmnDeployment()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voiddeployAllWorkflowModules()protected abstract voiddoDeployment(java.lang.String workflowModuleId, org.springframework.core.io.Resource[] bpmns, org.springframework.core.io.Resource[] dmns, org.springframework.core.io.Resource[] cmms)protected abstract org.slf4j.LoggergetLogger()
-
-
-
Field Detail
-
DEFAULT_BASE_PACKAGE_NAME
public static final java.lang.String DEFAULT_BASE_PACKAGE_NAME
- See Also:
- Constant Field Values
-
applicationName
@Value("${spring.application.name}") protected java.lang.String applicationName
-
-
Method Detail
-
getLogger
protected abstract org.slf4j.Logger getLogger()
-
deployAllWorkflowModules
protected void deployAllWorkflowModules()
-
doDeployment
protected abstract void doDeployment(java.lang.String workflowModuleId, org.springframework.core.io.Resource[] bpmns, org.springframework.core.io.Resource[] dmns, org.springframework.core.io.Resource[] cmms) throws java.lang.Exception- Throws:
java.lang.Exception
-
-