Class 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 Detail

      • SimpleContentPermission

        public SimpleContentPermission​(long id,
                                       String type,
                                       com.atlassian.sal.api.user.UserKey userKey,
                                       String groupName,
                                       long cpsId)
    • Method Detail

      • getId

        public long getId()
      • getType

        public String getType()
      • getUserName

        public String getUserName()
      • getGroupName

        public String getGroupName()
      • getCpsId

        public long getCpsId()