Class DefaultDmnDefinitionAutoDeployer

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

public class DefaultDmnDefinitionAutoDeployer extends CommonAutoDeployer
  • Field Details

  • Constructor Details

    • DefaultDmnDefinitionAutoDeployer

      public DefaultDmnDefinitionAutoDeployer(Collection<Resource> dmnResources, DmnEngineConfiguration dmnEngineConfiguration, Set<String> autoDeployTenants, CommonAutoDeploymentProperties deploymentProperties)
      Parameters:
      dmnResources - the resources that should be deployed
      dmnEngineConfiguration - 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)
    • DefaultDmnDefinitionAutoDeployer

      public DefaultDmnDefinitionAutoDeployer(Collection<Resource> dmnResources, DmnEngineConfiguration dmnEngineConfiguration, String deploymentName, Set<String> autoDeployTenants, CommonAutoDeploymentProperties deploymentProperties)
      Parameters:
      dmnResources - the resources that should be deployed
      dmnEngineConfiguration - 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