Merged V3.1 to HEAD

12991: Merged V3.0 to V3.1
      12929: Merged V2.2 to V3.0
         12579: Fix ETWOTWO-925: Adding users to a web project is slow due to permission setting
         12583: Fix ETWOTWO-925: Added post fix snapshot (follow on from 12579)
   ___________________________________________________________________
   Modified: svn:mergeinfo
      Merged /alfresco/BRANCHES/V3.0:r12929
      Merged /alfresco/BRANCHES/V2.2:r12579,12583
      Merged /alfresco/BRANCHES/V3.1:r12991


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13547 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2009-03-11 02:20:29 +00:00
parent e3503a6a88
commit b9bcb907bc
8 changed files with 821 additions and 178 deletions

View File

@@ -155,6 +155,14 @@ public interface PermissionService
public static final String PROPERTIES = "Properties";
public static final String WCM_CONTENT_MANAGER = "ContentManager";
public static final String WCM_CONTENT_PUBLISHER = "ContentPublisher";
public static final String WCM_CONTENT_CONTRIBUTOR = "ContentContributor";
public static final String WCM_CONTENT_REVIEWER = "ContentReviewer";
/**
* Get the Owner Authority
*