Class AbstractAppAutoDeploymentStrategy
java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentStrategy<AppEngine>
com.flowable.app.engine.impl.autodeployment.AbstractAppAutoDeploymentStrategy
- All Implemented Interfaces:
org.flowable.common.spring.AutoDeploymentStrategy<AppEngine>
- Direct Known Subclasses:
DefaultAutoDeploymentStrategy
public abstract class AbstractAppAutoDeploymentStrategy
extends org.flowable.common.spring.CommonAutoDeploymentStrategy<AppEngine>
Abstract base class for implementations of
AutoDeploymentStrategy.- Author:
- Tiese Barrell, Filip Hrisafov
-
Field Summary
Fields inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy
deploymentProperties, logger -
Constructor Summary
ConstructorsConstructorDescriptionAbstractAppAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddResource(Resource resource, String resourceName, org.flowable.app.api.repository.AppDeploymentBuilder deploymentBuilder) protected voidaddResource(Resource resource, org.flowable.app.api.repository.AppDeploymentBuilder deploymentBuilder) protected org.flowable.common.engine.api.lock.LockManagergetLockManager(AppEngine 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
-
AbstractAppAutoDeploymentStrategy
public AbstractAppAutoDeploymentStrategy() -
AbstractAppAutoDeploymentStrategy
public AbstractAppAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)
-
-
Method Details
-
getLockManager
protected org.flowable.common.engine.api.lock.LockManager getLockManager(AppEngine engine, String deploymentNameHint) - Specified by:
getLockManagerin classorg.flowable.common.spring.CommonAutoDeploymentStrategy<AppEngine>
-
addResource
protected void addResource(Resource resource, org.flowable.app.api.repository.AppDeploymentBuilder deploymentBuilder) -
addResource
-