public class DefaultAppAutoDeployer extends CommonAutoDeployer implements org.springframework.core.Ordered
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.app.api.AppEngineConfigurationApi |
appEngineConfiguration |
protected Set<String> |
autoDeployTenants |
static int |
DEFAULT_ORDER |
protected Function<String,org.flowable.common.engine.impl.lock.LockManager> |
lockManagerProvider |
protected int |
order |
deploymentProperties, deploymentResources| Constructor and Description |
|---|
DefaultAppAutoDeployer(Collection<org.springframework.core.io.Resource> deploymentResources,
org.flowable.app.api.AppEngineConfigurationApi appEngineConfiguration,
Function<String,org.flowable.common.engine.impl.lock.LockManager> lockManagerProvider,
Set<String> autoDeployTenants,
org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deploy(Collection<org.springframework.core.io.Resource> resources,
String tenantId) |
protected void |
deployResourcesInternal(Collection<org.springframework.core.io.Resource> resources)
Methods that should be implemented by sub classes to perform the actual deployment.
|
protected org.flowable.common.engine.impl.lock.LockManager |
getLockManager()
Get the lock manager for the current deployer.
|
int |
getOrder() |
void |
setOrder(int order) |
determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentProperties, getLockName, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, onApplicationEvent, setDeploymentPropertiespublic static final int DEFAULT_ORDER
protected org.flowable.app.api.AppEngineConfigurationApi appEngineConfiguration
protected Function<String,org.flowable.common.engine.impl.lock.LockManager> lockManagerProvider
protected int order
public DefaultAppAutoDeployer(Collection<org.springframework.core.io.Resource> deploymentResources, org.flowable.app.api.AppEngineConfigurationApi appEngineConfiguration, Function<String,org.flowable.common.engine.impl.lock.LockManager> lockManagerProvider, Set<String> autoDeployTenants, org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)
deploymentResources - the resources that should be deployedappEngineConfiguration - the engine configurationautoDeployTenants - the tenants to which the auto deployment should be done (if empty then a single deployment is done without using tenant)public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)
protected void deployResourcesInternal(Collection<org.springframework.core.io.Resource> resources)
CommonAutoDeployerdeployResourcesInternal in class CommonAutoDeployerresources - the resources to be deployedprotected org.flowable.common.engine.impl.lock.LockManager getLockManager()
CommonAutoDeployergetLockManager in class CommonAutoDeployerprotected void deploy(Collection<org.springframework.core.io.Resource> resources, String tenantId)
Copyright © 2019. All rights reserved.