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 long
ConfluenceRpc. getContentPermissionId(ContentPermission contentPermission, long pageId)
Deprecated.void
ConfluenceRpc. grantContentPermission(ContentPermission contentPermission, ContentEntity contentEntity)
Deprecated.void
ConfluenceRpc. revokeContentPermission(ContentPermission contentPermission, ContentEntity contentEntity)
Deprecated.void
ConfluenceRpc. setBlogRestriction(ContentPermission contentPermission, BlogPost blogPost)
Deprecated.Restricts blog post to single given user or group, wiping out any other existing restrictions.void
ConfluenceRpc. setContentRestriction(ContentPermission contentPermission, AbstractPageEntity abstractPage)
Deprecated.Restricts page or blog post to single given user or group, wiping out any other existing restrictions.void
ConfluenceRpc. setDraftRestriction(ContentPermission contentPermission, Draft draft)
Deprecated.Restricts blog post to single given user or group, wiping out any other existing restrictions.void
ConfluenceRpc. setPageRestriction(ContentPermission contentPermission, Page page)
Deprecated.Restricts page to a single given user or group, wiping out any other existing restrictions.
-