Uses of Class
com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
-
-
Uses of SimpleContent in com.atlassian.confluence.security.denormalisedpermissions
Methods in com.atlassian.confluence.security.denormalisedpermissions that return types with arguments of type SimpleContent Modifier and Type Method Description List<SimpleContent>
BulkPermissionService. getAllVisiblePagesInSpace(ConfluenceUser confluenceUser, long spaceId)
Returns the full list of visible pages in the space.Map<Long,List<SimpleContent>>
BulkPermissionService. getVisibleChildPages(ConfluenceUser confluenceUser, Set<Long> parentPageIdSet, boolean checkInheritedPermissions)
Receives a set of page ids as a parameter and finds all visible children for them.List<SimpleContent>
BulkPermissionService. getVisibleTopLevelPages(ConfluenceUser confluenceUser, long spaceId)
Finds all visible top-level pages. -
Uses of SimpleContent in com.atlassian.confluence.security.denormalisedpermissions.impl
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl that return types with arguments of type SimpleContent Modifier and Type Method Description List<SimpleContent>
DenormalisedPermissionFallbackServiceImpl. getAllVisiblePagesInSpace(ConfluenceUser confluenceUser, long spaceId)
Returns the full list of visible pages in the space.List<SimpleContent>
DenormalisedPermissionRouter. getAllVisiblePagesInSpace(ConfluenceUser confluenceUser, long spaceId)
Returns the full list of visible pages in the space.List<SimpleContent>
DenormalisedPermissionServiceImpl. getAllVisiblePagesInSpace(ConfluenceUser confluenceUser, long spaceId)
Returns the full list of visible pages in the space.Map<Long,List<SimpleContent>>
DenormalisedPermissionFallbackServiceImpl. getVisibleChildPages(ConfluenceUser confluenceUser, Set<Long> parentPageIdSet, boolean checkInheritedPermissions)
Receives a set of page ids as a parameter and finds all visible children for them.Map<Long,List<SimpleContent>>
DenormalisedPermissionRouter. getVisibleChildPages(ConfluenceUser confluenceUser, Set<Long> parentPageIdSet, boolean checkInheritedPermissions)
Receives a set of page ids as a parameter and finds all visible children for them.Map<Long,List<SimpleContent>>
DenormalisedPermissionServiceImpl. getVisibleChildPages(ConfluenceUser confluenceUser, Set<Long> parentPageIdSet, boolean checkInheritedPermissions)
Receives a set of page ids as a parameter and finds all visible children for them.List<SimpleContent>
DenormalisedPermissionFallbackServiceImpl. getVisibleTopLevelPages(ConfluenceUser confluenceUser, long spaceId)
Finds all visible top-level pages.List<SimpleContent>
DenormalisedPermissionRouter. getVisibleTopLevelPages(ConfluenceUser confluenceUser, long spaceId)
Finds all visible top-level pages.List<SimpleContent>
DenormalisedPermissionServiceImpl. getVisibleTopLevelPages(ConfluenceUser confluenceUser, long spaceId)
Finds all visible top-level pages. -
Uses of SimpleContent in com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao that return types with arguments of type SimpleContent Modifier and Type Method Description Map<Long,List<SimpleContent>>
DenormalisedContentViewPermissionDao. getAllVisibleChildren(Collection<Long> parentIds, Collection<Long> sidIdList, boolean permissionExempt)
Returns all visible children for the provided set of parent idsList<SimpleContent>
DenormalisedContentViewPermissionDao. getAllVisibleTopLevelPages(long spaceId, Set<Long> sids, boolean permissionExempt)
Return all visible top-level pages.List<SimpleContent>
DenormalisedContentViewPermissionDao. getDenormalisedContentList(Set<Long> pageIdSet)
Returns a list of simple content pages.List<SimpleContent>
RealContentAndPermissionsDao. getSimpleContentList(Collection<Long> contentIds)
List<SimpleContent>
RealContentAndPermissionsDao. getSimplePageListWithIdGreaterThen(Long id, int limit)
List<SimpleContent>
DenormalisedContentViewPermissionDao. getVisiblePagesFromSpace(long spaceId, Collection<Long> sidIdList, boolean permissionExempt)
Returns all visible pages from space.Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.content.dao with parameters of type SimpleContent Modifier and Type Method Description void
DenormalisedContentViewPermissionDao. saveSimpleContent(SimpleContent simpleContent)
-
Uses of SimpleContent in com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain that return SimpleContent Modifier and Type Method Description static SimpleContent
SimpleContent. from(Page page)
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain with parameters of type SimpleContent Modifier and Type Method Description void
SimpleContent. mergeFieldsFrom(SimpleContent other)
Updates all fields from other (except id because id must not be changed).
-