Uses of Class
com.atlassian.confluence.security.persistence.dao.hibernate.SpacePermissionDTOLight
Packages that use SpacePermissionDTOLight
Package
Description
-
Uses of SpacePermissionDTOLight in com.atlassian.confluence.security.persistence.dao
Methods in com.atlassian.confluence.security.persistence.dao that return types with arguments of type SpacePermissionDTOLightModifier and TypeMethodDescriptionSpacePermissionDao.findPermissionsForSpacesAndTypes
(Set<Long> spaceIdList, Collection<String> typeList) Retrieves all permissions for the provides space list. -
Uses of SpacePermissionDTOLight in com.atlassian.confluence.security.persistence.dao.hibernate
Methods in com.atlassian.confluence.security.persistence.dao.hibernate that return types with arguments of type SpacePermissionDTOLightModifier and TypeMethodDescriptionHibernateSpacePermissionDao.findPermissionsForSpacesAndTypes
(Set<Long> spaceIdList, Collection<String> typeList) Retrieves all permissions for the provides space list.