Uses of Class
com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent
Packages that use SimpleContent
Package
Description
-
Uses of SimpleContent in com.atlassian.confluence.security.denormalisedpermissions
Methods in com.atlassian.confluence.security.denormalisedpermissions that return types with arguments of type SimpleContentModifier and TypeMethodDescriptionBulkPermissionService.getAllVisiblePagesInSpace
(@Nullable ConfluenceUser confluenceUser, long spaceId) Returns the full list of visible pages in the space.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.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 SimpleContentModifier and TypeMethodDescriptionDenormalisedPermissionFallbackServiceImpl.getAllVisiblePagesInSpace
(@Nullable ConfluenceUser confluenceUser, long spaceId) Returns the full list of visible pages in the space.DenormalisedPermissionOverrideProxyServiceImpl.getAllVisiblePagesInSpace
(@Nullable ConfluenceUser confluenceUser, long spaceId) DenormalisedPermissionRouter.getAllVisiblePagesInSpace
(@Nullable ConfluenceUser confluenceUser, long spaceId) Returns the full list of visible pages in the space.DenormalisedPermissionServiceImpl.getAllVisiblePagesInSpace
(@Nullable ConfluenceUser confluenceUser, long spaceId) Returns the full list of visible pages in the space.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.DenormalisedPermissionOverrideProxyServiceImpl.getVisibleChildPages
(@Nullable ConfluenceUser confluenceUser, Set<Long> parentPageIdSet, boolean checkInheritedPermissions) 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.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.DenormalisedPermissionFallbackServiceImpl.getVisibleTopLevelPages
(@Nullable ConfluenceUser confluenceUser, long spaceId) Finds all visible top-level pages.DenormalisedPermissionOverrideProxyServiceImpl.getVisibleTopLevelPages
(@Nullable ConfluenceUser confluenceUser, long spaceId) DenormalisedPermissionRouter.getVisibleTopLevelPages
(@Nullable ConfluenceUser confluenceUser, long spaceId) Finds all visible top-level pages.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 SimpleContentModifier and TypeMethodDescriptionDenormalisedContentViewPermissionDao.getAllVisibleChildren
(Collection<Long> parentIds, Collection<Long> sidIdList, boolean permissionExempt) Returns all visible children for the provided set of parent idsDenormalisedContentViewPermissionDao.getAllVisibleTopLevelPages
(long spaceId, Set<Long> sids, boolean permissionExempt) Return all visible top-level pages.DenormalisedContentViewPermissionDao.getDenormalisedContentList
(Set<Long> pageIdSet) Returns a list of simple content pages.RealContentAndPermissionsDao.getSimpleContentList
(Collection<Long> contentIds) RealContentAndPermissionsDao.getSimplePageListWithIdGreaterThen
(Long id, int limit) 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 SimpleContentModifier and TypeMethodDescriptionvoid
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 SimpleContentMethods in com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain with parameters of type SimpleContentModifier and TypeMethodDescriptionvoid
SimpleContent.mergeFieldsFrom
(SimpleContent other) Updates all fields from other (except id because id must not be changed).