|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContentPermission in com.atlassian.confluence.content.service.page |
---|
Methods in com.atlassian.confluence.content.service.page that return types with arguments of type ContentPermission | |
---|---|
Collection<ContentPermission> |
SimpleContentPermissionProvider.getEditPermissions()
|
Collection<ContentPermission> |
ContentPermissionProvider.getEditPermissions()
|
Collection<ContentPermission> |
SimpleContentPermissionProvider.getViewPermissions()
|
Collection<ContentPermission> |
ContentPermissionProvider.getViewPermissions()
|
Method parameters in com.atlassian.confluence.content.service.page with type arguments of type ContentPermission | |
---|---|
void |
SimpleContentPermissionProvider.setEditPermissions(Collection<ContentPermission> editPermissions)
|
void |
SimpleContentPermissionProvider.setViewPermissions(Collection<ContentPermission> viewPermissions)
|
Uses of ContentPermission in com.atlassian.confluence.core |
---|
Methods in com.atlassian.confluence.core that return ContentPermission | |
---|---|
ContentPermission |
ContentEntityObject.getContentPermission(String permissionType)
Deprecated. since 2.6 - use getContentPermissionSet |
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)
|
Method parameters in com.atlassian.confluence.core with type arguments of type ContentPermission | |
---|---|
void |
DefaultContentPermissionManager.setContentPermissions(Collection<ContentPermission> requiredPermissions,
ContentEntityObject content,
String type)
|
void |
ContentPermissionManager.setContentPermissions(Collection<ContentPermission> contentPermissions,
ContentEntityObject content,
String type)
Set the Content Permissions on the CEO to be the list of ContentPermission s passed. |
Uses of ContentPermission in com.atlassian.confluence.core.persistence |
---|
Methods in com.atlassian.confluence.core.persistence that return ContentPermission | |
---|---|
ContentPermission |
ContentPermissionDao.getById(long id)
|
Methods in com.atlassian.confluence.core.persistence that return types with arguments of type ContentPermission | |
---|---|
List<ContentPermission> |
ContentPermissionDao.getGroupPermissions(String groupName)
|
List<ContentPermission> |
ContentPermissionDao.getUserPermissions(String userName)
|
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)
|
Methods in com.atlassian.confluence.core.persistence.hibernate that return types with arguments of type ContentPermission | |
---|---|
List<ContentPermission> |
ContentPermissionHibernateDao.getGroupPermissions(String groupName)
|
List<ContentPermission> |
ContentPermissionHibernateDao.getUserPermissions(String userName)
|
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(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 List<ContentPermission> |
AbstractCreateAndEditPageAction.createEditPermissions()
Deprecated. since 3.1. Use a PagePermissionsActionHelper in your Action. |
List<ContentPermission> |
PagePermissionsActionHelper.createPermissions(String contentPermissionType,
String permissionsGroups,
String permissionsUsers)
Returns the view ContentPermission s of the required type for this helper instance, adding the helper User
if they don't have view permission via the list. |
protected List<ContentPermission> |
AbstractCreateAndEditPageAction.createViewPermissions()
Deprecated. since 3.1. Use a PagePermissionsActionHelper in your Action. |
List<ContentPermission> |
ViewPageAction.getInheritedContentPermissions()
|
List<ContentPermission> |
ListPermissionPagesAction.getPermissions(Page page)
|
List<ContentPermission> |
ViewPageAction.getThisPagePermissions()
|
Method parameters in com.atlassian.confluence.pages.actions with type arguments of type ContentPermission | |
---|---|
protected void |
AbstractCreateAndEditPageAction.setPermissions(List<ContentPermission> permissions)
|
Uses of ContentPermission in com.atlassian.confluence.security |
---|
Methods in com.atlassian.confluence.security that return ContentPermission | |
---|---|
static ContentPermission |
ContentPermission.createGroupPermission(String type,
String groupName)
|
static ContentPermission |
ContentPermission.createUserPermission(String type,
ConfluenceUser user)
|
static ContentPermission |
ContentPermission.createUserPermission(String type,
String userName)
Deprecated. since 5.2. |
Methods in com.atlassian.confluence.security that return types with arguments of type ContentPermission | |
---|---|
Collection<ContentPermission> |
ContentPermissionSet.getAllExcept(Collection<ContentPermission> exclusions)
Retrieve all the ContentPermission s in this set that do not exist in the
given collection. |
Iterator<ContentPermission> |
ContentPermissionSet.iterator()
|
Methods in com.atlassian.confluence.security with parameters of type ContentPermission | |
---|---|
void |
ContentPermissionSet.addContentPermission(ContentPermission contentPermission)
|
int |
ContentPermission.compareTo(ContentPermission o)
|
boolean |
ContentPermissionSet.contains(ContentPermission contentPermission)
|
void |
ContentPermissionSet.removeContentPermission(ContentPermission contentPermission)
Remove the given content permission from this set. |
Method parameters in com.atlassian.confluence.security with type arguments of type ContentPermission | |
---|---|
Collection<ContentPermission> |
ContentPermissionSet.getAllExcept(Collection<ContentPermission> exclusions)
Retrieve all the ContentPermission s in this set that do not exist in the
given collection. |
Constructors in com.atlassian.confluence.security with parameters of type ContentPermission | |
---|---|
ContentPermission(ContentPermission other)
Copy constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |