Class AbstractContentAutoDeploymentStrategy
- java.lang.Object
-
- org.flowable.common.spring.CommonAutoDeploymentStrategy<ContentEngine>
-
- com.flowable.content.spring.autodeployment.AbstractContentAutoDeploymentStrategy
-
- All Implemented Interfaces:
AutoDeploymentStrategy<ContentEngine>
- Direct Known Subclasses:
DefaultAutoDeploymentStrategy
public abstract class AbstractContentAutoDeploymentStrategy extends CommonAutoDeploymentStrategy<ContentEngine>
Abstract base class for implementations ofAutoDeploymentStrategy
.- Author:
- Filip Hrisafov
-
-
Field Summary
-
Fields inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy
deploymentProperties, logger
-
-
Constructor Summary
Constructors Constructor Description AbstractContentAutoDeploymentStrategy()
AbstractContentAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addResource(Resource resource, DocumentDeploymentBuilder deploymentBuilder)
protected void
addResource(Resource resource, String resourceName, DocumentDeploymentBuilder deploymentBuilder)
protected LockManager
getLockManager(ContentEngine engine, String deploymentNameHint)
-
Methods inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy
deployResources, deployResourcesInternal, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentMode, getDeploymentProperties, getLockName, handlesMode, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, setDeploymentProperties
-
-
-
-
Constructor Detail
-
AbstractContentAutoDeploymentStrategy
public AbstractContentAutoDeploymentStrategy()
-
AbstractContentAutoDeploymentStrategy
public AbstractContentAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties)
-
-
Method Detail
-
getLockManager
protected LockManager getLockManager(ContentEngine engine, String deploymentNameHint)
- Specified by:
getLockManager
in classCommonAutoDeploymentStrategy<ContentEngine>
-
addResource
protected void addResource(Resource resource, DocumentDeploymentBuilder deploymentBuilder)
-
addResource
protected void addResource(Resource resource, String resourceName, DocumentDeploymentBuilder deploymentBuilder)
-
-