Uses of Class
com.atlassian.confluence.pages.Page
-
-
Uses of Page in com.atlassian.confluence.api.impl.service.content.typebinding
Methods in com.atlassian.confluence.api.impl.service.content.typebinding that return Page Modifier and Type Method Description Page
PageContentTypeApiSupport. create(Content newContent)
Page
PageContentTypeApiSupport. update(Content updatedContent, Page page)
Methods in com.atlassian.confluence.api.impl.service.content.typebinding that return types with arguments of type Page Modifier and Type Method Description Class<Page>
PageContentTypeApiSupport. getEntityClass()
Methods in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type Page Modifier and Type Method Description protected PageResponse<Content>
PageContentTypeApiSupport. getChildrenForThisType(Page content, LimitedRequest limitedRequest, Expansions expansions, Depth depth)
Page
PageContentTypeApiSupport. update(Content updatedContent, Page page)
ValidationResult
PageContentTypeApiSupport. validateUpdate(Content updatedContent, Page sceo)
Method parameters in com.atlassian.confluence.api.impl.service.content.typebinding with type arguments of type Page Modifier and Type Method Description Map<ContentId,Map<String,Object>>
PageContentTypeApiSupport. getExtensions(Iterable<Page> pages, Expansions expansions)
-
Uses of Page in com.atlassian.confluence.content.render.xhtml.links
Methods in com.atlassian.confluence.content.render.xhtml.links with parameters of type Page Modifier and Type Method Description String
HtmlExportHrefEvaluator. createHref(ConversionContext context, Page page, String anchor)
-
Uses of Page in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers that return Page Modifier and Type Method Description Page
PageResourceIdentifierResolver. resolve(PageResourceIdentifier pageResourceIdentifier, ConversionContext conversionContext)
Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type Page Modifier and Type Method Description protected boolean
DefaultResourceIdentifierMatcher. matches(Page page, ResourceIdentifier ri)
Constructor parameters in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with type arguments of type Page Constructor Description AttachmentOwningContentResolver(ResourceIdentifierResolver<PageResourceIdentifier,Page> pageResourceResolver, ResourceIdentifierResolver<BlogPostResourceIdentifier,BlogPost> blogPostResourceResolver, ResourceIdentifierResolver<ContentEntityResourceIdentifier,ContentEntityObject> contentEntityResourceResolver, ResourceIdentifierResolver<DraftResourceIdentifier,Draft> draftResourceResolver, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager)
-
Uses of Page in com.atlassian.confluence.content.render.xhtml.view.link
-
Uses of Page in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service with parameters of type Page Modifier and Type Method Description ServiceCommand
DefaultPageService. newCreatePageCommand(PageProvider provider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Page draft, com.atlassian.user.User user, boolean notifySelf)
ServiceCommand
PageService. newCreatePageCommand(PageProvider provider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Page draft, com.atlassian.user.User user, boolean notifySelf)
Retrieve a command for creating a new page for the specified user.ServiceCommand
DefaultPageService. newCreatePageCommandFromExisting(PageProvider pageProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Page draft, com.atlassian.user.User user, boolean notifySelf, SpaceProvider spaceProvider)
ServiceCommand
PageService. newCreatePageCommandFromExisting(PageProvider provider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Page draft, com.atlassian.user.User user, boolean notifySelf, SpaceProvider spaceProvider)
This is not a public API method! Creating a page from an existing page has different authorisation and validation logic from creating a brand new page. -
Uses of Page in com.atlassian.confluence.content.service.page
Methods in com.atlassian.confluence.content.service.page that return Page Modifier and Type Method Description Page
CreatePageCommand. getCreatedPage()
Page
CreatePageCommandImpl. getCreatedPage()
Page
IdAndVersionPageLocator. getPage()
Page
IdPageLocator. getPage()
Page
LongRunningTaskMovePageCommandDecorator. getPage()
Page
MovePageCommand. getPage()
Page
MovePageCommandImpl. getPage()
Page
MovePageToTopOfSpaceCommand. getPage()
Page
PageLocator. getPage()
Page
PageProvider. getPage()
protected Page
RemovePageVersionCommand. getPage()
Page
SinglePageLocator. getPage()
Page
TitleAndSpaceKeyPageLocator. getPage()
Methods in com.atlassian.confluence.content.service.page with parameters of type Page Modifier and Type Method Description boolean
MovePageCommandHelper. childPageTitleAlreadyExists(Page sourcePage, Space targetSpace)
List<String>
MovePageCommandHelper. listOfPageTitlesAlreadyExist(Page sourcePage, Space targetSpace)
Deprecated.since 6.9.Constructors in com.atlassian.confluence.content.service.page with parameters of type Page Constructor Description CreatePageCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Page draft, com.atlassian.user.User user, boolean notifySelf, ContentPropertyManager contentPropertyManager, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper)
CreatePageFromExistingCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Page draft, com.atlassian.user.User user, boolean notifySelf, SpaceProvider spaceProvider, ContentPropertyManager contentPropertyManager, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper)
SinglePageLocator(Page page)
-
Uses of Page in com.atlassian.confluence.content.ui
Methods in com.atlassian.confluence.content.ui with parameters of type Page Modifier and Type Method Description String
PageUiSupport. getContentCssClass(Page content)
String
PageUiSupport. getContentTypeI18NKey(Page content)
String
PageUiSupport. getIconCssClass(Page content)
String
PageUiSupport. getIconFilePath(Page content, int size)
String
PageUiSupport. getIconPath(Page content, int size)
-
Uses of Page in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return types with arguments of type Page Modifier and Type Method Description List<Page>
ContentPermissionManager. getPermittedChildren(Page page, com.atlassian.user.User user)
Returns a list ofPage
objects that are direct children of the passed in page.List<Page>
DefaultContentPermissionManager. getPermittedChildren(Page page, com.atlassian.user.User user)
Returns a list ofPage
objects that are direct children of the passed in page.List<Page>
ContentPermissionManager. getPermittedChildrenIgnoreInheritedPermissions(Page page, com.atlassian.user.User user)
Gets the list of child pages under the given page that are visible to the given user.List<Page>
DefaultContentPermissionManager. getPermittedChildrenIgnoreInheritedPermissions(Page page, com.atlassian.user.User user)
List<Page>
DefaultContentPermissionManager. getPermittedPagesIgnoreInheritedPermissions(List<Page> contentList, ConfluenceUser user, String permission)
Check permissions for a collection of objects without checking permissions of ancestors and spaces.Methods in com.atlassian.confluence.core with parameters of type Page Modifier and Type Method Description List<Page>
ContentPermissionManager. getPermittedChildren(Page page, com.atlassian.user.User user)
Returns a list ofPage
objects that are direct children of the passed in page.List<Page>
DefaultContentPermissionManager. getPermittedChildren(Page page, com.atlassian.user.User user)
Returns a list ofPage
objects that are direct children of the passed in page.List<Page>
ContentPermissionManager. getPermittedChildrenIgnoreInheritedPermissions(Page page, com.atlassian.user.User user)
Gets the list of child pages under the given page that are visible to the given user.List<Page>
DefaultContentPermissionManager. getPermittedChildrenIgnoreInheritedPermissions(Page page, com.atlassian.user.User user)
Set<ContentPermission>
ContentPermissionManager. getViewContentPermissions(Page page)
Deprecated.since 5.8.Set<ContentPermission>
DefaultContentPermissionManager. getViewContentPermissions(Page page)
Deprecated.since 5.8.boolean
ContentPermissionManager. hasPermittedChildrenIgnoreInheritedPermissions(Page page, com.atlassian.user.User remoteUser)
Does the given page have children visible to the given user.boolean
DefaultContentPermissionManager. hasPermittedChildrenIgnoreInheritedPermissions(Page page, com.atlassian.user.User user)
boolean
DefaultContentPermissionManager. hasVisibleChildren(Page page, ConfluenceUser user)
Returns true if at least one child is visible This method does not check all children, it stops working when the first visible children is foundboolean
ContentPermissionManager. isPermissionInherited(Page childPage)
Does the child page get its permissions from any ancestor?boolean
DefaultContentPermissionManager. isPermissionInherited(Page childPage)
Method parameters in com.atlassian.confluence.core with type arguments of type Page Modifier and Type Method Description List<Page>
DefaultContentPermissionManager. getPermittedPagesIgnoreInheritedPermissions(List<Page> contentList, ConfluenceUser user, String permission)
Check permissions for a collection of objects without checking permissions of ancestors and spaces. -
Uses of Page in com.atlassian.confluence.event.events.content.page
Methods in com.atlassian.confluence.event.events.content.page that return Page Modifier and Type Method Description Page
PageCopyEvent. getDestination()
@Nullable Page
PageMoveEvent. getNewParentPage()
@Nullable Page
PageMoveEvent. getOldParentPage()
Page
PageCopyEvent. getOrigin()
@NonNull Page
PageEvent. getPage()
Methods in com.atlassian.confluence.event.events.content.page that return types with arguments of type Page Modifier and Type Method Description @NonNull List<Page>
PageMoveCompletedEvent. getMovedPageList()
@Nullable List<Page>
PageMoveEvent. getMovedPageList()
@NonNull List<Page>
PageChildrenReorderEvent. getNewSortedChildPages()
@NonNull List<Page>
PageChildrenReorderEvent. getOldSortedChildPages()
Constructors in com.atlassian.confluence.event.events.content.page with parameters of type Page Constructor Description PageChildrenReorderEvent(Object src, Page parentPage, List<Page> oldSortedChildren, List<Page> newSortedChildren, @Nullable com.atlassian.user.User user)
PageCopyEvent(Object source, Page origin, Page destination, boolean suppressNotifications, PageCopyOptions pageCopyOptions)
PageCopyEvent(Object source, Page origin, Page destination, @Nullable ConfluenceUser initiator, boolean suppressNotifications)
PageCreateEvent(Object source, Page page)
Deprecated.since 7.1.0, usePageCreateEvent(Object, Page, Map, OperationContext)
PageCreateEvent(Object source, Page page, Map<String,Serializable> context)
Deprecated.since 7.1.0, usePageCreateEvent(Object, Page, Map, OperationContext)
PageCreateEvent(Object source, Page page, Map<String,Serializable> context, boolean suppressNotifications)
Deprecated.since 7.1.0, usePageCreateEvent(Object, Page, Map, OperationContext)
PageCreateEvent(Object source, Page page, Map<String,Serializable> context, boolean suppressNotifications, PageUpdateTrigger updateTrigger)
Deprecated.since 7.1.0, usePageCreateEvent(Object, Page, Map, OperationContext)
PageCreateEvent(Object source, Page page, Map<String,Serializable> context, @Nullable OperationContext<PageUpdateTrigger> operationContext)
PageCreateFromTemplateEvent(Object src, Page page, String templateId)
PageEvent(Object source, Page page)
Deprecated.since 6.0, usePageEvent(Object, Page, boolean)
insteadPageEvent(Object source, Page page, boolean suppressNotifications)
Deprecated.since 7.1.0, usePageEvent(Object, Page, OperationContext)
PageEvent(Object source, Page page, @Nullable OperationContext<?> operationContext)
PageInfoViewEvent(Object source, Page page)
Deprecated.since 6.2.0PageInfoViewEvent(Object source, Page page, @Nullable LocaleInfo localeInfo)
PageMoveCompletedEvent(Page sourcePage, List<Page> movedPageList, Space oldSpace)
PageMoveEvent(Object src, Page movedPage, List<Page> movedPageList, @Nullable Space oldSpace, @Nullable Page oldParentPage, @Nullable Integer oldPosition, @Nullable com.atlassian.user.User theMover, boolean movedBecauseOfParent)
PageRemoveEvent(Object src, Page removedPage)
PageRestoreEvent(Object src, Page page)
PageTrashedEvent(Object source, Page trashedPage, @Nullable com.atlassian.user.User trasher)
Deprecated.since 6.0, usePageTrashedEvent(Object, Page, User, boolean)
insteadPageTrashedEvent(Object source, Page trashedPage, @Nullable com.atlassian.user.User trasher, boolean suppressNotifications)
PageUpdateEvent(Object src, Page updatedPage, @Nullable AbstractPage originalPage, boolean suppressNotifications, PageUpdateTrigger updateTrigger)
Deprecated.since 7.1.0, usePageUpdateEvent(Object, Page, AbstractPage, OperationContext)
PageUpdateEvent(Object source, Page updatedPage, @Nullable AbstractPage originalPage, @Nullable OperationContext<PageUpdateTrigger> operationContext)
PageViewEvent(Object source, Page page)
Deprecated.since 6.2.0PageViewEvent(Object source, Page page, @Nullable LocaleInfo localeInfo)
Constructor parameters in com.atlassian.confluence.event.events.content.page with type arguments of type Page Constructor Description PageChildrenReorderEvent(Object src, Page parentPage, List<Page> oldSortedChildren, List<Page> newSortedChildren, @Nullable com.atlassian.user.User user)
PageMoveCompletedEvent(Page sourcePage, List<Page> movedPageList, Space oldSpace)
PageMoveEvent(Object src, Page movedPage, List<Page> movedPageList, @Nullable Space oldSpace, @Nullable Page oldParentPage, @Nullable Integer oldPosition, @Nullable com.atlassian.user.User theMover, boolean movedBecauseOfParent)
-
Uses of Page in com.atlassian.confluence.event.events.content.pagehierarchy
Methods in com.atlassian.confluence.event.events.content.pagehierarchy that return Page Modifier and Type Method Description Page
AbstractCopyPageHierarchyEvent. getDestination()
Page
AbstractCopyPageHierarchyEvent. getTargetPage()
Page
AbstractPageHierarchyEvent. getTargetPage()
Constructors in com.atlassian.confluence.event.events.content.pagehierarchy with parameters of type Page Constructor Description AbstractCopyPageHierarchyEvent(Object source, Page root, Page destination, @Nullable ConfluenceUser initiator, boolean suppressNotifications)
Deprecated.AbstractCopyPageHierarchyEvent(Object source, Page root, Page destination, @Nullable ConfluenceUser initiator, boolean suppressNotifications, int hierarchySize, boolean includeAttachments, boolean includeRestrictions, boolean includeLabels)
AbstractPageHierarchyEvent(Object source, Page page, @Nullable ConfluenceUser initiator, boolean suppressNotifications)
Deprecated.since 7.5, please useAbstractPageHierarchyEvent(Object, Page, ConfluenceUser, boolean, int)
instead.AbstractPageHierarchyEvent(Object source, Page page, @Nullable ConfluenceUser initiator, boolean suppressNotifications, int hierarchySize)
CopyPageHierarchyFinishEvent(Object source, Page root, Page destination, @Nullable ConfluenceUser initiator, boolean suppressNotifications)
Deprecated.CopyPageHierarchyFinishEvent(Object source, Page root, Page destination, @Nullable ConfluenceUser initiator, boolean suppressNotifications, int hierarchySize, boolean includeAttachments, boolean includeRestrictions, boolean includeLabels)
CopyPageHierarchyStartEvent(Object source, Page root, Page destination, @Nullable ConfluenceUser initiator, boolean suppressNotifications)
Deprecated.since 7.5, please useCopyPageHierarchyStartEvent(Object, Page, Page, ConfluenceUser, boolean, int, boolean, boolean, boolean)
instead.CopyPageHierarchyStartEvent(Object source, Page root, Page destination, @Nullable ConfluenceUser initiator, boolean suppressNotifications, int hierarchySize, boolean includeAttachments, boolean includeRestrictions, boolean includeLabels)
DeletePageHierarchyFinishEvent(Object source, Page page, @Nullable ConfluenceUser initiator, boolean suppressNotifications)
Deprecated.since 7.5, please useDeletePageHierarchyFinishEvent(Object, Page, ConfluenceUser, boolean, int)
instead.DeletePageHierarchyFinishEvent(Object source, Page page, @Nullable ConfluenceUser initiator, boolean suppressNotifications, int hierarchySize)
DeletePageHierarchyStartEvent(Object source, Page page, @Nullable ConfluenceUser initiator, boolean suppressNotifications)
Deprecated.since 7.5, please useDeletePageHierarchyStartEvent(Object, Page, ConfluenceUser, boolean, int)
instead.DeletePageHierarchyStartEvent(Object source, Page page, @Nullable ConfluenceUser initiator, boolean suppressNotifications, int hierarchySize)
-
Uses of Page in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return Page Modifier and Type Method Description @Nullable Page
DefaultPageManager. getPage(long id)
@Nullable Page
DefaultPageManager. getPage(String spaceKey, String pageTitle)
@Nullable Page
DefaultPageManager. getPageWithComments(String spaceKey, String pageTitle)
Methods in com.atlassian.confluence.impl.content that return types with arguments of type Page Modifier and Type Method Description @NonNull PageResponse<Page>
DefaultPageManager. getAllChildren(Page page, LimitedRequest pageRequest, Depth depth)
@NonNull PageResponse<Page>
DefaultPageManager. getChildren(Page page, LimitedRequest pageRequest, Depth depth)
@NonNull List<Page>
DefaultPageManager. getDescendants(Page page)
@NonNull PageResponse<Page>
DefaultPageManager. getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth)
@NonNull List<Page>
DefaultPageManager. getPages(@Nullable Space space, boolean currentOnly)
@NonNull PageResponse<Page>
DefaultPageManager. getPages(LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page>... filters)
Deprecated.since 7.0.1.@NonNull PageResponse<Page>
DefaultPageManager. getPages(Space space, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page>... filters)
Deprecated.since 7.0.1.@NonNull List<Page>
DefaultPageManager. getPages(Iterable<Long> ids)
@NonNull List<Page>
DefaultPageManager. getPagesWithPermissions(Space space)
Collection<Page>
DefaultPageManager. getPermissionPages(Space space, LimitedRequest limitedRequest)
@NonNull List<Page>
DefaultPageManager. getTopLevelPages(Space space)
@NonNull PageResponse<Page>
DefaultPageManager. getTopLevelPages(Space space, LimitedRequest pageRequest)
@NonNull ListBuilder<Page>
DefaultPageManager. getTopLevelPagesBuilder(Space space)
NOTE: Despite our best intentions, we still have to retrieve all the top level pages and order them outside the database.@NonNull List<Page>
DefaultPageManager. getUnsortedTopLevelPages(Space space)
@NonNull PageResponse<Page>
DefaultPageManager. scanFilteredPages(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Page>... filter)
@NonNull PageResponse<Page>
DefaultPageManager. scanFilteredPages(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Page>... filter)
Methods in com.atlassian.confluence.impl.content with parameters of type Page Modifier and Type Method Description int
DefaultPageManager. countPagesInSubtree(Page page)
void
DefaultPageManager. deepCopyPage(PageCopyOptions pageCopyOptions, Page originalPage, Page destinationPage)
void
DefaultPageManager. deepDeletePage(PageDeleteOptions options, Page targetPage)
@NonNull PageResponse<Page>
DefaultPageManager. getAllChildren(Page page, LimitedRequest pageRequest, Depth depth)
@NonNull PageResponse<Page>
DefaultPageManager. getChildren(Page page, LimitedRequest pageRequest, Depth depth)
@NonNull Collection<Long>
DefaultPageManager. getDescendantIds(Page page)
@NonNull List<Page>
DefaultPageManager. getDescendants(Page page)
@NonNull List<String>
DefaultPageManager. getDescendantTitles(Page page)
@NonNull List
DefaultPageManager. getDescendents(Page page)
Deprecated.since 5.5.1.@NonNull PageResponse<Page>
DefaultPageManager. getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth)
boolean
DefaultPageManager. isPageRecentlyUpdatedForUser(Page page, @Nullable com.atlassian.user.User user)
void
DefaultPageManager. moveChildrenToNewParent(Page oldPage, Page newParent)
void
DefaultPageManager. movePageAfter(Page page, Page refPage)
void
DefaultPageManager. movePageAsChild(Page page, Page newParent)
Move the source page to the end of targetPage's children list.void
DefaultPageManager. movePageBefore(Page page, Page refPage)
void
DefaultPageManager. movePageToTopLevel(Page oldPage, Space destinationSpace)
void
DefaultPageManager. removePageFromAncestorCollections(Page page)
void
DefaultPageManager. revertChildPageOrder(Page parentPage)
void
DefaultPageManager. setChildPageOrder(Page parentPage, List<Long> childIds)
void
DefaultPageManager. updatePageInAncestorCollections(Page page, @Nullable Page newParent)
-
Uses of Page in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type Page Modifier and Type Method Description String
AbstractRendererExporterImpl.ContentConverter. convertToXHtml(Page page)
protected void
AbstractRendererExporterImpl. exportPage(Page page, String baseExportPath)
protected void
HtmlExporter. exportPage(Page page, String baseExportPath)
Export page exports either a single page or, if context.exportChildren is set, the whole page hierarchy. -
Uses of Page in com.atlassian.confluence.impl.pages.persistence.dao
Methods in com.atlassian.confluence.impl.pages.persistence.dao that return Page Modifier and Type Method Description Page
ReadThroughCachingPageDao. getPage(Space space, String pageTitle)
Page
ReadThroughCachingPageDao. getPageWithComments(Space space, String pageTitle)
Methods in com.atlassian.confluence.impl.pages.persistence.dao with parameters of type Page Modifier and Type Method Description void
ReadThroughCachingPageDao. removeEntity(Page objectToRemove)
void
ReadThroughCachingPageDao. saveEntity(Page objectToSave)
void
ReadThroughCachingPageDao. saveEntity(Page currentObject, @Nullable Page originalObject)
void
ReadThroughCachingPageDao. saveRawEntity(Page objectToSave)
-
Uses of Page in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport with parameters of type Page Modifier and Type Method Description boolean
DefaultExportContext. isPageInExport(Page page, PageManager pageManager)
Deprecated.boolean
ExportContext. isPageInExport(Page page, PageManager pageManager)
Deprecated. -
Uses of Page in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type Page Modifier and Type Method Description String
AbstractRendererExporterImpl.ContentConverter. convertToXHtml(Page page)
protected void
AbstractRendererExporterImpl. exportPage(Page page, String baseExportPath)
Deprecated.protected void
HtmlExporter. exportPage(Page page, String baseExportPath)
Deprecated.Export page exports either a single page or, if context.exportChildren is set, the whole page hierarchy. -
Uses of Page in com.atlassian.confluence.internal
Methods in com.atlassian.confluence.internal that return types with arguments of type Page Modifier and Type Method Description List<Page>
ContentPermissionManagerInternal. getPermittedPagesIgnoreInheritedPermissions(List<Page> contentList, ConfluenceUser user, String permission)
Check permissions for a collection of objects without checking permissions of ancestors and spaces.Methods in com.atlassian.confluence.internal with parameters of type Page Modifier and Type Method Description boolean
ContentPermissionManagerInternal. hasVisibleChildren(Page page, ConfluenceUser user)
Returns true if at least one child is visible This method does not check all children, it stops working when the first visible children is foundMethod parameters in com.atlassian.confluence.internal with type arguments of type Page Modifier and Type Method Description List<Page>
ContentPermissionManagerInternal. getPermittedPagesIgnoreInheritedPermissions(List<Page> contentList, ConfluenceUser user, String permission)
Check permissions for a collection of objects without checking permissions of ancestors and spaces. -
Uses of Page in com.atlassian.confluence.internal.pages
Methods in com.atlassian.confluence.internal.pages that return types with arguments of type Page Modifier and Type Method Description PageResponse<Page>
PageManagerInternal. getAllChildren(Page page, LimitedRequest pageRequest, Depth depth)
Returns all the children of a page (including drafts), limited to the pagination requested@NonNull PageResponse<Page>
PageManagerInternal. getChildren(Page page, LimitedRequest pageRequest, Depth depth)
Returns the children of a page which have a status of CURRENT, limited to the pagination requested.default @NonNull PageResponse<Page>
PageManagerInternal. getFilteredPages(LimitedRequest pageRequest, Predicate<? super Page>... filter)
Returns all the current pages in this instance of confluence, limited to the pagination request.default @NonNull PageResponse<Page>
PageManagerInternal. getFilteredPages(Space space, LimitedRequest pageRequest, Predicate<? super Page>... filter)
Returns all the current pages in the space, limited to the pagination request.@NonNull PageResponse<Page>
PageManagerInternal. getPages(LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page>... filter)
Deprecated.since 7.0.1.@NonNull PageResponse<Page>
PageManagerInternal. getPages(Space space, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page>... filter)
Deprecated.since 7.0.1.Collection<Page>
PageManagerInternal. getPermissionPages(Space space, LimitedRequest limitedRequest)
Pagination permission pages for particular Space@NonNull PageResponse<Page>
PageManagerInternal. getTopLevelPages(Space space, LimitedRequest pageRequest)
Returns the current top-level pages in a space, limited to the pagination requested.default @NonNull PageResponse<Page>
PageManagerInternal. scanFilteredPages(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Page>... filter)
Returns all pages in the space which has specified content statuses, limited to the pagination request.default @NonNull PageResponse<Page>
PageManagerInternal. scanFilteredPages(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Page>... filter)
Returns all pages with specified content statuses, limited to the pagination request.Methods in com.atlassian.confluence.internal.pages with parameters of type Page Modifier and Type Method Description PageResponse<Page>
PageManagerInternal. getAllChildren(Page page, LimitedRequest pageRequest, Depth depth)
Returns all the children of a page (including drafts), limited to the pagination requested@NonNull PageResponse<Page>
PageManagerInternal. getChildren(Page page, LimitedRequest pageRequest, Depth depth)
Returns the children of a page which have a status of CURRENT, limited to the pagination requested. -
Uses of Page in com.atlassian.confluence.internal.pages.persistence
Methods in com.atlassian.confluence.internal.pages.persistence that return types with arguments of type Page Modifier and Type Method Description PageResponse<Page>
PageDaoInternal. findCurrentPages(LimitedRequest request)
Find all current pages.default PageResponse<Page>
PageDaoInternal. getFilteredChildren(Page page, LimitedRequest pageRequest, Predicate<? super Page> predicate, Depth depth)
Returns the children of a page which have a status of CURRENT, limited to the pagination requested.default PageResponse<Page>
PageDaoInternal. getFilteredPages(LimitedRequest pageRequest, @Nullable Predicate<? super Page> filter)
Retrieves a page response of all the current pages of the Confluence instance.default PageResponse<Page>
PageDaoInternal. getFilteredPages(Space space, LimitedRequest pageRequest, @Nullable Predicate<? super Page> filter)
Retrieves a page response of the current content in the given space.default PageResponse<Page>
PageDaoInternal. getFilteredTopLevelPages(Space space, LimitedRequest limitedRequest, Predicate<? super Page> predicate)
Collection<Page>
PageDaoInternal. getPermissionPages(Space space, LimitedRequest limitedRequest)
Pagination permission pages for particular SpacePageResponse<Page>
PageDaoInternal. scanFilteredPages(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable Predicate<? super Page> filter)
Retrieves a page response of all pages in space with specified content statuses.PageResponse<Page>
PageDaoInternal. scanFilteredPages(List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable Predicate<? super Page> filter)
Retrieves a page response of all the pages with specified content statuses.Methods in com.atlassian.confluence.internal.pages.persistence with parameters of type Page Modifier and Type Method Description default PageResponse<Page>
PageDaoInternal. getFilteredChildren(Page page, LimitedRequest pageRequest, Predicate<? super Page> predicate, Depth depth)
Returns the children of a page which have a status of CURRENT, limited to the pagination requested.Method parameters in com.atlassian.confluence.internal.pages.persistence with type arguments of type Page Modifier and Type Method Description default PageResponse<Page>
PageDaoInternal. getFilteredChildren(Page page, LimitedRequest pageRequest, Predicate<? super Page> predicate, Depth depth)
Returns the children of a page which have a status of CURRENT, limited to the pagination requested.default PageResponse<Page>
PageDaoInternal. getFilteredPages(LimitedRequest pageRequest, @Nullable Predicate<? super Page> filter)
Retrieves a page response of all the current pages of the Confluence instance.default PageResponse<Page>
PageDaoInternal. getFilteredPages(Space space, LimitedRequest pageRequest, @Nullable Predicate<? super Page> filter)
Retrieves a page response of the current content in the given space.default PageResponse<Page>
PageDaoInternal. getFilteredTopLevelPages(Space space, LimitedRequest limitedRequest, Predicate<? super Page> predicate)
PageResponse<Page>
PageDaoInternal. scanFilteredPages(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable Predicate<? super Page> filter)
Retrieves a page response of all pages in space with specified content statuses.PageResponse<Page>
PageDaoInternal. scanFilteredPages(List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable Predicate<? super Page> filter)
Retrieves a page response of all the pages with specified content statuses. -
Uses of Page in com.atlassian.confluence.links
Method parameters in com.atlassian.confluence.links with type arguments of type Page Modifier and Type Method Description void
DefaultRelatedContentRefactorer. contractAbsoluteReferencesInContent(List<Page> movedPageList)
Contract all links in moved pages and their referencing pages to relative linksvoid
DefaultRelatedContentRefactorer. contractAbsoluteReferencesInContent(List<Page> movedPageList, Space previousSpace)
Deprecated.since 5.9 useDefaultRelatedContentRefactorer.contractAbsoluteReferencesInContent(List)
insteadvoid
RelatedContentRefactorer. contractAbsoluteReferencesInContent(List<Page> movedPageList)
void
RelatedContentRefactorer. contractAbsoluteReferencesInContent(List<Page> movedPageList, Space previousSpace)
Deprecated.since 5.9 useRelatedContentRefactorer.contractAbsoluteReferencesInContent(List)
insteadvoid
DefaultRelatedContentRefactorer. updateReferrersForMovingPage(SpaceContentEntityObject referee, Space previousSpace, String previousTitle, List<Page> movedPageList)
void
RelatedContentRefactorer. updateReferrersForMovingPage(SpaceContentEntityObject referee, Space previousSpace, String previousTitle, List<Page> movedPageList)
Iterate through all the content that currently links to 'referee' and renames all the links, saving the changed content as it goes. -
Uses of Page in com.atlassian.confluence.mail.reports
Methods in com.atlassian.confluence.mail.reports with parameters of type Page Modifier and Type Method Description void
ChangeDigestReport. addPage(Page page)
-
Uses of Page in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return Page Modifier and Type Method Description Page
Page. copyLatestVersion()
Copy page informationPage
ContentNode. getPage()
Page
ContentTree. getPage(long pageId)
@Nullable Page
PageManager. getPage(long id)
Deprecated.since 7.3.0, useContentService.find(Expansion...)
from plugins, or usePageManagerInternal
in core where applicable@Nullable Page
PageManager. getPage(String spaceKey, String pageTitle)
Deprecated.since 7.3.0, useContentService.find(Expansion...)
from plugins, or usePageManagerInternal
in core where applicable@Nullable Page
PageManager. getPageWithComments(String spaceKey, String pageTitle)
Deprecated.since 7.3.0, useContentService.find(Expansion...)
from plugins, or usePageManagerInternal
in core where applicablePage
Page. getParent()
Methods in com.atlassian.confluence.pages that return types with arguments of type Page Modifier and Type Method Description List<Page>
Page. getAncestors()
Gets the list of ancestors of this page (its parents, and its parents parents, right up to the root level of the containing space).List<Page>
Page. getChildren()
List<Page>
Page. getDescendants()
Get descendants with "current" state only@NonNull List<Page>
PageManager. getDescendants(Page page)
Finds all descendant pages of the given pageList<Page>
Page. getDescendents()
Deprecated.since 5.5.1.PageResponse<Page>
PageManager. getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth)
Returns the children of a page which have a status of DRAFT, limited to the pagination requested.List<Page>
ContentTree. getPages()
@NonNull List<Page>
PageManager. getPages(@Nullable Space space, boolean currentOnly)
@NonNull List<Page>
PageManager. getPages(Iterable<Long> ids)
Deprecated.since 7.3.0, useContentService.find(Expansion...)
from plugins, or usePageManagerInternal
in core where applicableList<Page>
PageManager. getPagesWithPermissions(@NonNull Space space)
Get all current pages in a space and eagerly fetch permissions at the same time.List<Page>
Page. getSortedChildren()
@NonNull ListBuilder<Page>
PageManager. getTopLevelPagesBuilder(Space space)
Get the pages in a space that do not have a parent page.Methods in com.atlassian.confluence.pages with parameters of type Page Modifier and Type Method Description void
Page. addChild(Page child)
int
ChildPositionComparator. compare(Page page0, Page page1)
int
PageManager. countPagesInSubtree(Page page)
Get number of descendant page including the input pagevoid
PageManager. deepCopyPage(PageCopyOptions option, Page originalPage, Page destinationPage)
Copy child page of originalPage to destinationPagevoid
PageManager. deepDeletePage(PageDeleteOptions options, Page targetPage)
Deletes a page hierarchy@NonNull Collection<Long>
PageManager. getDescendantIds(Page page)
Finds the ids of a page's descendants@NonNull List<Page>
PageManager. getDescendants(Page page)
Finds all descendant pages of the given page@NonNull List<String>
PageManager. getDescendantTitles(Page page)
Finds all descendant titles of the given page@NonNull List
PageManager. getDescendents(Page page)
Deprecated.since 5.5.1.PageResponse<Page>
PageManager. getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth)
Returns the children of a page which have a status of DRAFT, limited to the pagination requested.boolean
PageManager. isPageRecentlyUpdatedForUser(Page page, @Nullable com.atlassian.user.User user)
Returns true if the page has been created or modified since the user last logged in.void
PageManager. moveChildrenToNewParent(Page oldParent, Page newParent)
Moves all the children from one page to another The new parent should NOT be the child of the old parent, this method will return with no operation in that casevoid
PageManager. movePageAfter(Page page, Page refPage)
Move the provided page (first argument) after the reference page (second argument).void
PageManager. movePageAsChild(Page page, Page refPage)
Move the provided page (first argument) as a child of the reference page (second argument).void
PageManager. movePageBefore(Page page, Page refPage)
Move the provided page (first argument) before the reference page (second argument).void
PageManager. movePageToTopLevel(Page page, Space space)
Move a page to the top level oftargetSpace
.void
Page. removeChild(Page child)
void
PageManager. removePageFromAncestorCollections(Page page)
Removes the page and its ancestors from the ancestor collection of all descendants.void
PageManager. revertChildPageOrder(Page parentPage)
Removes manual ordering of child pages.void
PageManager. setChildPageOrder(Page parentPage, List<Long> childIds)
Sets ordering of child pages for a supplied page, based on a map of child ids to positions.void
ContentNode. setPage(Page page)
void
Page. setParent(Page parent)
Deprecated.Since 1.1.void
Page. setParentPage(Page parent)
Public setter that makes sure that the parent page is validvoid
PageManager. updatePageInAncestorCollections(Page page, Page parentPage)
Updates the ancestors of a page and all it's descendant pages with the new parent page and its ancestors.Method parameters in com.atlassian.confluence.pages with type arguments of type Page Modifier and Type Method Description void
Page. setAncestors(List<Page> ancestors)
This should only ever be set by Hibernate.void
Page. setChildren(List<Page> children)
Constructors in com.atlassian.confluence.pages with parameters of type Page Constructor Description ContentNode(Page page)
-
Uses of Page in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as Page Modifier and Type Field Description protected Page
AbstractCreateAndEditPageAction. parentPage
Methods in com.atlassian.confluence.pages.actions that return Page Modifier and Type Method Description Page
AbstractCreatePageAction. getFromPage()
Page
CreatePageAction.SimplePageProvider. getPage()
Page
AbstractCreateAndEditPageAction. getParentPage()
Page
AbstractEditPageAction. getParentPage()
Page
MovePageDialogAction. getParentPage()
Page
ViewPageAction. getParentPage()
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8.0.Page
ViewPreviousVersionsAction. getPreviousPage(Page page)
Methods in com.atlassian.confluence.pages.actions that return types with arguments of type Page Modifier and Type Method Description List<Page>
ReorderPageDialogAction. getChildren()
PageResponse<Page>
ListPermissionPagesAction. getPageResponse()
Optional<Page>
CopyPageAction. getPageToCopy()
Optional<Page>
CopyPageAction. getPageToCopyTo()
List<Page>
AbstractPageAction. getPermittedChildren()
List<Page>
ChildrenAction. getPermittedChildren()
List<Page>
EditCommentAction. getPermittedChildren()
Methods in com.atlassian.confluence.pages.actions with parameters of type Page Modifier and Type Method Description protected void
AbstractCreatePageAction. assignParentPage(ContentEntityObject page, Page parentPage)
protected void
CreatePageAction. assignParentPage(ContentEntityObject page, Page parentPage)
List<ContentPermission>
ListPermissionPagesAction. getPermissions(Page page)
Page
ViewPreviousVersionsAction. getPreviousPage(Page page)
boolean
ChildrenAction. hasPermittedChildren(Page page)
void
AbstractCreatePageAction. setFromPage(Page fromPage)
-
Uses of Page in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return Page Modifier and Type Method Description Page
DelegatingPageDao. getById(long id)
Page
DelegatingPageDao. getPage(Space space, String pageTitle)
Page
PageDao. getPage(Space space, String pageTitle)
Get the page by space and title.Page
DelegatingPageDao. getPageById(long id)
Page
PageDao. getPageById(long id)
Get the page with the given id.Page
DelegatingPageDao. getPageByIdWithComments(long id)
Page
PageDao. getPageByIdWithComments(long id)
Get the page with the given id, and perform an eager load of the comments and their children.Page
DelegatingPageDao. getPageWithComments(Space space, String pageTitle)
Page
PageDao. getPageWithComments(Space space, String pageTitle)
Get the page by space and title, and perform an eager load of the comments and their children.Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type Page Modifier and Type Method Description @NonNull List<Page>
DelegatingPageDao. findAll()
@NonNull List<Page>
DelegatingPageDao. findAllSorted(String s)
@NonNull List<Page>
DelegatingPageDao. findAllSorted(String s, boolean cached, int firstRow, int maxRows)
@NonNull PageResponse<Page>
DelegatingPageDao. findByClassIdsFiltered(Iterable<Long> ids, LimitedRequest limitedRequest, Predicate<? super Page> filter)
PageResponse<Page>
DelegatingPageDao. findCurrentPages(LimitedRequest request)
Iterator<Page>
DelegatingPageDao. findLatestVersionsIterator()
PageResponse<Page>
DelegatingPageDao. getAllChildren(Page page, LimitedRequest pageRequest, Depth depth)
PageResponse<Page>
PageDao. getAllChildren(Page page, LimitedRequest pageRequest, Depth depth)
Returns all children of a page (including drafts), limited to the pagination requested.PageResponse<Page>
DelegatingPageDao. getChildren(Page page, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
Deprecated.PageResponse<Page>
PageDao. getChildren(Page page, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
Deprecated.since 7.0.1.List<Page>
DelegatingPageDao. getDescendants(Page page)
List<Page>
PageDao. getDescendants(Page page)
Finds all descendant pages (recursive) of the given pagePageResponse<Page>
DelegatingPageDao. getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth)
PageResponse<Page>
PageDao. getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth)
Returns the children of a page which have a status of DRAFT, limited to the pagination requested.List<Page>
DelegatingPageDao. getLastEditedVersionsOf(Page content)
List<Page>
DelegatingPageDao. getOrphanedPages(String spaceKey)
List<Page>
PageDao. getOrphanedPages(@Nullable String spaceKey)
Deprecated.since 7.0.0, no replacementList<Page>
DelegatingPageDao. getPageInTrash(String spaceKey, String title)
List<Page>
PageDao. getPageInTrash(String spaceKey, String title)
List<Page>
DelegatingPageDao. getPages(@Nullable Space space, boolean currentOnly)
PageResponse<Page>
DelegatingPageDao. getPages(LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> filter)
Deprecated.PageResponse<Page>
DelegatingPageDao. getPages(Space space, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> filter)
Deprecated.List<Page>
PageDao. getPages(@Nullable Space space, boolean currentOnly)
PageResponse<Page>
PageDao. getPages(LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super Page> filter)
Deprecated.since 7.0.1.PageResponse<Page>
PageDao. getPages(Space space, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super Page> filter)
Deprecated.since 7.0.1.List<Page>
DelegatingPageDao. getPagesByIds(Iterable<Long> ids)
List<Page>
PageDao. getPagesByIds(Iterable<Long> ids)
Get the pages with the given ids.List<Page>
DelegatingPageDao. getPagesCreatedOrUpdatedSinceDate(Date previousLoginDate)
List<Page>
PageDao. getPagesCreatedOrUpdatedSinceDate(Date previousLoginDate)
List<Page>
DelegatingPageDao. getPagesStartingWith(Space space, String s)
List<Page>
PageDao. getPagesStartingWith(Space space, String s)
List<Page>
DelegatingPageDao. getPagesWithPermissions(Space space)
List<Page>
PageDao. getPagesWithPermissions(Space space)
Get all current pages in a space and eagerly fetch permissions at the same time.List<Page>
DelegatingPageDao. getPermissionPages(Space space)
Collection<Page>
DelegatingPageDao. getPermissionPages(Space space, LimitedRequest requeste)
List<Page>
PageDao. getPermissionPages(Space space)
Class<Page>
DelegatingPageDao. getPersistentClass()
List<Page>
DelegatingPageDao. getRecentlyAddedPages(int maxCount, String spaceKey)
List<Page>
PageDao. getRecentlyAddedPages(int maxCount, @Nullable String spaceKey)
List<Page>
DelegatingPageDao. getRecentlyAuthoredPagesByUser(String username, int maxCount)
List<Page>
PageDao. getRecentlyAuthoredPagesByUser(String username, int maxCount)
List<Page>
DelegatingPageDao. getRecentlyUpdatedPages(int maxCount, String spaceKey)
List<Page>
PageDao. getRecentlyUpdatedPages(int maxCount, @Nullable String spaceKey)
List<Page>
DelegatingPageDao. getTopLevelPages(Space space)
PageResponse<Page>
DelegatingPageDao. getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
Deprecated.List<Page>
PageDao. getTopLevelPages(Space space)
PageResponse<Page>
PageDao. getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
Deprecated.since 7.0.1.List<Page>
DelegatingPageDao. getUndefinedPages(String spaceKey)
List<Page>
PageDao. getUndefinedPages(@Nullable String spaceKey)
Deprecated.since 6.6.0, usePageDao.getUndefinedLinks(String)
@NonNull PageResponse<Page>
DelegatingPageDao. scanFilteredPages(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable Predicate<? super Page> filter)
@NonNull PageResponse<Page>
DelegatingPageDao. scanFilteredPages(List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable Predicate<? super Page> filter)
Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type Page Modifier and Type Method Description int
DelegatingPageDao. countPagesInSubtree(@NonNull Page page)
int
PageDao. countPagesInSubtree(@NonNull Page page)
Return total descendant page including input pagePageResponse<Page>
DelegatingPageDao. getAllChildren(Page page, LimitedRequest pageRequest, Depth depth)
PageResponse<Page>
PageDao. getAllChildren(Page page, LimitedRequest pageRequest, Depth depth)
Returns all children of a page (including drafts), limited to the pagination requested.Set<ConfluenceUser>
DelegatingPageDao. getAllModifiers(Page page)
PageResponse<Page>
DelegatingPageDao. getChildren(Page page, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
Deprecated.PageResponse<Page>
PageDao. getChildren(Page page, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
Deprecated.since 7.0.1.List<Long>
DelegatingPageDao. getDescendantIds(Page page)
List<Long>
DelegatingPageDao. getDescendantIds(Page page, ContentStatus... statuses)
List<Long>
PageDao. getDescendantIds(Page page)
Finds the ids of all descendant pages of the given pageList<Long>
PageDao. getDescendantIds(Page page, ContentStatus... statuses)
Finds the ids of all descendant pages of the given pageList<Page>
DelegatingPageDao. getDescendants(Page page)
List<Page>
PageDao. getDescendants(Page page)
Finds all descendant pages (recursive) of the given pageList<String>
DelegatingPageDao. getDescendantTitles(Page page)
List<String>
PageDao. getDescendantTitles(Page page)
Finds all descendant titles of the given pagePageResponse<Page>
DelegatingPageDao. getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth)
PageResponse<Page>
PageDao. getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth)
Returns the children of a page which have a status of DRAFT, limited to the pagination requested.List<Page>
DelegatingPageDao. getLastEditedVersionsOf(Page content)
Integer
DelegatingPageDao. getMaxSiblingPosition(Page page)
Integer
PageDao. getMaxSiblingPosition(Page page)
Gets the highest position value of all the page's siblings.void
DelegatingPageDao. refreshEntity(Page objectToRefresh)
void
DelegatingPageDao. removeEntity(Page objectToRemove)
void
DelegatingPageDao. replicateEntity(Page objectToReplicate)
void
DelegatingPageDao. saveEntity(Page objectToSave)
void
DelegatingPageDao. saveEntity(Page currentObject, @Nullable Page originalObject)
void
DelegatingPageDao. saveRawEntity(Page objectToSave)
Method parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type Page Modifier and Type Method Description @NonNull PageResponse<Page>
DelegatingPageDao. findByClassIdsFiltered(Iterable<Long> ids, LimitedRequest limitedRequest, Predicate<? super Page> filter)
PageResponse<Page>
DelegatingPageDao. getChildren(Page page, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
Deprecated.PageResponse<Page>
PageDao. getChildren(Page page, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
Deprecated.since 7.0.1.PageResponse<Page>
DelegatingPageDao. getPages(LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> filter)
Deprecated.PageResponse<Page>
DelegatingPageDao. getPages(Space space, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> filter)
Deprecated.PageResponse<Page>
PageDao. getPages(LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super Page> filter)
Deprecated.since 7.0.1.PageResponse<Page>
PageDao. getPages(Space space, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super Page> filter)
Deprecated.since 7.0.1.PageResponse<Page>
DelegatingPageDao. getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
Deprecated.PageResponse<Page>
PageDao. getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
Deprecated.since 7.0.1.Map<Long,List<ConfluenceUser>>
DelegatingPageDao. getVersionEditContributors(Iterable<Page> originalVersions)
@NonNull PageResponse<Page>
DelegatingPageDao. scanFilteredPages(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable Predicate<? super Page> filter)
@NonNull PageResponse<Page>
DelegatingPageDao. scanFilteredPages(List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable Predicate<? super Page> filter)
-
Uses of Page in com.atlassian.confluence.pages.persistence.dao.bulk
Methods in com.atlassian.confluence.pages.persistence.dao.bulk with parameters of type Page Modifier and Type Method Description String
PageContentTransformer. transform(String content, Page oldPage, Page newPage)
-
Uses of Page in com.atlassian.confluence.pages.persistence.dao.bulk.copy
Methods in com.atlassian.confluence.pages.persistence.dao.bulk.copy with parameters of type Page Modifier and Type Method Description void
BulkPageCopy. deepCopy(PageCopyOptions pageCopyOptions, Page originalPage, Page destinationPage)
void
DefaultBulkPageCopy. deepCopy(PageCopyOptions pageCopyOptions, Page originalPage, Page destinationPage)
Main execution logic of deep copy pagesConstructors in com.atlassian.confluence.pages.persistence.dao.bulk.copy with parameters of type Page Constructor Description BulkPageCopyExecutionContext(BulkPageCopyExecutionContext previousContext, Page parentPage)
BulkPageCopyExecutionContext(SubProgressMeter progressMeter, Page parentPage)
-
Uses of Page in com.atlassian.confluence.pages.persistence.dao.bulk.delete
Methods in com.atlassian.confluence.pages.persistence.dao.bulk.delete that return Page Modifier and Type Method Description Page
BulkPageDeleteExecutionContext. getTargetParent()
Methods in com.atlassian.confluence.pages.persistence.dao.bulk.delete with parameters of type Page Modifier and Type Method Description void
BulkPageDelete. deepDelete(PageDeleteOptions deleteOptions, Page targetPage)
void
DefaultBulkPageDelete. deepDelete(PageDeleteOptions deleteOptions, Page targetPage)
Constructors in com.atlassian.confluence.pages.persistence.dao.bulk.delete with parameters of type Page Constructor Description BulkPageDeleteExecutionContext(com.atlassian.core.util.ProgressMeter progressMeter, ConfluenceUser user, Page targetParent)
-
Uses of Page in com.atlassian.confluence.pages.persistence.dao.bulk.impl
Methods in com.atlassian.confluence.pages.persistence.dao.bulk.impl with parameters of type Page Modifier and Type Method Description String
KeepAsIsContentTransformer. transform(String content, Page oldPage, Page newPage)
String
LinkRefactorerContentTransformer. transform(String content, Page oldPage, Page newPage)
-
Uses of Page in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return Page Modifier and Type Method Description Page
HibernatePageDao. getPage(Space space, String pageTitle)
Page
HibernatePageDao. getPage(Space space, String pageTitle, boolean eagerLoadComments)
Page
HibernatePageDao. getPageById(long id)
Page
HibernatePageDao. getPageByIdWithComments(long id)
Page
HibernatePageDao. getPageWithComments(Space space, String pageTitle)
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type Page Modifier and Type Method Description PageResponse<Page>
HibernatePageDao. findCurrentPages(LimitedRequest request)
PageResponse<Page>
HibernatePageDao. getAllChildren(Page page, LimitedRequest pageRequest, Depth depth)
PageResponse<Page>
HibernatePageDao. getChildren(Page page, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
Deprecated.since 7.0.1.List<Page>
HibernatePageDao. getDescendants(Page page)
PageResponse<Page>
HibernatePageDao. getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth)
List<Page>
HibernatePageDao. getOrphanedPages(@Nullable String spaceKey)
List<Page>
HibernatePageDao. getPageInTrash(String spaceKey, String title)
List<Page>
HibernatePageDao. getPages(@Nullable Space space, boolean currentOnly)
PageResponse<Page>
HibernatePageDao. getPages(LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> filter)
Deprecated.since 7.0.1.PageResponse<Page>
HibernatePageDao. getPages(Space space, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> filter)
Deprecated.since 7.0.1.List<Page>
HibernatePageDao. getPagesByIds(Iterable<Long> ids)
List<Page>
HibernatePageDao. getPagesCreatedOrUpdatedSinceDate(Date previousLoginDate)
List<Page>
HibernatePageDao. getPagesStartingWith(Space space, String s)
List<Page>
HibernatePageDao. getPagesWithPermissions(@NonNull Space space)
List<Page>
HibernatePageDao. getPermissionPages(Space space)
Collection<Page>
HibernatePageDao. getPermissionPages(Space space, LimitedRequest limitedRequest)
List<Page>
HibernatePageDao. getRecentlyAddedPages(int maxCount, @Nullable String spaceKey)
List<Page>
HibernatePageDao. getRecentlyAuthoredPagesByUser(String username, int maxCount)
List<Page>
HibernatePageDao. getRecentlyUpdatedPages(int maxCount, @Nullable String spaceKey)
List<Page>
HibernatePageDao. getTopLevelPages(Space space)
PageResponse<Page>
HibernatePageDao. getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
Deprecated.since 7.0.1.List<Page>
HibernatePageDao. getUndefinedPages(@Nullable String spaceKey)
Deprecated.since 6.6.0, useHibernatePageDao.getUndefinedLinks(String)
PageResponse<Page>
HibernatePageDao. scanFilteredPages(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Page> filter)
PageResponse<Page>
HibernatePageDao. scanFilteredPages(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Page> filter)
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type Page Modifier and Type Method Description int
HibernatePageDao. countPagesInSubtree(@NonNull Page page)
PageResponse<Page>
HibernatePageDao. getAllChildren(Page page, LimitedRequest pageRequest, Depth depth)
PageResponse<Page>
HibernatePageDao. getChildren(Page page, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
Deprecated.since 7.0.1.List<Long>
HibernatePageDao. getDescendantIds(Page page)
List<Long>
HibernatePageDao. getDescendantIds(Page page, ContentStatus... contentStatus)
List<Page>
HibernatePageDao. getDescendants(Page page)
List<String>
HibernatePageDao. getDescendantTitles(Page page)
PageResponse<Page>
HibernatePageDao. getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth)
Integer
HibernatePageDao. getMaxSiblingPosition(Page page)
Method parameters in com.atlassian.confluence.pages.persistence.dao.hibernate with type arguments of type Page Modifier and Type Method Description PageResponse<Page>
HibernatePageDao. getChildren(Page page, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
Deprecated.since 7.0.1.PageResponse<Page>
HibernatePageDao. getPages(LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> filter)
Deprecated.since 7.0.1.PageResponse<Page>
HibernatePageDao. getPages(Space space, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page> filter)
Deprecated.since 7.0.1.PageResponse<Page>
HibernatePageDao. getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
Deprecated.since 7.0.1.PageResponse<Page>
HibernatePageDao. scanFilteredPages(Space space, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Page> filter)
PageResponse<Page>
HibernatePageDao. scanFilteredPages(List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super Page> filter)
-
Uses of Page in com.atlassian.confluence.plugins.rest.entities.builders
Methods in com.atlassian.confluence.plugins.rest.entities.builders with parameters of type Page Modifier and Type Method Description ContentEntity
PageContentEntityBuilder. build(Page page)
-
Uses of Page in com.atlassian.confluence.rpc.soap.beans
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type Page Constructor Description RemotePage(Page page)
RemotePageSummary(Page page)
-
Uses of Page in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return Page Modifier and Type Method Description Page
SoapServiceHelper. retrievePage(String spaceKey, String pageTitle)
Page
SoapServiceHelperImpl. retrievePage(String spaceKey, String pageTitle)
Retrieves a given page by space key and page title, and throws RemoteException if the page is not found or the user has no view perm. -
Uses of Page in com.atlassian.confluence.security.delegate
Methods in com.atlassian.confluence.security.delegate with parameters of type Page Modifier and Type Method Description boolean
PagePermissionsDelegate. canAdminister(com.atlassian.user.User user, Page target)
boolean
PagePermissionsDelegate. canEdit(com.atlassian.user.User user, Page target)
boolean
PagePermissionsDelegate. canExport(com.atlassian.user.User user, Page target)
boolean
PagePermissionsDelegate. canMove(com.atlassian.user.User user, Page source, Object target, String movePoint)
boolean
PagePermissionsDelegate. canRemove(com.atlassian.user.User user, Page target)
boolean
PagePermissionsDelegate. canRemoveHierarchy(com.atlassian.user.User user, Page target)
boolean
PagePermissionsDelegate. canSetPermissions(com.atlassian.user.User user, Page target)
boolean
PagePermissionsDelegate. canView(com.atlassian.user.User user, Page target)
-
Uses of Page in com.atlassian.confluence.security.denormalisedpermissions.impl
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl that return Page Modifier and Type Method Description Page
RegularEntitiesAndPermissionsHelper. getPageById(long pageId)
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl that return types with arguments of type Page Modifier and Type Method Description List<Page>
RegularEntitiesAndPermissionsHelper. getPagesByIds(Set<Long> pageIds)
-
Uses of Page in com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain with parameters of type Page Modifier and Type Method Description static SimpleContent
SimpleContent. from(Page page)
-
Uses of Page in com.atlassian.confluence.security.persistence.dao
Methods in com.atlassian.confluence.security.persistence.dao with parameters of type Page Modifier and Type Method Description List
ContentPermissionSetDao. getInheritedContentPermissionSets(Page page, String type)
-
Uses of Page in com.atlassian.confluence.security.persistence.dao.hibernate
Methods in com.atlassian.confluence.security.persistence.dao.hibernate with parameters of type Page Modifier and Type Method Description List<ContentPermissionSet>
HibernateContentPermissionSetDao. getInheritedContentPermissionSets(Page page, String type)
-
Uses of Page in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces that return Page Modifier and Type Method Description Page
Space. getHomePage()
Methods in com.atlassian.confluence.spaces with parameters of type Page Modifier and Type Method Description String
SystemTemplateManager. getTemplate(String templateKey, List<Variable> vars, Page page)
String
SystemTemplateManagerImpl. getTemplate(String templateKey, List<Variable> vars, Page page)
void
Space. setHomePage(Page homePage)
-
Uses of Page in com.atlassian.confluence.spaces.actions
Methods in com.atlassian.confluence.spaces.actions that return Page Modifier and Type Method Description Page
ViewSpaceAction. getPage()
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8.0.Methods in com.atlassian.confluence.spaces.actions with parameters of type Page Modifier and Type Method Description String
ViewSpaceAction. getPageXHtmlContent(Page page)
-
Uses of Page in com.atlassian.confluence.spaces.listeners
Methods in com.atlassian.confluence.spaces.listeners with parameters of type Page Modifier and Type Method Description protected BodyContent
AbstractSpaceContentListener. getDefaultHomePageContent(Page homePage, List<Variable> variables, String templateKey)
-
Uses of Page in com.atlassian.confluence.user
Constructors in com.atlassian.confluence.user with parameters of type Page Constructor Description PermittedUserFinder(PageManager pageManager, PermissionManager permissionManager, SpacePermissionManager spacePermissionManager, Page parentPage, Space space)
-
Uses of Page in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return types with arguments of type Page Modifier and Type Method Description List<Page>
ContentFacade. getRecentlyUpdatedPagesForUserOnSpaceSince(com.atlassian.user.User user, String spaceKey, Date previousLoginDate)
-
Uses of Page in com.atlassian.confluence.util.breadcrumbs
Methods in com.atlassian.confluence.util.breadcrumbs that return Page Modifier and Type Method Description Page
PageBreadcrumb. getPage()
Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type Page Constructor Description PageBreadcrumb(Page page)
-
Uses of Page in com.atlassian.confluence.util.breadcrumbs.spaceia
Constructors in com.atlassian.confluence.util.breadcrumbs.spaceia with parameters of type Page Constructor Description PageBreadcrumb(Page page)
-