Class AbstractContentAutoDeploymentStrategy
java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentStrategy<ContentEngine>
com.flowable.content.spring.autodeployment.AbstractContentAutoDeploymentStrategy
- All Implemented Interfaces:
org.flowable.common.spring.AutoDeploymentStrategy<ContentEngine>
- Direct Known Subclasses:
DefaultAutoDeploymentStrategy
public abstract class AbstractContentAutoDeploymentStrategy
extends org.flowable.common.spring.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(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddResource(Resource resource, DocumentDeploymentBuilder deploymentBuilder) protected voidaddResource(Resource resource, String resourceName, DocumentDeploymentBuilder deploymentBuilder) protected org.flowable.common.engine.api.lock.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
public AbstractContentAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)
-
-
Method Details
-
getLockManager
protected org.flowable.common.engine.api.lock.LockManager getLockManager(ContentEngine engine, String deploymentNameHint) - Specified by:
getLockManagerin classorg.flowable.common.spring.CommonAutoDeploymentStrategy<ContentEngine>
-
addResource
-
addResource
protected void addResource(Resource resource, String resourceName, DocumentDeploymentBuilder deploymentBuilder)
-