RM: Ensure all rules executed on RM artifacts are (for the time being) run as 'rmadmin'

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@47093 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2013-02-26 03:29:26 +00:00
parent 6a3fb303a4
commit a926a9fc75
4 changed files with 86 additions and 30 deletions

View File

@@ -96,4 +96,13 @@ public class ExtendedActionServiceImpl extends ActionServiceImpl
return result;
}
/**
* @see org.alfresco.repo.action.ActionServiceImpl#postCommit()
*/
@Override
public void postCommit()
{
super.postCommit();
}
}