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 PagePageContentTypeApiSupport. create(Content newContent)PagePageContentTypeApiSupport. 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)PagePageContentTypeApiSupport. update(Content updatedContent, Page page)ValidationResultPageContentTypeApiSupport. 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 StringHtmlExportHrefEvaluator. 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 PagePageResourceIdentifierResolver. 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 booleanDefaultResourceIdentifierMatcher. 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 ServiceCommandDefaultPageService. newCreatePageCommand(PageProvider provider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Page draft, com.atlassian.user.User user, boolean notifySelf)ServiceCommandPageService. 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.ServiceCommandDefaultPageService. newCreatePageCommandFromExisting(PageProvider pageProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Page draft, com.atlassian.user.User user, boolean notifySelf, SpaceProvider spaceProvider)ServiceCommandPageService. 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 PageCreatePageCommand. getCreatedPage()PageCreatePageCommandImpl. getCreatedPage()PageIdAndVersionPageLocator. getPage()PageIdPageLocator. getPage()PageLongRunningTaskMovePageCommandDecorator. getPage()PageMovePageCommand. getPage()PageMovePageCommandImpl. getPage()PageMovePageToTopOfSpaceCommand. getPage()PagePageLocator. getPage()PagePageProvider. getPage()protected PageRemovePageVersionCommand. getPage()PageSinglePageLocator. getPage()PageTitleAndSpaceKeyPageLocator. getPage()Methods in com.atlassian.confluence.content.service.page with parameters of type Page Modifier and Type Method Description booleanMovePageCommandHelper. 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 StringPageUiSupport. getContentCssClass(Page content)StringPageUiSupport. getContentTypeI18NKey(Page content)StringPageUiSupport. getIconCssClass(Page content)StringPageUiSupport. getIconFilePath(Page content, int size)StringPageUiSupport. 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 ofPageobjects that are direct children of the passed in page.List<Page>DefaultContentPermissionManager. getPermittedChildren(Page page, com.atlassian.user.User user)Returns a list ofPageobjects 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 ofPageobjects that are direct children of the passed in page.List<Page>DefaultContentPermissionManager. getPermittedChildren(Page page, com.atlassian.user.User user)Returns a list ofPageobjects 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.booleanContentPermissionManager. hasPermittedChildrenIgnoreInheritedPermissions(Page page, com.atlassian.user.User remoteUser)Does the given page have children visible to the given user.booleanDefaultContentPermissionManager. hasPermittedChildrenIgnoreInheritedPermissions(Page page, com.atlassian.user.User user)booleanDefaultContentPermissionManager. 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 foundbooleanContentPermissionManager. isPermissionInherited(Page childPage)Does the child page get its permissions from any ancestor?booleanDefaultContentPermissionManager. 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 PagePageCopyEvent. getDestination()@Nullable PagePageMoveEvent. getNewParentPage()@Nullable PagePageMoveEvent. getOldParentPage()PagePageCopyEvent. getOrigin()@NonNull PagePageEvent. 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 PageAbstractCopyPageHierarchyEvent. getDestination()PageAbstractCopyPageHierarchyEvent. getTargetPage()PageAbstractPageHierarchyEvent. 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 PageDefaultPageManager. getPage(long id)@Nullable PageDefaultPageManager. getPage(String spaceKey, String pageTitle)@Nullable PageDefaultPageManager. 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 intDefaultPageManager. countPagesInSubtree(Page page)voidDefaultPageManager. deepCopyPage(PageCopyOptions pageCopyOptions, Page originalPage, Page destinationPage)voidDefaultPageManager. 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 ListDefaultPageManager. getDescendents(Page page)Deprecated.since 5.5.1.@NonNull PageResponse<Page>DefaultPageManager. getDraftChildren(Page page, LimitedRequest pageRequest, Depth depth)booleanDefaultPageManager. isPageRecentlyUpdatedForUser(Page page, @Nullable com.atlassian.user.User user)voidDefaultPageManager. moveChildrenToNewParent(Page oldPage, Page newParent)voidDefaultPageManager. movePageAfter(Page page, Page refPage)voidDefaultPageManager. movePageAsChild(Page page, Page newParent)Move the source page to the end of targetPage's children list.voidDefaultPageManager. movePageBefore(Page page, Page refPage)voidDefaultPageManager. movePageToTopLevel(Page oldPage, Space destinationSpace)voidDefaultPageManager. removePageFromAncestorCollections(Page page)voidDefaultPageManager. revertChildPageOrder(Page parentPage)voidDefaultPageManager. setChildPageOrder(Page parentPage, List<Long> childIds)voidDefaultPageManager. 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 StringAbstractRendererExporterImpl.ContentConverter. convertToXHtml(Page page)protected voidAbstractRendererExporterImpl. exportPage(Page page, String baseExportPath)protected voidHtmlExporter. 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 PageReadThroughCachingPageDao. getPage(Space space, String pageTitle)PageReadThroughCachingPageDao. getPageWithComments(Space space, String pageTitle)Methods in com.atlassian.confluence.impl.pages.persistence.dao with parameters of type Page Modifier and Type Method Description voidReadThroughCachingPageDao. removeEntity(Page objectToRemove)voidReadThroughCachingPageDao. saveEntity(Page objectToSave)voidReadThroughCachingPageDao. saveEntity(Page currentObject, @Nullable Page originalObject)voidReadThroughCachingPageDao. 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 booleanDefaultExportContext. isPageInExport(Page page, PageManager pageManager)Deprecated.booleanExportContext. 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 StringAbstractRendererExporterImpl.ContentConverter. convertToXHtml(Page page)protected voidAbstractRendererExporterImpl. exportPage(Page page, String baseExportPath)Deprecated.protected voidHtmlExporter. 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 booleanContentPermissionManagerInternal. 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 voidDefaultRelatedContentRefactorer. contractAbsoluteReferencesInContent(List<Page> movedPageList)Contract all links in moved pages and their referencing pages to relative linksvoidDefaultRelatedContentRefactorer. contractAbsoluteReferencesInContent(List<Page> movedPageList, Space previousSpace)Deprecated.since 5.9 useDefaultRelatedContentRefactorer.contractAbsoluteReferencesInContent(List)insteadvoidRelatedContentRefactorer. contractAbsoluteReferencesInContent(List<Page> movedPageList)voidRelatedContentRefactorer. contractAbsoluteReferencesInContent(List<Page> movedPageList, Space previousSpace)Deprecated.since 5.9 useRelatedContentRefactorer.contractAbsoluteReferencesInContent(List)insteadvoidDefaultRelatedContentRefactorer. updateReferrersForMovingPage(SpaceContentEntityObject referee, Space previousSpace, String previousTitle, List<Page> movedPageList)voidRelatedContentRefactorer. 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 voidChangeDigestReport. 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 PagePage. copyLatestVersion()Copy page informationPageContentNode. getPage()PageContentTree. getPage(long pageId)@Nullable PagePageManager. getPage(long id)Deprecated.since 7.3.0, useContentService.find(Expansion...)from plugins, or usePageManagerInternalin core where applicable@Nullable PagePageManager. getPage(String spaceKey, String pageTitle)Deprecated.since 7.3.0, useContentService.find(Expansion...)from plugins, or usePageManagerInternalin core where applicable@Nullable PagePageManager. getPageWithComments(String spaceKey, String pageTitle)Deprecated.since 7.3.0, useContentService.find(Expansion...)from plugins, or usePageManagerInternalin core where applicablePagePage. 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 usePageManagerInternalin 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 voidPage. addChild(Page child)intChildPositionComparator. compare(Page page0, Page page1)intPageManager. countPagesInSubtree(Page page)Get number of descendant page including the input pagevoidPageManager. deepCopyPage(PageCopyOptions option, Page originalPage, Page destinationPage)Copy child page of originalPage to destinationPagevoidPageManager. 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 ListPageManager. 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.booleanPageManager. 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.voidPageManager. 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 casevoidPageManager. movePageAfter(Page page, Page refPage)Move the provided page (first argument) after the reference page (second argument).voidPageManager. movePageAsChild(Page page, Page refPage)Move the provided page (first argument) as a child of the reference page (second argument).voidPageManager. movePageBefore(Page page, Page refPage)Move the provided page (first argument) before the reference page (second argument).voidPageManager. movePageToTopLevel(Page page, Space space)Move a page to the top level oftargetSpace.voidPage. removeChild(Page child)voidPageManager. removePageFromAncestorCollections(Page page)Removes the page and its ancestors from the ancestor collection of all descendants.voidPageManager. revertChildPageOrder(Page parentPage)Removes manual ordering of child pages.voidPageManager. setChildPageOrder(Page parentPage, List<Long> childIds)Sets ordering of child pages for a supplied page, based on a map of child ids to positions.voidContentNode. setPage(Page page)voidPage. setParent(Page parent)Deprecated.Since 1.1.voidPage. setParentPage(Page parent)Public setter that makes sure that the parent page is validvoidPageManager. 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 voidPage. setAncestors(List<Page> ancestors)This should only ever be set by Hibernate.voidPage. 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 PageAbstractCreateAndEditPageAction. parentPageMethods in com.atlassian.confluence.pages.actions that return Page Modifier and Type Method Description PageAbstractCreatePageAction. getFromPage()PageCreatePageAction.SimplePageProvider. getPage()PageAbstractCreateAndEditPageAction. getParentPage()PageAbstractEditPageAction. getParentPage()PageMovePageDialogAction. getParentPage()PageViewPageAction. getParentPage()Returns the parentPageof the currentPageor null if the currentAbstractPageis a root page or a blogpost.PageViewPreviousVersionsAction. 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 voidAbstractCreatePageAction. assignParentPage(ContentEntityObject page, Page parentPage)protected voidCreatePageAction. assignParentPage(ContentEntityObject page, Page parentPage)List<ContentPermission>ListPermissionPagesAction. getPermissions(Page page)PageViewPreviousVersionsAction. getPreviousPage(Page page)booleanChildrenAction. hasPermittedChildren(Page page)voidAbstractCreatePageAction. 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 PageDelegatingPageDao. getById(long id)PageDelegatingPageDao. getPage(Space space, String pageTitle)PagePageDao. getPage(Space space, String pageTitle)Get the page by space and title.PageDelegatingPageDao. getPageById(long id)PagePageDao. getPageById(long id)Get the page with the given id.PageDelegatingPageDao. getPageByIdWithComments(long id)PagePageDao. getPageByIdWithComments(long id)Get the page with the given id, and perform an eager load of the comments and their children.PageDelegatingPageDao. getPageWithComments(Space space, String pageTitle)PagePageDao. 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 intDelegatingPageDao. countPagesInSubtree(@NonNull Page page)intPageDao. 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)IntegerDelegatingPageDao. getMaxSiblingPosition(Page page)IntegerPageDao. getMaxSiblingPosition(Page page)Gets the highest position value of all the page's siblings.voidDelegatingPageDao. refreshEntity(Page objectToRefresh)voidDelegatingPageDao. removeEntity(Page objectToRemove)voidDelegatingPageDao. replicateEntity(Page objectToReplicate)voidDelegatingPageDao. saveEntity(Page objectToSave)voidDelegatingPageDao. saveEntity(Page currentObject, @Nullable Page originalObject)voidDelegatingPageDao. 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 StringPageContentTransformer. 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 voidBulkPageCopy. deepCopy(PageCopyOptions pageCopyOptions, Page originalPage, Page destinationPage)voidDefaultBulkPageCopy. 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 PageBulkPageDeleteExecutionContext. getTargetParent()Methods in com.atlassian.confluence.pages.persistence.dao.bulk.delete with parameters of type Page Modifier and Type Method Description voidBulkPageDelete. deepDelete(PageDeleteOptions deleteOptions, Page targetPage)voidDefaultBulkPageDelete. 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 StringKeepAsIsContentTransformer. transform(String content, Page oldPage, Page newPage)StringLinkRefactorerContentTransformer. 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 PageHibernatePageDao. getPage(Space space, String pageTitle)PageHibernatePageDao. getPage(Space space, String pageTitle, boolean eagerLoadComments)PageHibernatePageDao. getPageById(long id)PageHibernatePageDao. getPageByIdWithComments(long id)PageHibernatePageDao. 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 intHibernatePageDao. 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)IntegerHibernatePageDao. 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 ContentEntityPageContentEntityBuilder. 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 PageSoapServiceHelper. retrievePage(String spaceKey, String pageTitle)PageSoapServiceHelperImpl. 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 booleanPagePermissionsDelegate. canAdminister(com.atlassian.user.User user, Page target)booleanPagePermissionsDelegate. canEdit(com.atlassian.user.User user, Page target)booleanPagePermissionsDelegate. canExport(com.atlassian.user.User user, Page target)booleanPagePermissionsDelegate. canMove(com.atlassian.user.User user, Page source, Object target, String movePoint)booleanPagePermissionsDelegate. canRemove(com.atlassian.user.User user, Page target)booleanPagePermissionsDelegate. canRemoveHierarchy(com.atlassian.user.User user, Page target)booleanPagePermissionsDelegate. canSetPermissions(com.atlassian.user.User user, Page target)booleanPagePermissionsDelegate. 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 PageRegularEntitiesAndPermissionsHelper. 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 SimpleContentSimpleContent. 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 ListContentPermissionSetDao. 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 PageSpace. getHomePage()Methods in com.atlassian.confluence.spaces with parameters of type Page Modifier and Type Method Description StringSystemTemplateManager. getTemplate(String templateKey, List<Variable> vars, Page page)StringSystemTemplateManagerImpl. getTemplate(String templateKey, List<Variable> vars, Page page)voidSpace. 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 PageViewSpaceAction. getPage()Methods in com.atlassian.confluence.spaces.actions with parameters of type Page Modifier and Type Method Description StringViewSpaceAction. 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 BodyContentAbstractSpaceContentListener. 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 PagePageBreadcrumb. 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)
-