Class DefaultCaseDefinitionAutoDeployer

    • Constructor Detail

      • DefaultCaseDefinitionAutoDeployer

        public DefaultCaseDefinitionAutoDeployer​(Collection<Resource> cmmnResources,
                                                 CmmnEngineConfiguration cmmnEngineConfiguration,
                                                 Set<String> autoDeployTenants,
                                                 CommonAutoDeploymentProperties deploymentProperties)
        Parameters:
        cmmnResources - the resources that should be deployed
        cmmnEngineConfiguration - 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)
      • DefaultCaseDefinitionAutoDeployer

        public DefaultCaseDefinitionAutoDeployer​(Collection<Resource> cmmnResources,
                                                 CmmnEngineConfiguration cmmnEngineConfiguration,
                                                 String deploymentName,
                                                 Set<String> autoDeployTenants,
                                                 CommonAutoDeploymentProperties deploymentProperties)
        Parameters:
        cmmnResources - the resources that should be deployed
        cmmnEngineConfiguration - 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)