Uses of Class
com.atlassian.confluence.pages.Page
Packages that use Page
Package
Description
Internal interfaces that are NOT exposed to the plugin classpath, by being excluded in the packageScanningConfiguration
of bootstrapContext.xml.
This package groups the breadcrumb logic:
All breadcrumbs for global admin and other general purpose,
Breadcrumb generation and interfaces,
Pre-5.0 breadcrumbs for Spaces.
This package groups the breadcrumbs for the spaces.
-
Uses of Page in com.atlassian.confluence.api.impl.service.content.typebinding
Methods in com.atlassian.confluence.api.impl.service.content.typebinding that return PageModifier and TypeMethodDescriptionMethods in com.atlassian.confluence.api.impl.service.content.typebinding that return types with arguments of type PageMethods in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type PageModifier and TypeMethodDescriptionprotected PageResponse<Content>
PageContentTypeApiSupport.getChildrenForThisType
(Page content, LimitedRequest limitedRequest, Expansions expansions, Depth depth) PageContentTypeApiSupport.validateUpdate
(Content updatedContent, Page sceo) Method parameters in com.atlassian.confluence.api.impl.service.content.typebinding with type arguments of type PageModifier and TypeMethodDescriptionPageContentTypeApiSupport.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 PageModifier and TypeMethodDescriptionHtmlExportHrefEvaluator.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 PageModifier and TypeMethodDescriptionPageResourceIdentifierResolver.resolve
(PageResourceIdentifier pageResourceIdentifier, ConversionContext conversionContext) Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type PageModifier and TypeMethodDescriptionprotected boolean
DefaultResourceIdentifierMatcher.matches
(Page page, ResourceIdentifier ri) Constructor parameters in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with type arguments of type PageModifierConstructorDescriptionAttachmentOwningContentResolver
(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
Constructor parameters in com.atlassian.confluence.content.render.xhtml.view.link with type arguments of type PageModifierConstructorDescriptionViewLinkMarshallerFactoryImpl
(ResourceIdentifierResolver<PageResourceIdentifier, Page> pageResourceIdentifierResolver, ResourceIdentifierResolver<BlogPostResourceIdentifier, BlogPost> blogPostResourceIdentifierResolver, ResourceIdentifierResolver<PageTemplateResourceIdentifier, PageTemplate> pageTemplateResourceIdentifierResolver, SpaceManager spaceManager, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller, ConfluenceUserResolver confluenceUserResolver, PersonalInformationManager personalInformationManager, GlobalSettingsManager settingsManager, CommonLinkAttributesWriter commonLinkAttributesWriter, com.atlassian.struts.xsrf.XsrfTokenGenerator xsrfTokenGenerator) ViewLinkMarshallerFactoryImpl
(ResourceIdentifierResolver<PageResourceIdentifier, Page> pageResourceIdentifierResolver, ResourceIdentifierResolver<BlogPostResourceIdentifier, BlogPost> blogPostResourceIdentifierResolver, ResourceIdentifierResolver<PageTemplateResourceIdentifier, PageTemplate> pageTemplateResourceIdentifierResolver, SpaceManager spaceManager, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller, ConfluenceUserResolver confluenceUserResolver, PersonalInformationManager personalInformationManager, GlobalSettingsManager settingsManager, CommonLinkAttributesWriter commonLinkAttributesWriter, com.atlassian.xwork.XsrfTokenGenerator xsrfTokenGenerator) Deprecated, for removal: This API element is subject to removal in a future version.ViewPageLinkMarshaller
(ResourceIdentifierResolver<PageResourceIdentifier, Page> resourceIdentifierResolver, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<CreatePageLink> createPageLinkMarshaller, CommonLinkAttributesWriter commonLinkAttributesWriter, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, @Nullable StaxStreamMarshaller<Link> linkStaxStreamMarshaller) -
Uses of Page in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service with parameters of type PageModifier and TypeMethodDescriptionDefaultPageService.newCreatePageCommand
(PageProvider provider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Page draft, com.atlassian.user.User user, boolean notifySelf) 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.DefaultPageService.newCreatePageCommandFromExisting
(PageProvider pageProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Page draft, com.atlassian.user.User user, boolean notifySelf, SpaceProvider spaceProvider) 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 PageModifier and TypeMethodDescriptionCreatePageCommand.getCreatedPage()
CreatePageCommandImpl.getCreatedPage()
IdAndVersionPageLocator.getPage()
IdPageLocator.getPage()
LongRunningTaskMovePageCommandDecorator.getPage()
MovePageCommand.getPage()
MovePageCommandImpl.getPage()
MovePageToTopOfSpaceCommand.getPage()
PageLocator.getPage()
PageProvider.getPage()
protected Page
RemovePageVersionCommand.getPage()
SinglePageLocator.getPage()
TitleAndSpaceKeyPageLocator.getPage()
Methods in com.atlassian.confluence.content.service.page with parameters of type PageModifier and TypeMethodDescriptionboolean
MovePageCommandHelper.childPageTitleAlreadyExists
(Page sourcePage, Space targetSpace) MovePageCommandHelper.listOfPageTitlesAlreadyExist
(Page sourcePage, Space targetSpace) Deprecated.since 6.9.Constructors in com.atlassian.confluence.content.service.page with parameters of type PageModifierConstructorDescriptionCreatePageCommandImpl
(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 PageModifier and TypeMethodDescriptionPageUiSupport.getContentCssClass
(Page content) PageUiSupport.getContentTypeI18NKey
(Page content) PageUiSupport.getIconCssClass
(Page content) PageUiSupport.getIconFilePath
(Page content, int size) 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 PageModifier and TypeMethodDescriptionContentPermissionManager.getPermittedChildren
(Page page, ConfluenceUser user) Returns a list ofPage
objects that are direct children of the passed in page.ContentPermissionManager.getPermittedChildren
(Page page, com.atlassian.user.User user) Deprecated.DefaultContentPermissionManager.getPermittedChildren
(Page page, ConfluenceUser user) Returns a list ofPage
objects that are direct children of the passed in page.ContentPermissionManager.getPermittedChildrenIgnoreInheritedPermissions
(Page page, ConfluenceUser user) Gets the list of child pages under the given page that are visible to the given user.ContentPermissionManager.getPermittedChildrenIgnoreInheritedPermissions
(Page page, com.atlassian.user.User user) Deprecated.DefaultContentPermissionManager.getPermittedChildrenIgnoreInheritedPermissions
(Page page, ConfluenceUser user) 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 PageModifier and TypeMethodDescriptionContentPermissionManager.getPermittedChildren
(Page page, ConfluenceUser user) Returns a list ofPage
objects that are direct children of the passed in page.ContentPermissionManager.getPermittedChildren
(Page page, com.atlassian.user.User user) Deprecated.DefaultContentPermissionManager.getPermittedChildren
(Page page, ConfluenceUser user) Returns a list ofPage
objects that are direct children of the passed in page.ContentPermissionManager.getPermittedChildrenIgnoreInheritedPermissions
(Page page, ConfluenceUser user) Gets the list of child pages under the given page that are visible to the given user.ContentPermissionManager.getPermittedChildrenIgnoreInheritedPermissions
(Page page, com.atlassian.user.User user) Deprecated.DefaultContentPermissionManager.getPermittedChildrenIgnoreInheritedPermissions
(Page page, ConfluenceUser user) ContentPermissionManager.getViewContentPermissions
(Page page) Deprecated.since 5.8.DefaultContentPermissionManager.getViewContentPermissions
(Page page) Deprecated.since 5.8.boolean
ContentPermissionManager.hasPermittedChildrenIgnoreInheritedPermissions
(Page page, ConfluenceUser remoteUser) Does the given page have children visible to the given user.default boolean
ContentPermissionManager.hasPermittedChildrenIgnoreInheritedPermissions
(Page page, com.atlassian.user.User remoteUser) Deprecated.boolean
DefaultContentPermissionManager.hasPermittedChildrenIgnoreInheritedPermissions
(Page page, ConfluenceUser 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 PageModifier and TypeMethodDescriptionDefaultContentPermissionManager.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.dmz.pages
Methods in com.atlassian.confluence.dmz.pages that return types with arguments of type PageModifier and TypeMethodDescriptionPageManagerInternal.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.@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.@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.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.Methods in com.atlassian.confluence.dmz.pages with parameters of type PageModifier and TypeMethodDescriptionvoid
PageManagerInternal.convertToBlogPost
(@NonNull Page pageToConvert, @NonNull Space destinationSpace) Convert the page with given content ID to a blogpost in destination spacePageManagerInternal.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.event.events.content
Methods in com.atlassian.confluence.event.events.content that return PageModifier and TypeMethodDescriptionPageConvertedToBlogEvent.sourcePage()
Returns the value of thesourcePage
record component.Constructors in com.atlassian.confluence.event.events.content with parameters of type PageModifierConstructorDescriptionPageConvertedToBlogEvent
(long pageId, Page sourcePage, BlogPost blogPost) Creates an instance of aPageConvertedToBlogEvent
record class. -
Uses of Page in com.atlassian.confluence.event.events.content.page
Methods in com.atlassian.confluence.event.events.content.page that return PageModifier and TypeMethodDescriptionPageCopyEvent.getDestination()
@Nullable Page
PageMoveEvent.getNewParentPage()
@Nullable Page
PageMoveEvent.getOldParentPage()
PageCopyEvent.getOrigin()
@NonNull Page
PageEvent.getPage()
Methods in com.atlassian.confluence.event.events.content.page that return types with arguments of type PageModifier and TypeMethodDescriptionPageMoveCompletedEvent.getMovedPageList()
PageMoveEvent.getMovedPageList()
PageChildrenReorderEvent.getNewSortedChildPages()
PageChildrenReorderEvent.getOldSortedChildPages()
Constructors in com.atlassian.confluence.event.events.content.page with parameters of type PageModifierConstructorDescriptionPageChildrenReorderEvent
(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) Deprecated.since 6.0, usePageEvent(Object, Page, boolean)
insteadDeprecated.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 PageModifierConstructorDescriptionPageChildrenReorderEvent
(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 PageModifier and TypeMethodDescriptionAbstractCopyPageHierarchyEvent.getDestination()
final Page
AbstractCopyPageHierarchyEvent.getTargetPage()
AbstractPageHierarchyEvent.getTargetPage()
Constructors in com.atlassian.confluence.event.events.content.pagehierarchy with parameters of type PageModifierConstructorDescriptionAbstractCopyPageHierarchyEvent
(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 PageModifier and TypeMethodDescription@Nullable Page
DefaultPageManager.getPage
(long id) @Nullable Page
@Nullable Page
DefaultPageManager.getPageWithComments
(String spaceKey, String pageTitle) Methods in com.atlassian.confluence.impl.content that return types with arguments of type PageModifier and TypeMethodDescription@NonNull PageResponse<Page>
DefaultPageManager.getAllChildren
(Page page, LimitedRequest pageRequest, Depth depth) @NonNull PageResponse<Page>
DefaultPageManager.getChildren
(Page page, LimitedRequest pageRequest, Depth depth) DefaultPageManager.getDescendants
(Page page) DefaultPageManager.getDescendents
(Page page) Deprecated.since 5.5.1.@NonNull PageResponse<Page>
DefaultPageManager.getDraftChildren
(Page page, LimitedRequest pageRequest, Depth depth) @NonNull PageResponse<Page>
DefaultPageManager.getFilteredPages
(LimitedRequest pageRequest, Predicate<? super Page>... filters) @NonNull PageResponse<Page>
DefaultPageManager.getFilteredPages
(Space space, LimitedRequest pageRequest, Predicate<? super Page>... filters) DefaultPageManager.getOrphanedPages
(@Nullable String spaceKey) DefaultPageManager.getPageInTrash
(String spaceKey, String title) DefaultPageManager.getPagesCreatedOrUpdatedSinceDate
(Date previousLoginDate) DefaultPageManager.getPagesStartingWith
(Space space, String s) DefaultPageManager.getPagesWithPermissions
(Space space) DefaultPageManager.getPermissionPages
(Space space) DefaultPageManager.getPermissionPages
(Space space, LimitedRequest limitedRequest) DefaultPageManager.getRecentlyAddedPages
(int maxCount, @Nullable String spaceKey) DefaultPageManager.getRecentlyUpdatedPages
(int maxCount, @Nullable String spaceKey) 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.DefaultPageManager.getUnsortedTopLevelPages
(Space space) Methods in com.atlassian.confluence.impl.content with parameters of type PageModifier and TypeMethodDescriptionvoid
DefaultPageManager.convertToBlogPost
(Page pageToConvert, Space destinationSpace) int
DefaultPageManager.countPagesInSubtree
(Page page) void
DefaultPageManager.deepCopyPage
(PageCopyOptions pageCopyOptions, Page originalPage, Page destinationPage) final 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) DefaultPageManager.getChildrenIds
(Page page) @NonNull Collection<Long>
DefaultPageManager.getDescendantIds
(Page page) DefaultPageManager.getDescendants
(Page page) DefaultPageManager.getDescendantTitles
(Page page) 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 PageModifier and TypeMethodDescriptionAbstractRendererExporterImpl.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.importexport
Methods in com.atlassian.confluence.importexport with parameters of type PageModifier and TypeMethodDescriptionboolean
DefaultExportContext.isPageInExport
(Page page, PageManager pageManager) Deprecated.boolean
ExportContext.isPageInExport
(Page page, PageManager pageManager) Deprecated. -
Uses of Page in com.atlassian.confluence.internal
Methods in com.atlassian.confluence.internal that return types with arguments of type PageModifier and TypeMethodDescriptionContentPermissionManagerInternal.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 PageModifier and TypeMethodDescriptionboolean
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 PageModifier and TypeMethodDescriptionContentPermissionManagerInternal.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.persistence
Methods in com.atlassian.confluence.internal.pages.persistence that return types with arguments of type PageModifier and TypeMethodDescriptionPageDaoInternal.getChildren
(Page page, LimitedRequest pageRequest) PageDaoInternal.getPages
(LimitedRequest pageRequest) PageDaoInternal.getPages
(Space space, LimitedRequest pageRequest) PageDaoInternal.getPermissionPages
(Space space, LimitedRequest limitedRequest) Pagination permission pages for particular SpacePageDaoInternal.getTopLevelPages
(Space space, LimitedRequest limitedRequest) Methods in com.atlassian.confluence.internal.pages.persistence with parameters of type PageModifier and TypeMethodDescriptionPageDaoInternal.getChildren
(Page page, LimitedRequest pageRequest) -
Uses of Page in com.atlassian.confluence.links
Method parameters in com.atlassian.confluence.links with type arguments of type PageModifier and TypeMethodDescriptionvoid
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 -
Uses of Page in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return PageModifier and TypeMethodDescriptionPage.copyLatestVersion()
Copy page informationContentNode.getPage()
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
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.getParent()
Methods in com.atlassian.confluence.pages that return types with arguments of type PageModifier and TypeMethodDescriptionPage.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).Page.getChildren()
Page.getDescendants()
Get descendants with "current" state onlyPageManager.getDescendants
(Page page) Finds all descendant pages of the given pagePage.getDescendents()
Deprecated.since 5.5.1.PageManager.getDescendents
(Page page) Deprecated.since 5.5.1.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.PageManager.getOrphanedPages
(@Nullable String spaceKey) Deprecated.since 7.0.0 , no replacement This should be removed as the result of this ticket https://jira.atlassian.com/browse/CONFSRVDEV-10111PageManager.getPageInTrash
(String spaceKey, String title) ContentTree.getPages()
Deprecated.since 7.3.0, useContentService.find(Expansion...)
from plugins, or usePageManagerInternal
in core where applicablePageManager.getPagesCreatedOrUpdatedSinceDate
(Date date) Get the list of all pages created or updated since a particular date.PageManager.getPagesStartingWith
(Space space, String s) PageManager.getPagesWithPermissions
(@NonNull Space space) Get all current pages in a space and eagerly fetch permissions at the same time.PageManager.getPermissionPages
(Space space) Retrieve all pages within a particular space that have page level permissions applied to them.PageManager.getRecentlyAddedPages
(int maxCount, @Nullable String spaceKey) Retrieve the most recently created pages in a given space.PageManager.getRecentlyUpdatedPages
(int maxCount, @Nullable String spaceKey) Retrieve the most recently modified pages in a given space.Page.getSortedChildren()
PageManager.getTopLevelPages
(Space space) Get all the pages in a space that do not have a parent page.@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 PageModifier and TypeMethodDescriptionvoid
int
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 hierarchyPageManager.getChildrenIds
(Page page) Finds the ids of a page's children@NonNull Collection<Long>
PageManager.getDescendantIds
(Page page) Finds the ids of a page's descendantsPageManager.getDescendants
(Page page) Finds all descendant pages of the given pagePageManager.getDescendantTitles
(Page page) Finds all descendant titles of the given pagePageManager.getDescendents
(Page page) Deprecated.since 5.5.1.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
void
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 PageModifier and TypeMethodDescriptionvoid
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 -
Uses of Page in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as PageMethods in com.atlassian.confluence.pages.actions that return PageModifier and TypeMethodDescriptionAbstractCreatePageAction.getFromPage()
CreatePageAction.SimplePageProvider.getPage()
AbstractCreateAndEditPageAction.getParentPage()
AbstractEditPageAction.getParentPage()
MovePageDialogAction.getParentPage()
ViewPageAction.getParentPage()
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8.0.ViewPreviousVersionsAction.getPreviousPage
(Page page) Methods in com.atlassian.confluence.pages.actions that return types with arguments of type PageModifier and TypeMethodDescriptionReorderPageDialogAction.getChildren()
ListPermissionPagesAction.getPageResponse()
CopyPageAction.getPageToCopy()
CopyPageAction.getPageToCopyTo()
AbstractPageAction.getPermittedChildren()
ChildrenAction.getPermittedChildren()
EditCommentAction.getPermittedChildren()
Methods in com.atlassian.confluence.pages.actions with parameters of type PageModifier and TypeMethodDescriptionprotected void
AbstractCreatePageAction.assignParentPage
(ContentEntityObject page, Page parentPage) protected void
CreatePageAction.assignParentPage
(ContentEntityObject page, Page parentPage) ListPermissionPagesAction.getPermissions
(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 PageModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Get the page by space and title.PageDao.getPageById
(long id) Deprecated, for removal: This API element is subject to removal in a future version.Get the page with the given id.PageDao.getPageByIdWithComments
(long id) Deprecated, for removal: This API element is subject to removal in a future version.Get the page with the given id, and perform an eager load of the comments and their children.PageDao.getPageWithComments
(Space space, String pageTitle) Deprecated, for removal: This API element is subject to removal in a future version.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 PageModifier and TypeMethodDescriptionPageDao.getAllChildren
(Page page, LimitedRequest pageRequest) Deprecated, for removal: This API element is subject to removal in a future version.Returns all children of a page (including drafts), limited to the pagination requested.PageDao.getDescendants
(Page page) Deprecated, for removal: This API element is subject to removal in a future version.Finds all descendant pages (recursive) of the given pagePageDao.getDraftChildren
(Page page, LimitedRequest pageRequest) Deprecated, for removal: This API element is subject to removal in a future version.Returns the children of a page which have a status of DRAFT, limited to the pagination requested.PageDao.getOrphanedPages
(@Nullable String spaceKey) Deprecated.since 7.0.0, no replacementPageDao.getPageInTrash
(String spaceKey, String title) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.PageDao.getPagesByIds
(Iterable<Long> ids) Deprecated, for removal: This API element is subject to removal in a future version.Get the pages with the given ids.PageDao.getPagesCreatedOrUpdatedSinceDate
(Date previousLoginDate) Deprecated, for removal: This API element is subject to removal in a future version.PageDao.getPagesStartingWith
(Space space, String s) Deprecated, for removal: This API element is subject to removal in a future version.PageDao.getPagesWithPermissions
(Space space) Deprecated, for removal: This API element is subject to removal in a future version.Get all current pages in a space and eagerly fetch permissions at the same time.PageDao.getPermissionPages
(Space space) Deprecated, for removal: This API element is subject to removal in a future version.PageDao.getRecentlyAddedPages
(int maxCount, @Nullable String spaceKey) Deprecated, for removal: This API element is subject to removal in a future version.PageDao.getRecentlyUpdatedPages
(int maxCount, @Nullable String spaceKey) Deprecated, for removal: This API element is subject to removal in a future version.PageDao.getTopLevelPages
(Space space) Deprecated, for removal: This API element is subject to removal in a future version.PageDao.getUndefinedPages
(@Nullable String spaceKey) Deprecated.since 6.6.0, usePageDao.getUndefinedLinks(String)
Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type PageModifier and TypeMethodDescriptionint
PageDao.countPagesInSubtree
(@NonNull Page page) Deprecated, for removal: This API element is subject to removal in a future version.Return total descendant page including input pagePageDao.getAllChildren
(Page page, LimitedRequest pageRequest) Deprecated, for removal: This API element is subject to removal in a future version.Returns all children of a page (including drafts), limited to the pagination requested.PageDao.getChildrenIds
(Page page) Deprecated, for removal: This API element is subject to removal in a future version.Finds the ids of all children pages of the given pagePageDao.getChildrenIds
(Page page, List<ContentStatus> statuses) Deprecated, for removal: This API element is subject to removal in a future version.Finds the ids of all children pages of the given pagePageDao.getDescendantIds
(Page page) Deprecated, for removal: This API element is subject to removal in a future version.Finds the ids of all descendant pages of the given pagePageDao.getDescendantIds
(Page page, ContentStatus... statuses) Deprecated, for removal: This API element is subject to removal in a future version.Finds the ids of all descendant pages of the given pagePageDao.getDescendants
(Page page) Deprecated, for removal: This API element is subject to removal in a future version.Finds all descendant pages (recursive) of the given pagePageDao.getDescendantTitles
(Page page) Deprecated, for removal: This API element is subject to removal in a future version.Finds all descendant titles of the given pagePageDao.getDraftChildren
(Page page, LimitedRequest pageRequest) Deprecated, for removal: This API element is subject to removal in a future version.Returns the children of a page which have a status of DRAFT, limited to the pagination requested.PageDao.getMaxSiblingPosition
(Page page) Deprecated, for removal: This API element is subject to removal in a future version.Gets the highest position value of all the page's siblings. -
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 -
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 PageModifier and TypeMethodDescriptionvoid
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 PageModifierConstructorDescriptionBulkPageCopyExecutionContext
(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 PageMethods in com.atlassian.confluence.pages.persistence.dao.bulk.delete with parameters of type PageModifier and TypeMethodDescriptionvoid
BulkPageDelete.deepDelete
(PageDeleteOptions deleteOptions, Page targetPage) final void
DefaultBulkPageDelete.deepDelete
(PageDeleteOptions deleteOptions, Page targetPage) Constructors in com.atlassian.confluence.pages.persistence.dao.bulk.delete with parameters of type PageModifierConstructorDescriptionBulkPageDeleteExecutionContext
(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 -
Uses of Page in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return PageModifier and TypeMethodDescriptionHibernatePageDao.getById
(long id) HibernatePageDao.getPageById
(long id) HibernatePageDao.getPageByIdWithComments
(long id) HibernatePageDao.getPageWithComments
(Space space, String pageTitle) Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type PageModifier and TypeMethodDescriptionHibernatePageDao.getAllChildren
(Page page, LimitedRequest pageRequest) HibernatePageDao.getChildren
(Page page, LimitedRequest pageRequest) HibernatePageDao.getDescendants
(Page page) HibernatePageDao.getDraftChildren
(Page page, LimitedRequest pageRequest) HibernatePageDao.getOrphanedPages
(@Nullable String spaceKey) HibernatePageDao.getPageInTrash
(String spaceKey, String title) HibernatePageDao.getPages
(LimitedRequest pageRequest) HibernatePageDao.getPages
(Space space, LimitedRequest pageRequest) HibernatePageDao.getPagesByIds
(Iterable<Long> ids) HibernatePageDao.getPagesCreatedOrUpdatedSinceDate
(Date previousLoginDate) HibernatePageDao.getPagesStartingWith
(Space space, String s) HibernatePageDao.getPagesWithPermissions
(@NonNull Space space) HibernatePageDao.getPermissionPages
(Space space) HibernatePageDao.getPermissionPages
(Space space, LimitedRequest limitedRequest) HibernatePageDao.getRecentlyAddedPages
(int maxCount, @Nullable String spaceKey) HibernatePageDao.getRecentlyAuthoredPagesByUser
(ConfluenceUser user, int maxCount) HibernatePageDao.getRecentlyUpdatedPages
(int maxCount, @Nullable String spaceKey) HibernatePageDao.getTopLevelPages
(Space space) HibernatePageDao.getTopLevelPages
(Space space, LimitedRequest limitedRequest) HibernatePageDao.getUndefinedPages
(@Nullable String spaceKey) Deprecated.since 6.6.0, useHibernatePageDao.getUndefinedLinks(String)
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type PageModifier and TypeMethodDescriptionint
HibernatePageDao.countPagesInSubtree
(@NonNull Page page) HibernatePageDao.getAllChildren
(Page page, LimitedRequest pageRequest) HibernatePageDao.getChildren
(Page page, LimitedRequest pageRequest) HibernatePageDao.getChildrenIds
(Page page) HibernatePageDao.getChildrenIds
(Page page, List<ContentStatus> contentStatus) HibernatePageDao.getDescendantIds
(Page page) HibernatePageDao.getDescendantIds
(Page page, ContentStatus... contentStatus) HibernatePageDao.getDescendants
(Page page) HibernatePageDao.getDescendantTitles
(Page page) HibernatePageDao.getDraftChildren
(Page page, LimitedRequest pageRequest) HibernatePageDao.getMaxSiblingPosition
(Page page) -
Uses of Page in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
Methods in com.atlassian.confluence.plugins.rest.jackson2.entities.builders with parameters of type Page -
Uses of Page in com.atlassian.confluence.rpc.soap.beans
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type Page -
Uses of Page in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return PageModifier and TypeMethodDescriptionSoapServiceHelper.retrievePage
(String spaceKey, String pageTitle) 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 PageModifier and TypeMethodDescriptionboolean
PagePermissionsDelegate.canAdminister
(ConfluenceUser user, Page target) boolean
PagePermissionsDelegate.canEdit
(ConfluenceUser user, Page target) boolean
PagePermissionsDelegate.canExport
(ConfluenceUser user, Page target) boolean
PagePermissionsDelegate.canMove
(ConfluenceUser user, Page source, Object target, String movePoint) boolean
PagePermissionsDelegate.canRemove
(ConfluenceUser user, Page target) boolean
PagePermissionsDelegate.canRemoveHierarchy
(ConfluenceUser user, Page target) boolean
PagePermissionsDelegate.canSetPermissions
(ConfluenceUser user, Page target) boolean
PagePermissionsDelegate.canView
(ConfluenceUser user, Page target) -
Uses of Page in com.atlassian.confluence.security.denormalisedpermissions.impl
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl that return PageMethods in com.atlassian.confluence.security.denormalisedpermissions.impl that return types with arguments of type PageModifier and TypeMethodDescriptionRegularEntitiesAndPermissionsHelper.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 -
Uses of Page in com.atlassian.confluence.security.persistence.dao
Methods in com.atlassian.confluence.security.persistence.dao with parameters of type PageModifier and TypeMethodDescriptionContentPermissionSetDao.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 PageModifier and TypeMethodDescriptionHibernateContentPermissionSetDao.getInheritedContentPermissionSets
(Page page, String type) -
Uses of Page in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces that return PageModifier and TypeMethodDescriptionReadOnlySpace.getHomePage()
Deprecated, for removal: This API element is subject to removal in a future version.Space.getHomePage()
Methods in com.atlassian.confluence.spaces with parameters of type PageModifier and TypeMethodDescriptionSystemTemplateManager.getTemplate
(String templateKey, List<Variable> vars, Page page) SystemTemplateManagerImpl.getTemplate
(String templateKey, List<Variable> vars, Page page) void
ReadOnlySpace.setHomePage
(Page homePage) Deprecated, for removal: This API element is subject to removal in a future version.void
Space.setHomePage
(Page homePage) -
Uses of Page in com.atlassian.confluence.spaces.actions
Methods in com.atlassian.confluence.spaces.actions that return PageModifier and TypeMethodDescriptionViewSpaceAction.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 -
Uses of Page in com.atlassian.confluence.spaces.listeners
Methods in com.atlassian.confluence.spaces.listeners with parameters of type PageModifier and TypeMethodDescriptionprotected 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 PageModifierConstructorDescriptionPermittedUserFinder
(PageManager pageManager, PermissionManager permissionManager, SpacePermissionManager spacePermissionManager, Page parentPage, Space space) -
Uses of Page in com.atlassian.confluence.util.breadcrumbs
Methods in com.atlassian.confluence.util.breadcrumbs that return PageConstructors in com.atlassian.confluence.util.breadcrumbs with parameters of type Page -
Uses of Page in com.atlassian.confluence.util.breadcrumbs.spaceia
Constructors in com.atlassian.confluence.util.breadcrumbs.spaceia with parameters of type Page -
Uses of Page in com.atlassian.integrationtest.utils
Methods in com.atlassian.integrationtest.utils that return PageModifier and TypeMethodDescriptionItStateManager.storeAndGetTestChildPage
(Space pageSpace, Page parentPage, String title) ItStateManager.storeAndGetTestChildPage
(Space pageSpace, Page parentPage, String title, String contentStatus, Page originalPage) ItStateManager.storeAndGetTestPage()
ItStateManager.storeAndGetTestPage
(Space pageSpace) ItStateManager.storeAndGetTestPage
(Space pageSpace, String title) ItStateManager.storeAndGetTestPage
(Space pageSpace, String title, String contentStatus, Page originalPage) ItStateManager.storeAndGetTestPage
(Space pageSpace, String title, String contentStatus, Page originalPage, ConfluenceUser author) Methods in com.atlassian.integrationtest.utils that return types with arguments of type PageModifier and TypeMethodDescriptionItStateManager.storeAndGetTestChildPagesTx
(Page parent, int count) Creates child pages in a new transaction.ItStateManager.storeAndGetTestPagesTx
(Space testSpace, int count) Creates pages in a new transaction.ItStateManager.storeAndGetTestPagesWithBodyOfSizeInMBTx
(Space testSpace, int count, int bodyStringSizeInMB) Creates pages with body size mentioned in a new transaction.Methods in com.atlassian.integrationtest.utils with parameters of type PageModifier and TypeMethodDescriptionvoid
void
ItStateManager.deletePage
(Page page, ConfluenceUser user) void
ItStateManager.modifyPage
(Page originalPage) ItStateManager.storeAndGetTestChildPage
(Space pageSpace, Page parentPage, String title) ItStateManager.storeAndGetTestChildPage
(Space pageSpace, Page parentPage, String title, String contentStatus, Page originalPage) ItStateManager.storeAndGetTestChildPagesTx
(Page parent, int count) Creates child pages in a new transaction.ItStateManager.storeAndGetTestPage
(Space pageSpace, String title, String contentStatus, Page originalPage) ItStateManager.storeAndGetTestPage
(Space pageSpace, String title, String contentStatus, Page originalPage, ConfluenceUser author) ItStateManager.storeAndGetTestResolvedCommentListTx
(Page container, int count) Creates resolved (page-level or inline) comments in a new transaction. -
Uses of Page in com.atlassian.testsupport
Methods in com.atlassian.testsupport that return PageModifier and TypeMethodDescriptionTestDataCreator.createPage
(Space testSpace, Page parentPage, String title, String body, ConfluenceUser author) Methods in com.atlassian.testsupport that return types with arguments of type PageModifier and TypeMethodDescriptionTestDataCreator.generateChildPages
(ConfluenceUser author, Page parentPage, String body, int width, int childCount) TestDataCreator.pageHierarchyGenerator
(Space testSpace, Page rootPage, int width, int childCount, List<ConfluenceUser> authors) Methods in com.atlassian.testsupport with parameters of type PageModifier and TypeMethodDescriptionTestDataCreator.createPage
(Space testSpace, Page parentPage, String title, String body, ConfluenceUser author) TestDataCreator.generateChildPages
(ConfluenceUser author, Page parentPage, String body, int width, int childCount) TestDataCreator.pageHierarchyGenerator
(Space testSpace, Page rootPage, int width, int childCount, List<ConfluenceUser> authors)
ViewLinkMarshallerFactoryImpl(ResourceIdentifierResolver, ResourceIdentifierResolver, ResourceIdentifierResolver, SpaceManager, PermissionManager, XmlStreamWriterTemplate, Marshaller, HrefEvaluator, Marshaller, ConfluenceUserResolver, PersonalInformationManager, GlobalSettingsManager, CommonLinkAttributesWriter, XsrfTokenGenerator)
instead.