public class DefaultDataObjectDefinitionAutoDeployer extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>, org.springframework.core.Ordered
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
autoDeployTenants |
protected org.springframework.core.io.Resource[] |
customDataObjectResources |
protected DataObjectEngineConfiguration |
dataObjectEngineConfiguration |
static String |
DEFAULT_DEPLOYMENT_NAME |
static int |
DEFAULT_ORDER |
protected org.springframework.core.io.Resource[] |
defaultDataObjectResources |
protected String |
deploymentName |
protected int |
order |
protected List<org.springframework.core.io.Resource> |
priorityResources |
| Constructor and Description |
|---|
DefaultDataObjectDefinitionAutoDeployer(org.springframework.core.io.Resource[] defaultDataObjectResources,
org.springframework.core.io.Resource[] customDataObjectResources,
List<org.springframework.core.io.Resource> priorityResources,
DataObjectEngineConfiguration dataObjectEngineConfiguration,
Set<String> autoDeployTenants) |
DefaultDataObjectDefinitionAutoDeployer(org.springframework.core.io.Resource[] defaultDataObjectResources,
org.springframework.core.io.Resource[] customDataObjectResources,
List<org.springframework.core.io.Resource> priorityResources,
DataObjectEngineConfiguration dataObjectEngineConfiguration,
String deploymentName,
Set<String> autoDeployTenants) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deploy(String tenantId) |
int |
getOrder() |
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) |
void |
setOrder(int order) |
public static final String DEFAULT_DEPLOYMENT_NAME
public static final int DEFAULT_ORDER
protected org.springframework.core.io.Resource[] defaultDataObjectResources
protected org.springframework.core.io.Resource[] customDataObjectResources
protected List<org.springframework.core.io.Resource> priorityResources
protected DataObjectEngineConfiguration dataObjectEngineConfiguration
protected String deploymentName
protected int order
public DefaultDataObjectDefinitionAutoDeployer(org.springframework.core.io.Resource[] defaultDataObjectResources,
org.springframework.core.io.Resource[] customDataObjectResources,
List<org.springframework.core.io.Resource> priorityResources,
DataObjectEngineConfiguration dataObjectEngineConfiguration,
Set<String> autoDeployTenants)
public DefaultDataObjectDefinitionAutoDeployer(org.springframework.core.io.Resource[] defaultDataObjectResources,
org.springframework.core.io.Resource[] customDataObjectResources,
List<org.springframework.core.io.Resource> priorityResources,
DataObjectEngineConfiguration dataObjectEngineConfiguration,
String deploymentName,
Set<String> autoDeployTenants)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>protected void deploy(String tenantId)
Copyright © 2019. All rights reserved.