Class DefaultProcessDefinitionAutoDeployer

    • Constructor Detail

      • 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)