Class AbstractPlatformAutoDeploymentStrategy
- java.lang.Object
-
- org.flowable.common.spring.CommonAutoDeploymentStrategy<PlatformEngine>
-
- com.flowable.platform.engine.autodeployment.AbstractPlatformAutoDeploymentStrategy
-
- All Implemented Interfaces:
AutoDeploymentStrategy<PlatformEngine>
- Direct Known Subclasses:
DefaultPlatformAutoDeploymentStrategy
public abstract class AbstractPlatformAutoDeploymentStrategy extends CommonAutoDeploymentStrategy<PlatformEngine>
Abstract base class for implementations ofAutoDeploymentStrategy.- Author:
- Yvo Swillens
-
-
Field Summary
-
Fields inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy
deploymentProperties, logger
-
-
Constructor Summary
Constructors Constructor Description AbstractPlatformAutoDeploymentStrategy()AbstractPlatformAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddResource(Resource resource, PlatformDeploymentBuilder deploymentBuilder)protected voidaddResource(Resource resource, String resourceName, PlatformDeploymentBuilder deploymentBuilder)protected LockManagergetLockManager(PlatformEngine 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
-
AbstractPlatformAutoDeploymentStrategy
public AbstractPlatformAutoDeploymentStrategy()
-
AbstractPlatformAutoDeploymentStrategy
public AbstractPlatformAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties)
-
-
Method Detail
-
getLockManager
protected LockManager getLockManager(PlatformEngine engine, String deploymentNameHint)
- Specified by:
getLockManagerin classCommonAutoDeploymentStrategy<PlatformEngine>
-
addResource
protected void addResource(Resource resource, PlatformDeploymentBuilder deploymentBuilder)
-
addResource
protected void addResource(Resource resource, String resourceName, PlatformDeploymentBuilder deploymentBuilder)
-
-