public interface SpringEngineConfiguration
extends org.springframework.context.ApplicationContextAware
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
String |
getDeploymentMode() |
String |
getDeploymentName() |
org.springframework.core.io.Resource[] |
getDeploymentResources() |
org.springframework.transaction.PlatformTransactionManager |
getTransactionManager() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setDeploymentMode(String deploymentMode) |
void |
setDeploymentName(String deploymentName) |
void |
setDeploymentResources(org.springframework.core.io.Resource[] deploymentResources) |
void |
setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager) |
org.springframework.transaction.PlatformTransactionManager getTransactionManager()
void setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
String getDeploymentName()
void setDeploymentName(String deploymentName)
org.springframework.core.io.Resource[] getDeploymentResources()
void setDeploymentResources(org.springframework.core.io.Resource[] deploymentResources)
org.springframework.context.ApplicationContext getApplicationContext()
void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwareString getDeploymentMode()
void setDeploymentMode(String deploymentMode)
Copyright © 2017 Flowable. All rights reserved.