public abstract class AbstractContentAutoDeploymentStrategy extends org.flowable.common.spring.CommonAutoDeploymentStrategy<ContentEngine>
AutoDeploymentStrategy
.Constructor and Description |
---|
AbstractContentAutoDeploymentStrategy() |
AbstractContentAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties) |
Modifier and Type | Method and Description |
---|---|
protected void |
addResource(org.springframework.core.io.Resource resource,
DocumentDeploymentBuilder deploymentBuilder) |
protected void |
addResource(org.springframework.core.io.Resource resource,
String resourceName,
DocumentDeploymentBuilder deploymentBuilder) |
protected org.flowable.common.engine.impl.lock.LockManager |
getLockManager(ContentEngine engine,
String deploymentNameHint) |
deployResources, deployResourcesInternal, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentMode, getDeploymentProperties, getLockName, handlesMode, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, setDeploymentProperties
public AbstractContentAutoDeploymentStrategy()
public AbstractContentAutoDeploymentStrategy(org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties)
protected org.flowable.common.engine.impl.lock.LockManager getLockManager(ContentEngine engine, String deploymentNameHint)
getLockManager
in class org.flowable.common.spring.CommonAutoDeploymentStrategy<ContentEngine>
protected void addResource(org.springframework.core.io.Resource resource, DocumentDeploymentBuilder deploymentBuilder)
protected void addResource(org.springframework.core.io.Resource resource, String resourceName, DocumentDeploymentBuilder deploymentBuilder)
Copyright © 2019. All rights reserved.