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(@Nullable ConfluenceUser confluenceUser, long spaceId)Returns the full list of visible pages in the space.Map<Long,List<SimpleContent>>BulkPermissionService. getVisibleChildPages(@Nullable 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(@Nullable 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(@Nullable ConfluenceUser confluenceUser, long spaceId)Returns the full list of visible pages in the space.List<SimpleContent>DenormalisedPermissionRouter. getAllVisiblePagesInSpace(@Nullable ConfluenceUser confluenceUser, long spaceId)Returns the full list of visible pages in the space.List<SimpleContent>DenormalisedPermissionServiceImpl. getAllVisiblePagesInSpace(@Nullable ConfluenceUser confluenceUser, long spaceId)Returns the full list of visible pages in the space.Map<Long,List<SimpleContent>>DenormalisedPermissionFallbackServiceImpl. getVisibleChildPages(@Nullable 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(@Nullable 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(@Nullable 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(@Nullable ConfluenceUser confluenceUser, long spaceId)Finds all visible top-level pages.List<SimpleContent>DenormalisedPermissionRouter. getVisibleTopLevelPages(@Nullable ConfluenceUser confluenceUser, long spaceId)Finds all visible top-level pages.List<SimpleContent>DenormalisedPermissionServiceImpl. getVisibleTopLevelPages(@Nullable 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 voidDenormalisedContentViewPermissionDao. 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 SimpleContentSimpleContent. from(Page page)Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain with parameters of type SimpleContent Modifier and Type Method Description voidSimpleContent. mergeFieldsFrom(SimpleContent other)Updates all fields from other (except id because id must not be changed).
-