Klasse ModuleAwareBpmnDeployment

java.lang.Object
io.vanillabp.springboot.adapter.ModuleAwareBpmnDeployment

public abstract class ModuleAwareBpmnDeployment extends Object
  • Felddetails

    • DEFAULT_RESOURCES_PATH

      public static final String DEFAULT_RESOURCES_PATH
      Siehe auch:
    • applicationName

      @Value("${spring.application.name}") protected String applicationName
  • Konstruktordetails

  • Methodendetails

    • getLogger

      protected abstract org.slf4j.Logger getLogger()
    • getAdapterId

      protected abstract String getAdapterId()
    • deployAllWorkflowModules

      protected void deployAllWorkflowModules()
    • doDeployment

      protected abstract void doDeployment(String workflowModuleId, String workflowModuleName, org.springframework.core.io.Resource[] bpmns, org.springframework.core.io.Resource[] dmns, org.springframework.core.io.Resource[] cmms) throws Exception
      Löst aus:
      Exception