Class ModuleAwareBpmnDeployment


  • public abstract class ModuleAwareBpmnDeployment
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected void deployAllWorkflowModules()  
      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)  
      protected abstract org.slf4j.Logger getLogger()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • ModuleAwareBpmnDeployment

        public ModuleAwareBpmnDeployment()
    • 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