Class DefaultAutoDeploymentStrategy
java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentStrategy<ActionEngine>
com.flowable.action.engine.autodeployment.AbstractActionAutoDeploymentStrategy
com.flowable.action.engine.autodeployment.DefaultAutoDeploymentStrategy
- All Implemented Interfaces:
org.flowable.common.spring.AutoDeploymentStrategy<ActionEngine>
public class DefaultAutoDeploymentStrategy extends AbstractActionAutoDeploymentStrategy
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Set<java.lang.String>
autoDeployTenants
static java.lang.String
DEPLOYMENT_MODE
The deployment mode this strategy handles. -
Constructor Summary
Constructors Constructor Description DefaultAutoDeploymentStrategy()
DefaultAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties, java.util.Set<java.lang.String> autoDeployTenants)
-
Method Summary
Modifier and Type Method Description protected java.util.Map<java.lang.String,org.springframework.core.io.Resource>
collectDeploymentResources(ActionResourceConverter actionResourceConverter, org.springframework.core.io.Resource[] resources)
protected void
deploy(java.lang.String deploymentName, java.util.Collection<org.springframework.core.io.Resource> resources, ActionRepositoryService actionRepositoryService, java.lang.String tenantId)
protected void
deployResourcesInternal(java.lang.String deploymentNameHint, org.springframework.core.io.Resource[] resources, ActionEngine engine)
protected java.lang.String
getDeploymentMode()
Methods inherited from class com.flowable.action.engine.autodeployment.AbstractActionAutoDeploymentStrategy
addResource, addResource, getLockManager
Methods inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy
deployResources, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentProperties, getLockName, handlesMode, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, setDeploymentProperties
-
Field Details
-
DEPLOYMENT_MODE
public static final java.lang.String DEPLOYMENT_MODEThe deployment mode this strategy handles.- See Also:
- Constant Field Values
-
autoDeployTenants
protected final java.util.Set<java.lang.String> autoDeployTenants
-
-
Constructor Details
-
DefaultAutoDeploymentStrategy
public DefaultAutoDeploymentStrategy() -
DefaultAutoDeploymentStrategy
public DefaultAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties, java.util.Set<java.lang.String> autoDeployTenants)
-
-
Method Details
-
getDeploymentMode
protected java.lang.String getDeploymentMode()- Specified by:
getDeploymentMode
in classorg.flowable.common.spring.CommonAutoDeploymentStrategy<ActionEngine>
-
deployResourcesInternal
protected void deployResourcesInternal(java.lang.String deploymentNameHint, org.springframework.core.io.Resource[] resources, ActionEngine engine)- Specified by:
deployResourcesInternal
in classorg.flowable.common.spring.CommonAutoDeploymentStrategy<ActionEngine>
-
deploy
protected void deploy(java.lang.String deploymentName, java.util.Collection<org.springframework.core.io.Resource> resources, ActionRepositoryService actionRepositoryService, java.lang.String tenantId) -
collectDeploymentResources
protected java.util.Map<java.lang.String,org.springframework.core.io.Resource> collectDeploymentResources(ActionResourceConverter actionResourceConverter, org.springframework.core.io.Resource[] resources)
-