public class ActivitiWorkflowManagerFactory extends Object implements org.springframework.beans.factory.FactoryBean<ActivitiWorkflowManager>
| Constructor and Description |
|---|
ActivitiWorkflowManagerFactory() |
public ActivitiWorkflowManager getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<ActivitiWorkflowManager>Exceptionpublic void setTenantService(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(NamespaceService namespaceService)
namespaceService - the namespaceService to setpublic void setDictionaryService(DictionaryService dictionaryService)
dictionaryService - the dictionaryService to setpublic void setNodeService(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.public void setRetentionHistoricProcessInstance(boolean retentionHistoricProcessInstance)
retentionHistoricProcessInstance - whether or not to retain the process instanceCopyright © 2005–2020 Alfresco Software. All rights reserved.