public abstract class AbstractFormAutoDeploymentStrategy extends CommonAutoDeploymentStrategy<FormEngine>
AutoDeploymentStrategy.deploymentProperties, logger| Constructor and Description |
|---|
AbstractFormAutoDeploymentStrategy() |
AbstractFormAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addResource(org.springframework.core.io.Resource resource,
FormDeploymentBuilder deploymentBuilder) |
protected void |
addResource(org.springframework.core.io.Resource resource,
String resourceName,
FormDeploymentBuilder deploymentBuilder) |
protected LockManager |
getLockManager(FormEngine engine,
String deploymentNameHint)
Get the lock manager with the given
engine and the deploymentNameHint. |
deployResources, deployResourcesInternal, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentMode, getDeploymentProperties, getLockName, handlesMode, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, setDeploymentPropertiespublic AbstractFormAutoDeploymentStrategy()
public AbstractFormAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties)
protected LockManager getLockManager(FormEngine engine, String deploymentNameHint)
CommonAutoDeploymentStrategyengine and the deploymentNameHint.
Used when the strategy has been configured to use lock for deployments.getLockManager in class CommonAutoDeploymentStrategy<FormEngine>engine - the engine that can be used to get the lock manager.deploymentNameHint - the deployment name hintprotected void addResource(org.springframework.core.io.Resource resource,
FormDeploymentBuilder deploymentBuilder)
protected void addResource(org.springframework.core.io.Resource resource,
String resourceName,
FormDeploymentBuilder deploymentBuilder)
Copyright © 2023 Flowable. All rights reserved.