public abstract class AbstractProcessAutoDeploymentStrategy extends CommonAutoDeploymentStrategy<ProcessEngine>
AutoDeploymentStrategy
for the ProcessEngine.deploymentProperties, logger| Constructor and Description |
|---|
AbstractProcessAutoDeploymentStrategy() |
AbstractProcessAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addResource(org.springframework.core.io.Resource resource,
DeploymentBuilder deploymentBuilder) |
protected void |
addResource(org.springframework.core.io.Resource resource,
String resourceName,
DeploymentBuilder deploymentBuilder) |
protected LockManager |
getLockManager(ProcessEngine 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 AbstractProcessAutoDeploymentStrategy()
public AbstractProcessAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties)
protected LockManager getLockManager(ProcessEngine engine, String deploymentNameHint)
CommonAutoDeploymentStrategyengine and the deploymentNameHint.
Used when the strategy has been configured to use lock for deployments.getLockManager in class CommonAutoDeploymentStrategy<ProcessEngine>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,
DeploymentBuilder deploymentBuilder)
protected void addResource(org.springframework.core.io.Resource resource,
String resourceName,
DeploymentBuilder deploymentBuilder)
Copyright © 2023 Flowable. All rights reserved.