| 构造器和说明 |
|---|
ContextImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
CommandService |
getCommandService() |
ExpressionContext |
getExpressionContext() |
IdentityService |
getIdentityService() |
ProcessService |
getProcessService() |
org.hibernate.Session |
getSession() |
TaskService |
getTaskService() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setCommandService(CommandService commandService) |
void |
setExpressionContext(ExpressionContext expressionContext) |
void |
setIdentityService(IdentityService identityService) |
void |
setProcessService(ProcessService processService) |
void |
setSessionFactory(org.hibernate.SessionFactory sessionFactory) |
void |
setTaskService(TaskService taskService) |
public org.hibernate.Session getSession()
getSession 在接口中 Contextpublic org.springframework.context.ApplicationContext getApplicationContext()
getApplicationContext 在接口中 Contextpublic void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
public CommandService getCommandService()
getCommandService 在接口中 Contextpublic void setCommandService(CommandService commandService)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic ProcessService getProcessService()
getProcessService 在接口中 Contextpublic void setProcessService(ProcessService processService)
public ExpressionContext getExpressionContext()
getExpressionContext 在接口中 Contextpublic void setExpressionContext(ExpressionContext expressionContext)
public IdentityService getIdentityService()
getIdentityService 在接口中 Contextpublic void setIdentityService(IdentityService identityService)
public void setTaskService(TaskService taskService)
public TaskService getTaskService()
getTaskService 在接口中 ContextCopyright © 2019 Bstek. All rights reserved.