Class DefaultAutoDeploymentStrategy
java.lang.Object
org.flowable.common.spring.CommonAutoDeploymentStrategy<AgentEngine>
com.flowable.agent.engine.autodeployment.AbstractAgentAutoDeploymentStrategy
com.flowable.agent.engine.autodeployment.DefaultAutoDeploymentStrategy
- All Implemented Interfaces:
org.flowable.common.spring.AutoDeploymentStrategy<AgentEngine>
- Author:
- Valentin Zickner
-
Field Summary
FieldsFields inherited from class org.flowable.common.spring.CommonAutoDeploymentStrategy
deploymentProperties, logger -
Constructor Summary
ConstructorsConstructorDescriptionDefaultAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties, Set<String> autoDeployTenants) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddeploy(Resource[] agentResources, AgentRepositoryService agentRepositoryService, String tenantId) protected voiddeployResourcesInternal(String deploymentNameHint, Resource[] resources, AgentEngine engine) protected StringMethods inherited from class com.flowable.agent.engine.autodeployment.AbstractAgentAutoDeploymentStrategy
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:
-
autoDeployTenants
-
-
Constructor Details
-
DefaultAutoDeploymentStrategy
public DefaultAutoDeploymentStrategy() -
DefaultAutoDeploymentStrategy
-
-
Method Details
-
getDeploymentMode
- Specified by:
getDeploymentModein classorg.flowable.common.spring.CommonAutoDeploymentStrategy<AgentEngine>
-
deployResourcesInternal
protected void deployResourcesInternal(String deploymentNameHint, Resource[] resources, AgentEngine engine) - Specified by:
deployResourcesInternalin classorg.flowable.common.spring.CommonAutoDeploymentStrategy<AgentEngine>
-
deploy
protected void deploy(Resource[] agentResources, AgentRepositoryService agentRepositoryService, String tenantId)
-