Class DefaultAutoDeploymentStrategy
- java.lang.Object
 - 
- org.flowable.common.spring.CommonAutoDeploymentStrategy<ServiceRegistryEngine>
 - 
- com.flowable.serviceregistry.engine.autodeployment.AbstractServiceRegistryAutoDeploymentStrategy
 - 
- com.flowable.serviceregistry.engine.autodeployment.DefaultAutoDeploymentStrategy
 
 
 
 
- 
- All Implemented Interfaces:
 AutoDeploymentStrategy<ServiceRegistryEngine>
public class DefaultAutoDeploymentStrategy extends AbstractServiceRegistryAutoDeploymentStrategy
- Author:
 - Filip Hrisafov
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected Set<String>autoDeployTenantsstatic StringDEPLOYMENT_MODEThe deployment mode this strategy handles.- 
Fields inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy
deploymentProperties, logger 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DefaultAutoDeploymentStrategy()DefaultAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties, Set<String> autoDeployTenants) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<Resource>collectDeployments(Resource[] resources, ServiceResourceConverter serviceResourceConverter)protected voiddeploy(String deploymentNameHint, Collection<Resource> resources, ServiceRegistryRepositoryService serviceRepositoryService, String tenantId)protected voiddeployResourcesInternal(String deploymentNameHint, Resource[] resources, ServiceRegistryEngine engine)protected StringgetDeploymentMode()- 
Methods inherited from class com.flowable.serviceregistry.engine.autodeployment.AbstractServiceRegistryAutoDeploymentStrategy
addResource, addResource, getLockManager 
- 
Methods inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy
deployResources, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentProperties, getLockName, handlesMode, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, setDeploymentProperties 
 - 
 
 - 
 
- 
- 
Field Detail
- 
DEPLOYMENT_MODE
public static final String DEPLOYMENT_MODE
The deployment mode this strategy handles.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
DefaultAutoDeploymentStrategy
public DefaultAutoDeploymentStrategy()
 
- 
DefaultAutoDeploymentStrategy
public DefaultAutoDeploymentStrategy(CommonAutoDeploymentProperties deploymentProperties, Set<String> autoDeployTenants)
 
 - 
 
- 
Method Detail
- 
getDeploymentMode
protected String getDeploymentMode()
- Specified by:
 getDeploymentModein classCommonAutoDeploymentStrategy<ServiceRegistryEngine>
 
- 
deployResourcesInternal
protected void deployResourcesInternal(String deploymentNameHint, Resource[] resources, ServiceRegistryEngine engine)
- Specified by:
 deployResourcesInternalin classCommonAutoDeploymentStrategy<ServiceRegistryEngine>
 
- 
deploy
protected void deploy(String deploymentNameHint, Collection<Resource> resources, ServiceRegistryRepositoryService serviceRepositoryService, String tenantId)
 
- 
collectDeployments
protected Collection<Resource> collectDeployments(Resource[] resources, ServiceResourceConverter serviceResourceConverter)
 
 - 
 
 -