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
-
Constructor Summary
Constructors Constructor Description AbstractContentAutoDeploymentStrategy()AbstractContentAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties) -
Method Summary
Modifier and Type Method Description protected voidaddResource(org.springframework.core.io.Resource resource, DocumentDeploymentBuilder deploymentBuilder)protected voidaddResource(org.springframework.core.io.Resource resource, java.lang.String resourceName, DocumentDeploymentBuilder deploymentBuilder)protected org.flowable.common.engine.impl.lock.LockManagergetLockManager(ContentEngine 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
-
Constructor Details
-
AbstractContentAutoDeploymentStrategy
public AbstractContentAutoDeploymentStrategy() -
AbstractContentAutoDeploymentStrategy
public AbstractContentAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)
-
-
Method Details
-
getLockManager
protected org.flowable.common.engine.impl.lock.LockManager getLockManager(ContentEngine engine, java.lang.String deploymentNameHint)- Specified by:
getLockManagerin classorg.flowable.common.spring.CommonAutoDeploymentStrategy<ContentEngine>
-
addResource
protected void addResource(org.springframework.core.io.Resource resource, DocumentDeploymentBuilder deploymentBuilder) -
addResource
protected void addResource(org.springframework.core.io.Resource resource, java.lang.String resourceName, DocumentDeploymentBuilder deploymentBuilder)
-