Class DefaultProcessDefinitionAutoDeployer

java.lang.Object
com.flowable.platform.common.deployer.CommonAutoDeployer
com.flowable.platform.common.deployer.DefaultProcessDefinitionAutoDeployer
All Implemented Interfaces:
Lifecycle, Phased, SmartLifecycle

public class DefaultProcessDefinitionAutoDeployer extends CommonAutoDeployer
  • Field Details

  • Constructor Details

    • DefaultProcessDefinitionAutoDeployer

      public DefaultProcessDefinitionAutoDeployer(Collection<Resource> bpmnResources, ProcessEngineConfiguration processEngineConfiguration, Set<String> autoDeployTenants, CommonAutoDeploymentProperties deploymentProperties)
      Parameters:
      bpmnResources - the resources that should be deployed
      processEngineConfiguration - the engine configuration
      autoDeployTenants - the tenants to which the auto deployment should be done (if empty then a single deployment is done without using tenant)
    • DefaultProcessDefinitionAutoDeployer

      public DefaultProcessDefinitionAutoDeployer(Collection<Resource> bpmnResources, ProcessEngineConfiguration processEngineConfiguration, String deploymentName, Set<String> autoDeployTenants, CommonAutoDeploymentProperties deploymentProperties)
      Parameters:
      bpmnResources - the resources that should be deployed
      processEngineConfiguration - the engine configuration
      deploymentName - the name of the deployment
      autoDeployTenants - the tenants to which the auto deployment should be done (if empty then a single deployment is done without using tenant)
  • Method Details