Package | Description |
---|---|
com.atlassian.confluence.it.content.security | |
com.atlassian.confluence.it.rpc |
Constructor and Description |
---|
ContentPermission(ContentPermission contentPermission) |
Modifier and Type | Method and 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.
|
Copyright © 2003–2017 Atlassian. All rights reserved.