public class AlfrescoJbpmConfigurationFactoryBean extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.FactoryBean<org.jbpm.JbpmConfiguration>, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
AlfrescoJbpmConfigurationFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
org.springframework.core.io.Resource |
getConfiguration() |
String |
getContextName() |
org.jbpm.JbpmConfiguration |
getObject() |
org.jbpm.configuration.ObjectFactory |
getObjectFactory() |
Class<org.jbpm.JbpmConfiguration> |
getObjectType() |
org.hibernate.SessionFactory |
getSessionFactory() |
boolean |
isSingleton() |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setBeanName(String name) |
void |
setConfiguration(org.springframework.core.io.Resource configuration) |
void |
setContextName(String contextName) |
void |
setObjectFactory(org.jbpm.configuration.ObjectFactory objectFactory) |
void |
setSessionFactory(org.hibernate.SessionFactory sessionFactory) |
public AlfrescoJbpmConfigurationFactoryBean()
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic void setBeanName(String name)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic org.jbpm.JbpmConfiguration getObject()
throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<org.jbpm.JbpmConfiguration>Exceptionpublic Class<org.jbpm.JbpmConfiguration> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.jbpm.JbpmConfiguration>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.jbpm.JbpmConfiguration>public org.springframework.core.io.Resource getConfiguration()
public void setConfiguration(org.springframework.core.io.Resource configuration)
configuration - The configuration to setpublic org.jbpm.configuration.ObjectFactory getObjectFactory()
public void setObjectFactory(org.jbpm.configuration.ObjectFactory objectFactory)
objectFactory - The objectFactory to setpublic String getContextName()
public void setContextName(String contextName)
contextName - The contextName to setpublic org.hibernate.SessionFactory getSessionFactory()
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
sessionFactory - The sessionFactory to setCopyright © 2005–2014 Alfresco Software. All rights reserved.