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:
N Smith
2011-04-19 13:26:38 +00:00
parent 74d754b5ac
commit 411dccf795
6 changed files with 659 additions and 126 deletions

View File

@@ -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}
*/