com.atlassian.confluence.pages.actions
Class PagePermissionsActionHelper

java.lang.Object
  extended by com.atlassian.confluence.pages.actions.PagePermissionsActionHelper
All Implemented Interfaces:
Serializable

public class PagePermissionsActionHelper
extends Object
implements Serializable

Provides methods for converting user and group permission strings from web forms into collections of ContentPermission objects.

See Also:
Serialized Form

Constructor Summary
PagePermissionsActionHelper(com.atlassian.user.User user)
           
 
Method Summary
 List<ContentPermission> createPermissions(String contentPermissionType, String permissionsGroups, String permissionsUsers)
          Returns the view ContentPermissions of the required type for this helper instance, adding the helper User if they don't have view permission via the list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagePermissionsActionHelper

public PagePermissionsActionHelper(com.atlassian.user.User user)
Method Detail

createPermissions

public List<ContentPermission> createPermissions(String contentPermissionType,
                                                 String permissionsGroups,
                                                 String permissionsUsers)
Returns the view ContentPermissions of the required type for this helper instance, adding the helper User if they don't have view permission via the list.



Copyright © 2003-2012 Atlassian. All Rights Reserved.