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