Class AbstractDataObjectAutoDeploymentStrategy

  • All Implemented Interfaces:
    org.flowable.common.spring.AutoDeploymentStrategy<DataObjectEngine>
    Direct Known Subclasses:
    DefaultAutoDeploymentStrategy

    public abstract class AbstractDataObjectAutoDeploymentStrategy
    extends org.flowable.common.spring.CommonAutoDeploymentStrategy<DataObjectEngine>
    Abstract base class for implementations of AutoDeploymentStrategy.
    • Field Summary

      • 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 void addResource​(org.springframework.core.io.Resource resource, DataObjectDeploymentBuilder deploymentBuilder)  
      protected void addResource​(org.springframework.core.io.Resource resource, java.lang.String resourceName, DataObjectDeploymentBuilder deploymentBuilder)  
      protected org.flowable.common.engine.impl.lock.LockManager getLockManager​(DataObjectEngine engine, java.lang.String deploymentNameHint)  
      • Methods inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy

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

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

      • AbstractDataObjectAutoDeploymentStrategy

        public AbstractDataObjectAutoDeploymentStrategy()
      • AbstractDataObjectAutoDeploymentStrategy

        public AbstractDataObjectAutoDeploymentStrategy​(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)
    • Method Detail

      • getLockManager

        protected org.flowable.common.engine.impl.lock.LockManager getLockManager​(DataObjectEngine engine,
                                                                                  java.lang.String deploymentNameHint)
        Specified by:
        getLockManager in class org.flowable.common.spring.CommonAutoDeploymentStrategy<DataObjectEngine>
      • addResource

        protected void addResource​(org.springframework.core.io.Resource resource,
                                   DataObjectDeploymentBuilder deploymentBuilder)
      • addResource

        protected void addResource​(org.springframework.core.io.Resource resource,
                                   java.lang.String resourceName,
                                   DataObjectDeploymentBuilder deploymentBuilder)