Class AbstractTemplateAutoDeploymentStrategy

java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentStrategy<TemplateEngine>
com.flowable.template.engine.autodeployment.AbstractTemplateAutoDeploymentStrategy
All Implemented Interfaces:
org.flowable.common.spring.AutoDeploymentStrategy<TemplateEngine>
Direct Known Subclasses:
DefaultAutoDeploymentStrategy

public abstract class AbstractTemplateAutoDeploymentStrategy
extends org.flowable.common.spring.CommonAutoDeploymentStrategy<TemplateEngine>
Abstract base class for implementations of AutoDeploymentStrategy.
Author:
Filip Hrisafov
  • Field Summary

    Fields inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy

    deploymentProperties, logger
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractTemplateAutoDeploymentStrategy()  
    AbstractTemplateAutoDeploymentStrategy​(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)  
  • Method Summary

    Modifier and Type Method Description
    protected void addResource​(org.springframework.core.io.Resource resource, TemplateDeploymentBuilder deploymentBuilder)  
    protected void addResource​(org.springframework.core.io.Resource resource, java.lang.String resourceName, TemplateDeploymentBuilder deploymentBuilder)  
    protected org.flowable.common.engine.impl.lock.LockManager getLockManager​(TemplateEngine 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