Package org.alfresco.repo.workflow
Class AlfrescoBpmEngine
java.lang.Object
org.alfresco.repo.workflow.BPMEngine
org.alfresco.repo.workflow.AlfrescoBpmEngine
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
- Since:
- 3.4.e
- Author:
- Nick Smith
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected WorkflowAuthorityManagerprotected DictionaryServiceprotected WorkflowObjectFactoryprotected MessageServiceprotected NamespaceServiceprotected TenantService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected abstract QNamevoidsetDictionaryService(DictionaryService dictionaryService) voidsetMessageService(MessageService messageService) Sets the Message ServicevoidsetNamespaceService(NamespaceService namespaceService) Sets the Namespace ServicevoidsetTenantService(TenantService tenantService) Sets the Tenant ServicevoidsetWorkflowAuthorityManager(WorkflowAuthorityManager authorityManager) voidMethods inherited from class org.alfresco.repo.workflow.BPMEngine
createGlobalId, createLocalId, getEngineId, setBPMEngineRegistry, setEngineId
-
Field Details
-
tenantService
-
messageService
-
namespaceService
-
dictionaryService
-
factory
-
authorityManager
-
-
Constructor Details
-
AlfrescoBpmEngine
public AlfrescoBpmEngine()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classBPMEngine- Throws:
Exception
-
setTenantService
Sets the Tenant Service- Parameters:
tenantService- TenantService
-
setMessageService
Sets the Message Service- Parameters:
messageService- MessageService
-
setNamespaceService
Sets the Namespace Service- Parameters:
namespaceService- NamespaceService
-
setDictionaryService
- Parameters:
dictionaryService- the dictionaryService to set
-
setWorkflowObjectFactory
- Parameters:
factory- the factory to set
-
setWorkflowAuthorityManager
- Parameters:
authorityManager- the authorityManager to set
-
getDefaultStartTaskType
-