public class DefaultCaseDefinitionAutoDeployer extends CommonAutoDeployer implements Ordered
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
autoDeployTenants |
protected CmmnEngineConfiguration |
cmmnEngineConfiguration |
static String |
DEFAULT_DEPLOYMENT_NAME |
static int |
DEFAULT_ORDER |
protected String |
deploymentName |
protected int |
order |
applicationContext, deploymentProperties, deploymentResources
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Constructor and Description |
---|
DefaultCaseDefinitionAutoDeployer(Collection<Resource> cmmnResources,
CmmnEngineConfiguration cmmnEngineConfiguration,
Set<String> autoDeployTenants,
CommonAutoDeploymentProperties deploymentProperties) |
DefaultCaseDefinitionAutoDeployer(Collection<Resource> cmmnResources,
CmmnEngineConfiguration cmmnEngineConfiguration,
String deploymentName,
Set<String> autoDeployTenants,
CommonAutoDeploymentProperties deploymentProperties) |
Modifier and Type | Method and Description |
---|---|
protected void |
deploy(Collection<Resource> resources,
String tenantId) |
protected void |
deployResourcesInternal(Collection<Resource> resources)
Methods that should be implemented by sub classes to perform the actual deployment.
|
protected LockManager |
getLockManager()
Get the lock manager for the current deployer.
|
int |
getOrder() |
void |
setOrder(int order) |
deployResources, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentProperties, getLockName, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, onApplicationEvent, setApplicationContext, setDeploymentProperties
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forPayload
public static final String DEFAULT_DEPLOYMENT_NAME
public static final int DEFAULT_ORDER
protected CmmnEngineConfiguration cmmnEngineConfiguration
protected String deploymentName
protected int order
public DefaultCaseDefinitionAutoDeployer(Collection<Resource> cmmnResources, CmmnEngineConfiguration cmmnEngineConfiguration, Set<String> autoDeployTenants, CommonAutoDeploymentProperties deploymentProperties)
cmmnResources
- the resources that should be deployedcmmnEngineConfiguration
- 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 DefaultCaseDefinitionAutoDeployer(Collection<Resource> cmmnResources, CmmnEngineConfiguration cmmnEngineConfiguration, String deploymentName, Set<String> autoDeployTenants, CommonAutoDeploymentProperties deploymentProperties)
cmmnResources
- the resources that should be deployedcmmnEngineConfiguration
- the engine configurationdeploymentName
- the name of the deploymentautoDeployTenants
- the tenants to which the auto deployment should be done (if empty then a single deployment is done without using tenant)public void setOrder(int order)
protected void deployResourcesInternal(Collection<Resource> resources)
CommonAutoDeployer
deployResourcesInternal
in class CommonAutoDeployer
resources
- the resources to be deployedprotected LockManager getLockManager()
CommonAutoDeployer
getLockManager
in class CommonAutoDeployer
protected void deploy(Collection<Resource> resources, String tenantId)