mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
ALF-8144 Added in caching of QName mappings, TaskInstances, Task properties and ProcessContext variables. Effectively merged fixes from V3.4 revisions 25061,25072,25261 and 25326.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@26973 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -24,6 +24,7 @@ import org.alfresco.repo.tenant.TenantService;
|
||||
import org.alfresco.service.cmr.dictionary.DictionaryService;
|
||||
import org.alfresco.service.cmr.workflow.WorkflowException;
|
||||
import org.alfresco.service.namespace.NamespaceService;
|
||||
import org.alfresco.service.namespace.QNameCache;
|
||||
|
||||
/**
|
||||
* @since 3.4.e
|
||||
@@ -38,7 +39,7 @@ public abstract class AlfrescoBpmEngine extends BPMEngine
|
||||
protected DictionaryService dictionaryService;
|
||||
protected WorkflowObjectFactory factory;
|
||||
protected WorkflowAuthorityManager authorityManager;
|
||||
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user