Tagging Service: tag scope refresh added. Async action execution policy added.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10288 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2008-08-07 10:25:05 +00:00
parent 12f45da03a
commit 886f6d4859
12 changed files with 812 additions and 409 deletions

View File

@@ -2245,7 +2245,7 @@ public class ScriptNode implements Serializable, Scopeable
org.alfresco.service.cmr.tagging.TagScope tagScopeImpl = this.services.getTaggingService().findTagScope(this.nodeRef);
if (tagScopeImpl != null)
{
tagScope = new TagScope(tagScopeImpl);
tagScope = new TagScope(this.services.getTaggingService(), tagScopeImpl);
}
return tagScope;
}