org.alfresco.repo.workflow.activiti
Class ActivitiWorkflowManagerFactory

java.lang.Object
  extended by org.alfresco.repo.workflow.activiti.ActivitiWorkflowManagerFactory
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean

public class ActivitiWorkflowManagerFactory
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean

Since:
3.4.e

Constructor Summary
ActivitiWorkflowManagerFactory()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivitiWorkflowManagerFactory

public ActivitiWorkflowManagerFactory()
Method Detail

getObject

public ActivitiWorkflowManager getObject()
                                  throws java.lang.Exception

Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
Throws:
java.lang.Exception

setTenantService

public void setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
Parameters:
tenantService - the tenantService to set

setMessageService

public void setMessageService(MessageService messageService)
Parameters:
messageService - the messageService to set

setServiceRegistry

public void setServiceRegistry(ServiceRegistry serviceRegistry)
Parameters:
serviceRegistry - the serviceRegistry to set

setUnprotectedSearchService

public void setUnprotectedSearchService(org.alfresco.service.cmr.search.SearchService unprotectedSearchService)
Parameters:
unprotectedSearchService - the unprotectedSearchService to set

setBPMEngineRegistry

public void setBPMEngineRegistry(BPMEngineRegistry bpmEngineRegistry)
Parameters:
bpmEngineRegistry - the bpmEngineRegistry to set

setProcessEngine

public void setProcessEngine(org.activiti.engine.ProcessEngine processEngine)
Parameters:
processEngine - the processEngine to set

setEngineId

public void setEngineId(java.lang.String engineId)
Parameters:
engineId - the engineId to set

setCompanyHomePath

public void setCompanyHomePath(java.lang.String companyHomePath)
Parameters:
companyHomePath - the companyHomePath to set

setCompanyHomeStore

public void setCompanyHomeStore(java.lang.String companyHomeStore)
Parameters:
companyHomeStore - the companyHomeStore to set

setAuthorityDAO

public void setAuthorityDAO(AuthorityDAO authorityDAO)
Parameters:
authorityDAO - the authorityDAO to set

getObjectType

public java.lang.Class getObjectType()

Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean

isSingleton

public boolean isSingleton()

Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean

setNamespaceService

public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
Parameters:
namespaceService - the namespaceService to set

setDictionaryService

public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
Parameters:
dictionaryService - the dictionaryService to set

setNodeService

public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Parameters:
nodeService - the nodeService to set

setPersonService

public void setPersonService(PersonService personService)
Parameters:
personService - the personService to set


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.