|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentPermission | |
|---|---|
| com.atlassian.confluence.it.content.security | |
| com.atlassian.confluence.it.rpc | |
| 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.setPageRestriction(ContentPermission contentPermission,
Page page)
Restrict page to single given user or group. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||