Class RealContentAndPermissionsDao.SimpleContentPermission
- java.lang.Object
-
- com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao.RealContentAndPermissionsDao.SimpleContentPermission
-
- Enclosing class:
- RealContentAndPermissionsDao
public static class RealContentAndPermissionsDao.SimpleContentPermission extends Object
We need this class to retrieve content permissions without taking all other linked stuff (like content permissions sets)- Since:
- 7.11.0
-
-
Constructor Summary
Constructors Constructor Description SimpleContentPermission(long id, String type, com.atlassian.sal.api.user.UserKey userKey, String groupName, long cpsId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCpsId()
String
getGroupName()
long
getId()
String
getType()
String
getUserName()
-