org.jbpm.formbuilder.server
Class ServiceFactory
java.lang.Object
org.jbpm.formbuilder.server.ServiceFactory
- All Implemented Interfaces:
- org.springframework.beans.factory.BeanFactoryAware
public class ServiceFactory
- extends Object
- implements org.springframework.beans.factory.BeanFactoryAware
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static ServiceFactory getInstance()
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
- Specified by:
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
- Throws:
org.springframework.beans.BeansException
getFormDefinitionService
public FormDefinitionService getFormDefinitionService()
getTaskDefinitionService
public TaskDefinitionService getTaskDefinitionService()
getFileService
public FileService getFileService()
getMenuService
public MenuService getMenuService()
getSettingsService
public SettingsService getSettingsService()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.