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, setEngineId
protected 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 Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class BPMEngine
Exception
public void setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
tenantService
- TenantServicepublic void setMessageService(MessageService messageService)
messageService
- MessageServicepublic void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
namespaceService
- NamespaceServicepublic 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–2017 Alfresco Software. All rights reserved.