public interface ContentPermissionDao extends ObjectDao
NON_CACHEABLE
Modifier and Type | Method and Description |
---|---|
ContentPermission |
getById(long id) |
List<ContentPermission> |
getGroupPermissions(String groupName) |
List<ContentPermission> |
getUserPermissions(ConfluenceUser user) |
List<ContentPermission> |
getUserPermissions(String userName)
Deprecated.
since 5.3. Use
getUserPermissions(com.atlassian.confluence.user.ConfluenceUser) instead. |
findAll, findAllSorted, findAllSorted, findByClassIds, getPersistentClass, refresh, remove, replicate, save, saveRaw
ContentPermission getById(long id)
List<ContentPermission> getGroupPermissions(String groupName)
List<ContentPermission> getUserPermissions(ConfluenceUser user)
@Deprecated List<ContentPermission> getUserPermissions(String userName)
getUserPermissions(com.atlassian.confluence.user.ConfluenceUser)
instead.Copyright © 2003–2015 Atlassian. All rights reserved.