| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<SimpleContent> |
DenormalisedPermissionServiceImpl.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> |
DenormalisedPermissionFallbackServiceImpl.getAllVisiblePagesInSpace(ConfluenceUser confluenceUser,
long spaceId)
Returns the full list of visible pages in the space.
|
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.
|
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>> |
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.
|
List<SimpleContent> |
DenormalisedPermissionServiceImpl.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> |
DenormalisedPermissionFallbackServiceImpl.getVisibleTopLevelPages(ConfluenceUser confluenceUser,
long spaceId)
Finds all visible top-level pages.
|
| Modifier and Type | Method and 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 ids
|
List<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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DenormalisedContentViewPermissionDao.saveSimpleContent(SimpleContent simpleContent) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleContent |
SimpleContent.from(Page page) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleContent.mergeFieldsFrom(SimpleContent other)
Updates all fields from other (except id because id must not be changed).
|
Copyright © 2003–2022 Atlassian. All rights reserved.