public interface ContentPermissionDao extends ObjectDao
Modifier and Type | Method and Description |
---|---|
ContentPermission |
getById(long id) |
List<ContentPermission> |
getGroupPermissions(String groupName) |
List<ContentPermission> |
getUserPermissions(ConfluenceUser user) |
findAll, findAllSorted, findAllSorted, findByClassIds, getPersistentClass, refresh, remove, replicate, save, saveRaw
ContentPermission getById(long id)
List<ContentPermission> getGroupPermissions(String groupName)
List<ContentPermission> getUserPermissions(ConfluenceUser user)
Copyright © 2003–2019 Atlassian. All rights reserved.