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

    • DEFAULT_DEPLOYMENT_NAME

      public static final String DEFAULT_DEPLOYMENT_NAME
      See Also:
    • processEngineConfiguration

      protected org.flowable.engine.ProcessEngineConfiguration processEngineConfiguration
    • deploymentName

      protected String deploymentName
    • autoDeployTenants

      protected final Set<String> autoDeployTenants
  • Constructor Details

    • DefaultProcessDefinitionAutoDeployer

      public DefaultProcessDefinitionAutoDeployer(Collection<Resource> bpmnResources, org.flowable.engine.ProcessEngineConfiguration processEngineConfiguration, Set<String> autoDeployTenants, org.flowable.common.spring.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, org.flowable.engine.ProcessEngineConfiguration processEngineConfiguration, String deploymentName, Set<String> autoDeployTenants, org.flowable.common.spring.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