public class ActivitiWorkflowManagerFactory
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean
| Constructor and Description |
|---|
ActivitiWorkflowManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
ActivitiWorkflowManager |
getObject() |
java.lang.Class |
getObjectType() |
boolean |
isSingleton() |
void |
setAuthorityDAO(AuthorityDAO authorityDAO) |
void |
setBPMEngineRegistry(BPMEngineRegistry bpmEngineRegistry) |
void |
setCompanyHomePath(java.lang.String companyHomePath) |
void |
setCompanyHomeStore(java.lang.String companyHomeStore) |
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService) |
void |
setEngineId(java.lang.String engineId) |
void |
setMessageService(MessageService messageService) |
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setPersonService(PersonService personService) |
void |
setProcessEngine(org.activiti.engine.ProcessEngine processEngine) |
void |
setServiceRegistry(ServiceRegistry serviceRegistry) |
void |
setTenantService(org.alfresco.repo.tenant.TenantService tenantService) |
void |
setUnprotectedSearchService(org.alfresco.service.cmr.search.SearchService unprotectedSearchService) |
public ActivitiWorkflowManager getObject() throws java.lang.Exception
getObject in interface org.springframework.beans.factory.FactoryBeanjava.lang.Exceptionpublic void setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
tenantService - the tenantService to setpublic void setMessageService(MessageService messageService)
messageService - the messageService to setpublic void setServiceRegistry(ServiceRegistry serviceRegistry)
serviceRegistry - the serviceRegistry to setpublic void setUnprotectedSearchService(org.alfresco.service.cmr.search.SearchService unprotectedSearchService)
unprotectedSearchService - the unprotectedSearchService to setpublic void setBPMEngineRegistry(BPMEngineRegistry bpmEngineRegistry)
bpmEngineRegistry - the bpmEngineRegistry to setpublic void setProcessEngine(org.activiti.engine.ProcessEngine processEngine)
processEngine - the processEngine to setpublic void setEngineId(java.lang.String engineId)
engineId - the engineId to setpublic void setCompanyHomePath(java.lang.String companyHomePath)
companyHomePath - the companyHomePath to setpublic void setCompanyHomeStore(java.lang.String companyHomeStore)
companyHomeStore - the companyHomeStore to setpublic void setAuthorityDAO(AuthorityDAO authorityDAO)
authorityDAO - the authorityDAO to setpublic java.lang.Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
namespaceService - the namespaceService to setpublic void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
dictionaryService - the dictionaryService to setpublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService - the nodeService to setpublic void setPersonService(PersonService personService)
personService - the personService to setCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.