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