Uses of Class
com.atlassian.confluence.it.content.security.ContentPermission
-
Packages that use ContentPermission Package Description com.atlassian.confluence.it.content.security com.atlassian.confluence.it.rpc -
-
Uses of ContentPermission in com.atlassian.confluence.it.content.security
Constructors in com.atlassian.confluence.it.content.security with parameters of type ContentPermission Constructor Description ContentPermission(ContentPermission contentPermission) -
Uses of ContentPermission in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc with parameters of type ContentPermission Modifier and Type Method Description longConfluenceRpc. getContentPermissionId(ContentPermission contentPermission, long pageId)Deprecated.voidConfluenceRpc. grantContentPermission(ContentPermission contentPermission, ContentEntity contentEntity)Deprecated.voidConfluenceRpc. revokeContentPermission(ContentPermission contentPermission, ContentEntity contentEntity)Deprecated.voidConfluenceRpc. setBlogRestriction(ContentPermission contentPermission, BlogPost blogPost)Deprecated.Restricts blog post to single given user or group, wiping out any other existing restrictions.voidConfluenceRpc. setContentRestriction(ContentPermission contentPermission, AbstractPageEntity abstractPage)Deprecated.Restricts page or blog post to single given user or group, wiping out any other existing restrictions.voidConfluenceRpc. setDraftRestriction(ContentPermission contentPermission, Draft draft)Deprecated.Restricts blog post to single given user or group, wiping out any other existing restrictions.voidConfluenceRpc. setPageRestriction(ContentPermission contentPermission, Page page)Deprecated.Restricts page to a single given user or group, wiping out any other existing restrictions.
-