|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ContentPermission in com.atlassian.confluence.core |
|---|
| Methods in com.atlassian.confluence.core that return ContentPermission | |
|---|---|
ContentPermission |
ContentEntityObject.getContentPermission(java.lang.String permissionType)
Deprecated. use getContentPermissionSet |
| Methods in com.atlassian.confluence.core that return types with arguments of type ContentPermission | |
|---|---|
java.util.Set<ContentPermission> |
ContentPermissionManager.getViewContentPermissions(Page page)
Get view permissions on this page and its ancestors. |
| Methods in com.atlassian.confluence.core with parameters of type ContentPermission | |
|---|---|
void |
DefaultContentPermissionManager.addContentPermission(ContentPermission permission,
ContentEntityObject content)
Adds a new current content permission to the CEO if it doesn't have it already. |
void |
ContentPermissionManager.addContentPermission(ContentPermission permission,
ContentEntityObject content)
Add permissions to the content entity objecct through the manager. |
void |
ContentEntityObject.addPermission(ContentPermission permission)
Adds a ContentPermission. |
void |
DefaultContentPermissionManager.removeContentPermission(ContentPermission contentPermission)
|
void |
ContentPermissionManager.removeContentPermission(ContentPermission permission)
|
| Uses of ContentPermission in com.atlassian.confluence.core.persistence |
|---|
| Methods in com.atlassian.confluence.core.persistence that return ContentPermission | |
|---|---|
ContentPermission |
ContentPermissionDao.getById(long id)
|
| Uses of ContentPermission in com.atlassian.confluence.core.persistence.hibernate |
|---|
| Methods in com.atlassian.confluence.core.persistence.hibernate that return ContentPermission | |
|---|---|
ContentPermission |
ContentPermissionHibernateDao.getById(long id)
|
| Uses of ContentPermission in com.atlassian.confluence.event.events.security |
|---|
| Methods in com.atlassian.confluence.event.events.security that return ContentPermission | |
|---|---|
ContentPermission |
ContentPermissionEvent.getContentPermission()
|
| Constructors in com.atlassian.confluence.event.events.security with parameters of type ContentPermission | |
|---|---|
ContentPermissionEvent(java.lang.Object src,
ContentEntityObject content,
ContentPermission contentPermission)
|
|
| Uses of ContentPermission in com.atlassian.confluence.pages.actions |
|---|
| Methods in com.atlassian.confluence.pages.actions that return ContentPermission | |
|---|---|
ContentPermission |
AbstractCreateAndEditPageAction.getCurrentEditPermission()
|
ContentPermission |
AbstractCreateAndEditPageAction.getCurrentViewPermission()
|
| Methods in com.atlassian.confluence.pages.actions that return types with arguments of type ContentPermission | |
|---|---|
protected java.util.List<ContentPermission> |
AbstractCreateAndEditPageAction.createEditPermissions()
Deprecated. since 3.1. Use a PagePermissionsActionHelper in your Action. |
protected java.util.List<ContentPermission> |
AbstractCreateAndEditPageAction.createViewPermissions()
Deprecated. since 3.1. Use a PagePermissionsActionHelper in your Action. |
| Method parameters in com.atlassian.confluence.pages.actions with type arguments of type ContentPermission | |
|---|---|
protected void |
AbstractCreateAndEditPageAction.setPermissions(java.util.List<ContentPermission> permissions)
|
| Uses of ContentPermission in com.atlassian.confluence.rpc.soap.beans |
|---|
| Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type ContentPermission | |
|---|---|
RemoteContentPermission(ContentPermission contentPermission)
|
|
RemotePermission(ContentPermission permission)
Deprecated. |
|
| Uses of ContentPermission in com.atlassian.confluence.security |
|---|
| Methods in com.atlassian.confluence.security that return ContentPermission | |
|---|---|
static ContentPermission |
ContentPermission.createGroupPermission(java.lang.String type,
java.lang.String groupName)
|
static ContentPermission |
ContentPermission.createUserPermission(java.lang.String type,
java.lang.String userName)
|
| Methods in com.atlassian.confluence.security with parameters of type ContentPermission | |
|---|---|
void |
ContentPermissionSet.addContentPermission(ContentPermission contentPermission)
|
boolean |
ContentPermissionSet.contains(ContentPermission contentPermission)
|
void |
ContentPermissionSet.removeContentPermission(ContentPermission contentPermission)
Remove the given content permission from this set. |
| Uses of ContentPermission in com.atlassian.confluence.upgrade.security |
|---|
| Methods in com.atlassian.confluence.upgrade.security that return ContentPermission | |
|---|---|
ContentPermission |
LegacyContentPermission.toContentPermission()
Create a ContentPermission to represent this LegacyContentPermission. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||