|
||||||||||
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 | |
---|---|
java.util.Collection<ContentPermission> |
SimpleContentPermissionProvider.getEditPermissions()
|
java.util.Collection<ContentPermission> |
ContentPermissionProvider.getEditPermissions()
|
java.util.Collection<ContentPermission> |
SimpleContentPermissionProvider.getViewPermissions()
|
java.util.Collection<ContentPermission> |
ContentPermissionProvider.getViewPermissions()
|
Method parameters in com.atlassian.confluence.content.service.page with type arguments of type ContentPermission | |
---|---|
void |
SimpleContentPermissionProvider.setEditPermissions(java.util.Collection<ContentPermission> editPermissions)
|
void |
SimpleContentPermissionProvider.setViewPermissions(java.util.Collection<ContentPermission> viewPermissions)
|
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. since 2.6 - use getContentPermissionSet |
Methods in com.atlassian.confluence.core that return types with arguments of type ContentPermission | |
---|---|
java.util.List<ContentPermission> |
DefaultContentPermissionManager.getInheritedContentPermissions(ContentEntityObject contentEntityObject)
Deprecated. |
java.util.List<ContentPermission> |
ContentPermissionManager.getInheritedContentPermissions(ContentEntityObject contentEntityObject)
Deprecated. Since 2.6 use ContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject) |
java.util.List<ContentPermission> |
DefaultContentPermissionManager.getInheritedContentUserPermissions(ContentEntityObject contentEntityObject)
Filters the inherited content permission sets of a page for a list of inherited user permissions (of type VIEW_PERMISSION ) |
java.util.List<ContentPermission> |
ContentPermissionManager.getInheritedContentUserPermissions(ContentEntityObject contentEntityObject)
|
java.util.List<ContentPermission> |
ContentEntityObject.getPermissions()
Deprecated. since 2.6 - use ContentEntityObject.getContentPermissionSet(String) |
java.util.Set<ContentPermission> |
DefaultContentPermissionManager.getViewContentPermissions(Page page)
|
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)
|
Method parameters in com.atlassian.confluence.core with type arguments of type ContentPermission | |
---|---|
void |
DefaultContentPermissionManager.setContentPermissions(java.util.Collection<ContentPermission> requiredPermissions,
ContentEntityObject content,
java.lang.String type)
|
void |
ContentPermissionManager.setContentPermissions(java.util.Collection<ContentPermission> contentPermissions,
ContentEntityObject content,
java.lang.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 | |
---|---|
java.util.List<ContentPermission> |
ContentPermissionDao.getGroupPermissions(java.lang.String groupName)
|
java.util.List<ContentPermission> |
ContentPermissionDao.getUserPermissions(ConfluenceUser user)
|
java.util.List<ContentPermission> |
ContentPermissionDao.getUserPermissions(java.lang.String userName)
Deprecated. since 5.3. Use ContentPermissionDao.getUserPermissions(com.atlassian.confluence.user.ConfluenceUser) instead. |
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 | |
---|---|
java.util.List<ContentPermission> |
ContentPermissionHibernateDao.getGroupPermissions(java.lang.String groupName)
|
java.util.List<ContentPermission> |
ContentPermissionHibernateDao.getUserPermissions(ConfluenceUser user)
|
java.util.List<ContentPermission> |
ContentPermissionHibernateDao.getUserPermissions(java.lang.String userName)
Deprecated. |
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. |
java.util.List<ContentPermission> |
PagePermissionsActionHelper.createPermissions(java.lang.String contentPermissionType,
java.lang.String permissionsGroups,
java.lang.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 java.util.List<ContentPermission> |
AbstractCreateAndEditPageAction.createViewPermissions()
Deprecated. since 3.1. Use a PagePermissionsActionHelper in your Action. |
java.util.List<ContentPermission> |
ViewPageAction.getInheritedContentPermissions()
|
java.util.List<ContentPermission> |
ListPermissionPagesAction.getPermissions(Page page)
|
java.util.List<ContentPermission> |
ViewPageAction.getThisPagePermissions()
|
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,
ConfluenceUser user)
|
static ContentPermission |
ContentPermission.createUserPermission(java.lang.String type,
java.lang.String userName)
Deprecated. since 5.2. Use createUserPermission(String, com.atlassian.confluence.user.ConfluenceUser) |
Methods in com.atlassian.confluence.security that return types with arguments of type ContentPermission | |
---|---|
java.util.Collection<ContentPermission> |
ContentPermissionSet.getAllExcept(java.util.Collection<ContentPermission> exclusions)
Retrieve all the ContentPermission s in this set that do not exist in the
given collection. |
java.util.Iterator<ContentPermission> |
ContentPermissionSet.iterator()
|
Methods in com.atlassian.confluence.security with parameters of type ContentPermission | |
---|---|
void |
ContentPermissionSet.addContentPermission(ContentPermission contentPermission)
|
int |
ContentPermission.compareTo(ContentPermission that)
|
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 | |
---|---|
java.util.Collection<ContentPermission> |
ContentPermissionSet.getAllExcept(java.util.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 |