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 |
setDeployWorkflowsInTenant(boolean deployWorkflowsInTenant) |
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 |
setRepositoryHelper(Repository repositoryHelper) |
void |
setServiceRegistry(ServiceRegistry serviceRegistry) |
void |
setTenantService(org.alfresco.repo.tenant.TenantService tenantService) |
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 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 setRepositoryHelper(Repository repositoryHelper)
repositoryHelper - the repositoryHelper 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 setpublic void setDeployWorkflowsInTenant(boolean deployWorkflowsInTenant)
wether - or not to deploy workflows in multi-tenant context.Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.