public abstract class AlfrescoBpmEngine extends BPMEngine
| Modifier and Type | Field and Description |
|---|---|
protected WorkflowAuthorityManager |
authorityManager |
protected org.alfresco.service.cmr.dictionary.DictionaryService |
dictionaryService |
protected WorkflowObjectFactory |
factory |
protected MessageService |
messageService |
protected org.alfresco.service.namespace.NamespaceService |
namespaceService |
protected org.alfresco.repo.tenant.TenantService |
tenantService |
| Constructor and Description |
|---|
AlfrescoBpmEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected abstract org.alfresco.service.namespace.QName |
getDefaultStartTaskType() |
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService) |
void |
setMessageService(MessageService messageService)
Sets the Message Service
|
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
Sets the Namespace Service
|
void |
setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
Sets the Tenant Service
|
void |
setWorkflowAuthorityManager(WorkflowAuthorityManager authorityManager) |
void |
setWorkflowObjectFactory(WorkflowObjectFactory factory) |
createGlobalId, createLocalId, getEngineId, setBPMEngineRegistry, setEngineIdprotected org.alfresco.repo.tenant.TenantService tenantService
protected MessageService messageService
protected org.alfresco.service.namespace.NamespaceService namespaceService
protected org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService
protected WorkflowObjectFactory factory
protected WorkflowAuthorityManager authorityManager
public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class BPMEnginejava.lang.Exceptionpublic void setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
tenantService - public void setMessageService(MessageService messageService)
messageService - public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
namespaceService - public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
dictionaryService - the dictionaryService to setpublic void setWorkflowObjectFactory(WorkflowObjectFactory factory)
factory - the factory to setpublic void setWorkflowAuthorityManager(WorkflowAuthorityManager authorityManager)
authorityManager - the authorityManager to setprotected abstract org.alfresco.service.namespace.QName getDefaultStartTaskType()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.