public class DefaultAutoDeploymentStrategy extends AbstractCmmnAutoDeploymentStrategy
AutoDeploymentStrategy
that groups all Resources into a single deployment.
This implementation is equivalent to the previously used implementation.| Modifier and Type | Field and Description |
|---|---|
static String |
DEPLOYMENT_MODE
The deployment mode this strategy handles.
|
deploymentProperties, logger| Constructor and Description |
|---|
DefaultAutoDeploymentStrategy() |
DefaultAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deployResourcesInternal(String deploymentNameHint,
org.springframework.core.io.Resource[] resources,
CmmnEngine engine)
Methods that should be implemented by sub classes to perform the actual deployment.
|
protected String |
getDeploymentMode()
Gets the deployment mode this strategy handles.
|
addResource, addResource, getLockManagerdeployResources, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentProperties, getLockName, handlesMode, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, setDeploymentPropertiespublic static final String DEPLOYMENT_MODE
public DefaultAutoDeploymentStrategy()
public DefaultAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties)
protected String getDeploymentMode()
CommonAutoDeploymentStrategygetDeploymentMode in class CommonAutoDeploymentStrategy<CmmnEngine>protected void deployResourcesInternal(String deploymentNameHint, org.springframework.core.io.Resource[] resources, CmmnEngine engine)
CommonAutoDeploymentStrategydeployResourcesInternal in class CommonAutoDeploymentStrategy<CmmnEngine>deploymentNameHint - the hint for the name of deployment(s) performedresources - the resources to be deployedengine - the engine to use for deployment(s)Copyright © 2023 Flowable. All rights reserved.