Package org.flowable.common.spring
Interface SpringEngineConfiguration
- All Superinterfaces:
org.springframework.context.ApplicationContextAware,org.springframework.beans.factory.Aware,org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
public interface SpringEngineConfiguration
extends org.springframework.context.ApplicationContextAware, org.springframework.context.SmartLifecycle
- Author:
- Tijs Rademakers
-
Field Summary
FieldsFields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.context.ApplicationContextgetBeans()org.springframework.core.io.Resource[]default intgetPhase()org.springframework.transaction.PlatformTransactionManagerdefault booleanvoidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetDeploymentMode(String deploymentMode) voidsetDeploymentName(String deploymentName) voidsetDeploymentResources(org.springframework.core.io.Resource[] deploymentResources) voidsetTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager) default voidMethods inherited from interface org.springframework.context.Lifecycle
isRunning, start, stop
-
Field Details
-
PHASE
static final int PHASE- See Also:
-
PHASE_DELTA
static final int PHASE_DELTA- See Also:
-
-
Method Details
-
getTransactionManager
org.springframework.transaction.PlatformTransactionManager getTransactionManager() -
setTransactionManager
void setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager) -
getDeploymentName
String getDeploymentName() -
setDeploymentName
-
getDeploymentResources
org.springframework.core.io.Resource[] getDeploymentResources() -
setDeploymentResources
void setDeploymentResources(org.springframework.core.io.Resource[] deploymentResources) -
getApplicationContext
org.springframework.context.ApplicationContext getApplicationContext() -
setApplicationContext
void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware
-
getBeans
-
getDeploymentMode
String getDeploymentMode() -
setDeploymentMode
-
isAutoStartup
default boolean isAutoStartup()- Specified by:
isAutoStartupin interfaceorg.springframework.context.SmartLifecycle
-
stop
- Specified by:
stopin interfaceorg.springframework.context.SmartLifecycle
-
getPhase
default int getPhase()- Specified by:
getPhasein interfaceorg.springframework.context.Phased- Specified by:
getPhasein interfaceorg.springframework.context.SmartLifecycle
-