public abstract class AlfrescoBpmEngine extends BPMEngine
| Modifier and Type | Field and Description |
|---|---|
protected WorkflowAuthorityManager |
authorityManager |
protected DictionaryService |
dictionaryService |
protected WorkflowObjectFactory |
factory |
protected MessageService |
messageService |
protected NamespaceService |
namespaceService |
protected TenantService |
tenantService |
| Constructor and Description |
|---|
AlfrescoBpmEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected abstract QName |
getDefaultStartTaskType() |
void |
setDictionaryService(DictionaryService dictionaryService) |
void |
setMessageService(MessageService messageService)
Sets the Message Service
|
void |
setNamespaceService(NamespaceService namespaceService)
Sets the Namespace Service
|
void |
setTenantService(TenantService tenantService)
Sets the Tenant Service
|
void |
setWorkflowAuthorityManager(WorkflowAuthorityManager authorityManager) |
void |
setWorkflowObjectFactory(WorkflowObjectFactory factory) |
createGlobalId, createLocalId, getEngineId, setBPMEngineRegistry, setEngineIdprotected TenantService tenantService
protected MessageService messageService
protected NamespaceService namespaceService
protected DictionaryService dictionaryService
protected WorkflowObjectFactory factory
protected WorkflowAuthorityManager authorityManager
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class BPMEngineExceptionpublic void setTenantService(TenantService tenantService)
tenantService - TenantServicepublic void setMessageService(MessageService messageService)
messageService - MessageServicepublic void setNamespaceService(NamespaceService namespaceService)
namespaceService - NamespaceServicepublic void setDictionaryService(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 QName getDefaultStartTaskType()
Copyright © 2005–2020 Alfresco Software. All rights reserved.