Interface ContentPermissionDao
-
- All Superinterfaces:
ObjectDao
- All Known Subinterfaces:
ContentPermissionDaoInternal
- All Known Implementing Classes:
ContentPermissionHibernateDao
public interface ContentPermissionDao extends ObjectDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentPermission
getById(long id)
List<ContentPermission>
getGroupPermissions(String groupName)
List<ContentPermission>
getUserPermissions(ConfluenceUser user)
-
Methods inherited from interface bucket.core.persistence.ObjectDao
findAll, findAllSorted, findAllSorted, findByClassIds, getPersistentClass, refresh, remove, replicate, save, saveRaw
-
-
-
-
Method Detail
-
getById
ContentPermission getById(long id)
-
getGroupPermissions
List<ContentPermission> getGroupPermissions(String groupName)
-
getUserPermissions
List<ContentPermission> getUserPermissions(ConfluenceUser user)
- Since:
- 5.3
-
-