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
ConstructorsConstructorDescriptionAbstractContentAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddResource(Resource resource, DocumentDeploymentBuilder deploymentBuilder) protected voidaddResource(Resource resource, String resourceName, DocumentDeploymentBuilder deploymentBuilder) protected LockManagergetLockManager(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:
getLockManagerin classCommonAutoDeploymentStrategy<ContentEngine>
-
addResource
-
addResource
protected void addResource(Resource resource, String resourceName, DocumentDeploymentBuilder deploymentBuilder)
-