public class ActivitiWorkflowManagerFactory extends Object implements org.springframework.beans.factory.FactoryBean<ActivitiWorkflowManager>
Constructor and Description |
---|
ActivitiWorkflowManagerFactory() |
Modifier and Type | Method and Description |
---|---|
ActivitiWorkflowManager |
getObject() |
Class<? extends ActivitiWorkflowManager> |
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(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 Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<ActivitiWorkflowManager>
Exception
public 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(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 Class<? extends ActivitiWorkflowManager> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<ActivitiWorkflowManager>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<ActivitiWorkflowManager>
public 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)
deployWorkflowsInTenant
- wether or not to deploy workflows in multi-tenant context.Copyright © 2005–2017 Alfresco Software. All rights reserved.