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 of
AutoDeploymentStrategy
.- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy
deploymentProperties, logger
-
Constructor Summary
ConstructorDescriptionAbstractContentAutoDeploymentStrategy
(CommonAutoDeploymentProperties deploymentProperties) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
AbstractContentAutoDeploymentStrategy
public AbstractContentAutoDeploymentStrategy() -
AbstractContentAutoDeploymentStrategy
-
-
Method Details
-
getLockManager
- Specified by:
getLockManager
in classCommonAutoDeploymentStrategy<ContentEngine>
-
addResource
-
addResource
protected void addResource(Resource resource, String resourceName, DocumentDeploymentBuilder deploymentBuilder)
-