Class AbstractPlatformAutoDeploymentStrategy
java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentStrategy<PlatformEngine>
com.flowable.platform.engine.autodeployment.AbstractPlatformAutoDeploymentStrategy
- All Implemented Interfaces:
org.flowable.common.spring.AutoDeploymentStrategy<PlatformEngine>
- Direct Known Subclasses:
DefaultPlatformAutoDeploymentStrategy
public abstract class AbstractPlatformAutoDeploymentStrategy
extends org.flowable.common.spring.CommonAutoDeploymentStrategy<PlatformEngine>
Abstract base class for implementations of
AutoDeploymentStrategy
.- Author:
- Yvo Swillens
-
Field Summary
Fields inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy
deploymentProperties, logger
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractPlatformAutoDeploymentStrategy
(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addResource
(Resource resource, PlatformDeploymentBuilder deploymentBuilder) protected void
addResource
(Resource resource, String resourceName, PlatformDeploymentBuilder deploymentBuilder) protected org.flowable.common.engine.api.lock.LockManager
getLockManager
(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 Details
-
AbstractPlatformAutoDeploymentStrategy
public AbstractPlatformAutoDeploymentStrategy() -
AbstractPlatformAutoDeploymentStrategy
public AbstractPlatformAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)
-
-
Method Details
-
getLockManager
protected org.flowable.common.engine.api.lock.LockManager getLockManager(PlatformEngine engine, String deploymentNameHint) - Specified by:
getLockManager
in classorg.flowable.common.spring.CommonAutoDeploymentStrategy<PlatformEngine>
-
addResource
-
addResource
protected void addResource(Resource resource, String resourceName, PlatformDeploymentBuilder deploymentBuilder)
-