Class DefaultAutoDeploymentStrategy

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Set<java.lang.String> autoDeployTenants  
      static java.lang.String DEPLOYMENT_MODE
      The deployment mode this strategy handles.
      • Fields inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy

        deploymentProperties, logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Collection<org.springframework.core.io.Resource> collectDeployments​(org.springframework.core.io.Resource[] resources, ServiceResourceConverter serviceResourceConverter)  
      protected void deploy​(java.lang.String deploymentNameHint, java.util.Collection<org.springframework.core.io.Resource> resources, ServiceRegistryRepositoryService serviceRepositoryService, java.lang.String tenantId)  
      protected void deployResourcesInternal​(java.lang.String deploymentNameHint, org.springframework.core.io.Resource[] resources, ServiceRegistryEngine engine)  
      protected java.lang.String getDeploymentMode()  
      • Methods inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy

        deployResources, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentProperties, getLockName, handlesMode, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, setDeploymentProperties
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEPLOYMENT_MODE

        public static final java.lang.String DEPLOYMENT_MODE
        The deployment mode this strategy handles.
        See Also:
        Constant Field Values
      • autoDeployTenants

        protected final java.util.Set<java.lang.String> autoDeployTenants
    • Constructor Detail

      • DefaultAutoDeploymentStrategy

        public DefaultAutoDeploymentStrategy()
      • DefaultAutoDeploymentStrategy

        public DefaultAutoDeploymentStrategy​(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties,
                                             java.util.Set<java.lang.String> autoDeployTenants)
    • Method Detail

      • getDeploymentMode

        protected java.lang.String getDeploymentMode()
        Specified by:
        getDeploymentMode in class org.flowable.common.spring.CommonAutoDeploymentStrategy<ServiceRegistryEngine>
      • deployResourcesInternal

        protected void deployResourcesInternal​(java.lang.String deploymentNameHint,
                                               org.springframework.core.io.Resource[] resources,
                                               ServiceRegistryEngine engine)
        Specified by:
        deployResourcesInternal in class org.flowable.common.spring.CommonAutoDeploymentStrategy<ServiceRegistryEngine>
      • deploy

        protected void deploy​(java.lang.String deploymentNameHint,
                              java.util.Collection<org.springframework.core.io.Resource> resources,
                              ServiceRegistryRepositoryService serviceRepositoryService,
                              java.lang.String tenantId)
      • collectDeployments

        protected java.util.Collection<org.springframework.core.io.Resource> collectDeployments​(org.springframework.core.io.Resource[] resources,
                                                                                                ServiceResourceConverter serviceResourceConverter)