Package org.flowable.spring.configurator
Class DefaultAutoDeploymentStrategy
java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentStrategy<ProcessEngine>
org.flowable.spring.configurator.AbstractProcessAutoDeploymentStrategy
org.flowable.spring.configurator.DefaultAutoDeploymentStrategy
- All Implemented Interfaces:
AutoDeploymentStrategy<ProcessEngine>
Default implementation of
AutoDeploymentStrategy
that groups all Resources into a single deployment.
This implementation is equivalent to the previously used implementation.- Author:
- Tiese Barrell, Joram Barrez
-
Field Summary
FieldsFields inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy
deploymentProperties, logger -
Constructor Summary
ConstructorsConstructorDescriptionDefaultAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddeployResourcesInternal(String deploymentNameHint, org.springframework.core.io.Resource[] resources, ProcessEngine engine) protected StringMethods inherited from class org.flowable.spring.configurator.AbstractProcessAutoDeploymentStrategy
addResource, addResource, getLockManagerMethods inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy
deployResources, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentProperties, getLockName, handlesMode, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, setDeploymentProperties
-
Field Details
-
DEPLOYMENT_MODE
The deployment mode this strategy handles.- See Also:
-
-
Constructor Details
-
DefaultAutoDeploymentStrategy
public DefaultAutoDeploymentStrategy() -
DefaultAutoDeploymentStrategy
-
-
Method Details
-
getDeploymentMode
- Specified by:
getDeploymentModein classCommonAutoDeploymentStrategy<ProcessEngine>
-
deployResourcesInternal
protected void deployResourcesInternal(String deploymentNameHint, org.springframework.core.io.Resource[] resources, ProcessEngine engine) - Specified by:
deployResourcesInternalin classCommonAutoDeploymentStrategy<ProcessEngine>
-