Uses of Class
com.atlassian.confluence.it.content.security.ContentPermission

Packages that use ContentPermission
com.atlassian.confluence.it.content.security   
com.atlassian.confluence.it.rpc   
com.atlassian.confluence.pageobjects.component.dialog   
com.atlassian.confluence.selenium.client   
 

Uses of ContentPermission in com.atlassian.confluence.it.content.security
 

Constructors in com.atlassian.confluence.it.content.security with parameters of type ContentPermission
ContentPermission(ContentPermission contentPermission)
           
 

Uses of ContentPermission in com.atlassian.confluence.it.rpc
 

Methods in com.atlassian.confluence.it.rpc with parameters of type ContentPermission
 long ConfluenceRpc.getContentPermissionId(ContentPermission contentPermission, long pageId)
           
 void ConfluenceRpc.grantContentPermission(ContentPermission contentPermission, ContentEntity contentEntity)
           
 void ConfluenceRpc.revokeContentPermission(ContentPermission contentPermission, ContentEntity contentEntity)
           
 void ConfluenceRpc.setBlogRestriction(ContentPermission contentPermission, BlogPost blogPost)
          Restricts blog post to single given user or group, wiping out any other existing restrictions.
 void ConfluenceRpc.setContentRestriction(ContentPermission contentPermission, AbstractPageEntity abstractPage)
          Restricts page or blog post to single given user or group, wiping out any other existing restrictions.
 void ConfluenceRpc.setDraftRestriction(ContentPermission contentPermission, Draft draft)
          Restricts blog post to single given user or group, wiping out any other existing restrictions.
 void ConfluenceRpc.setPageRestriction(ContentPermission contentPermission, Page page)
          Restricts page to a single given user or group, wiping out any other existing restrictions.
 

Uses of ContentPermission in com.atlassian.confluence.pageobjects.component.dialog
 

Methods in com.atlassian.confluence.pageobjects.component.dialog with parameters of type ContentPermission
 boolean PageRestrictionsDialog.hasRestriction(ContentPermission permission)
           
 

Uses of ContentPermission in com.atlassian.confluence.selenium.client
 

Methods in com.atlassian.confluence.selenium.client with parameters of type ContentPermission
 void PagePermissionsEditor.addContentPermission(ContentPermission contentPermission)
           
 void PagePermissionsEditor.assertHasInheritedPermission(ContentPermission contentPermission, Page ancestor)
           
 void PagePermissionsEditor.assertHasNoInheritedPermission(ContentPermission contentPermission, Page ancestor)
           
 void PagePermissionsEditor.assertHasNoPermission(ContentPermission contentPermission)
           
 void PagePermissionsEditor.assertHasPermission(ContentPermission contentPermission)
           
 String PagePermissionsEditor.getDuplicateUserFlaggedJS(ContentPermission contentPermission)
          Returns true if the specified user is flagged as duplicated in the permissions table.
 String PagePermissionsEditor.getInheritedPermissionRowSelectorJS(ContentPermission contentPermission, Page ancestor)
           
 String PagePermissionsEditor.getPermissionRowSelectorJS(ContentPermission contentPermission)
           
 String PagePermissionsEditor.getRemovePermissionRowLinkId(ContentPermission contentPermission)
           
 boolean PagePermissionsEditor.isPermissionInViewport(ContentPermission contentPermission)
          Returns true if the row for the passed permission is viewable in the scrollable tables div.
 void PagePermissionsEditor.removePermission(ContentPermission contentPermission)
          Removed the permission for the given user or group with the supplied permission type.
 void PagePermissionsEditor.waitForPermissionToScrollIntoViewport(ContentPermission contentPermission)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.