public abstract class AbstractFormAutoDeploymentStrategy extends org.flowable.common.spring.CommonAutoDeploymentStrategy<FormEngine>
AutoDeploymentStrategy.| Constructor and Description |
|---|
AbstractFormAutoDeploymentStrategy() |
AbstractFormAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addResource(org.springframework.core.io.Resource resource,
org.flowable.form.api.FormDeploymentBuilder deploymentBuilder) |
protected void |
addResource(org.springframework.core.io.Resource resource,
String resourceName,
org.flowable.form.api.FormDeploymentBuilder deploymentBuilder) |
protected org.flowable.common.engine.impl.lock.LockManager |
getLockManager(FormEngine engine,
String deploymentNameHint) |
deployResources, deployResourcesInternal, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentMode, getDeploymentProperties, getLockName, handlesMode, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, setDeploymentPropertiespublic AbstractFormAutoDeploymentStrategy()
public AbstractFormAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)
protected org.flowable.common.engine.impl.lock.LockManager getLockManager(FormEngine engine, String deploymentNameHint)
getLockManager in class org.flowable.common.spring.CommonAutoDeploymentStrategy<FormEngine>protected void addResource(org.springframework.core.io.Resource resource,
org.flowable.form.api.FormDeploymentBuilder deploymentBuilder)
protected void addResource(org.springframework.core.io.Resource resource,
String resourceName,
org.flowable.form.api.FormDeploymentBuilder deploymentBuilder)
Copyright © 2019. All rights reserved.