Class AbstractFormAutoDeploymentStrategy
java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentStrategy<FormEngine>
com.flowable.form.spring.autodeployment.AbstractFormAutoDeploymentStrategy
- All Implemented Interfaces:
org.flowable.common.spring.AutoDeploymentStrategy<FormEngine>
- Direct Known Subclasses:
DefaultAutoDeploymentStrategy
,ResourceParentFolderAutoDeploymentStrategy
,SingleResourceAutoDeploymentStrategy
public abstract class AbstractFormAutoDeploymentStrategy extends org.flowable.common.spring.CommonAutoDeploymentStrategy<FormEngine>
Abstract base class for implementations of
AutoDeploymentStrategy
.- Author:
- Tiese Barrell, Filip Hrisafov
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AbstractFormAutoDeploymentStrategy()
AbstractFormAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)
-
Method Summary
Modifier and Type Method Description protected void
addResource(org.springframework.core.io.Resource resource, java.lang.String resourceName, org.flowable.form.api.FormDeploymentBuilder deploymentBuilder)
protected void
addResource(org.springframework.core.io.Resource resource, org.flowable.form.api.FormDeploymentBuilder deploymentBuilder)
protected org.flowable.common.engine.impl.lock.LockManager
getLockManager(FormEngine 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
-
AbstractFormAutoDeploymentStrategy
public AbstractFormAutoDeploymentStrategy() -
AbstractFormAutoDeploymentStrategy
public AbstractFormAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)
-
-
Method Details
-
getLockManager
protected org.flowable.common.engine.impl.lock.LockManager getLockManager(FormEngine engine, java.lang.String deploymentNameHint)- Specified by:
getLockManager
in classorg.flowable.common.spring.CommonAutoDeploymentStrategy<FormEngine>
-
addResource
protected void addResource(org.springframework.core.io.Resource resource, org.flowable.form.api.FormDeploymentBuilder deploymentBuilder) -
addResource
protected void addResource(org.springframework.core.io.Resource resource, java.lang.String resourceName, org.flowable.form.api.FormDeploymentBuilder deploymentBuilder)
-