Uses of Class
com.atlassian.confluence.pages.Page

Packages that use Page
com.atlassian.confluence.content.render.xhtml.links   
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.view.link   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.content.ui   
com.atlassian.confluence.core   
com.atlassian.confluence.core.persistence   
com.atlassian.confluence.core.persistence.hibernate   
com.atlassian.confluence.event.events.content.page   
com.atlassian.confluence.importexport   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.internal.pages   
com.atlassian.confluence.links   
com.atlassian.confluence.mail.reports   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.hibernate   
com.atlassian.confluence.plugins.edgeindex.lucene   
com.atlassian.confluence.plugins.rest.entities.builders   
com.atlassian.confluence.rpc.soap.beans   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.spaces   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.spaces.listeners   
com.atlassian.confluence.user   
com.atlassian.confluence.util   
com.atlassian.confluence.util.breadcrumbs 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. 
com.atlassian.confluence.util.breadcrumbs.spaceia This package groups the breadcrumbs for the spaces. 
 

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
 java.lang.String HtmlExportHrefEvaluator.createHref(ConversionContext context, Page page, java.lang.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
 Page PageResourceIdentifierResolver.resolve(PageResourceIdentifier pageResourceIdentifier, ConversionContext conversionContext)
           
 

Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type Page
protected  boolean DefaultResourceIdentifierMatcher.matches(Page page, ResourceIdentifier ri)
           
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with type arguments of type Page
AttachmentOwningContentResolver(ResourceIdentifierResolver<PageResourceIdentifier,Page> pageResourceResolver, ResourceIdentifierResolver<BlogPostResourceIdentifier,BlogPost> blogPostResourceResolver, ResourceIdentifierResolver<ContentEntityResourceIdentifier,ContentEntityObject> contentEntityResourceResolver, ResourceIdentifierResolver<DraftResourceIdentifier,Draft> draftResourceResolver)
           
 

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 Page
ViewLinkMarshallerFactoryImpl(ResourceIdentifierResolver<PageResourceIdentifier,Page> pageResourceIdentifierResolver, ResourceIdentifierResolver<BlogPostResourceIdentifier,BlogPost> blogPostResourceIdentifierResolver, SpaceManager spaceManager, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller, UserAccessor userAccessor, PersonalInformationManager personalInformationManager, SettingsManager settingsManager, ModelToRenderedClassMapper mapper)
           
ViewPageLinkMarshaller(ResourceIdentifierResolver<PageResourceIdentifier,Page> resourceIdentifierResolver, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<CreatePageLink> createPageLinkMarshaller, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, Marshaller<Link> unresolvedLinkMarshaller, ModelToRenderedClassMapper mapper)
           
 

Uses of Page in com.atlassian.confluence.content.service.page
 

Methods in com.atlassian.confluence.content.service.page that return Page
 Page CreatePageCommandImpl.getCreatedPage()
           
 Page CreatePageCommand.getCreatedPage()
           
 Page TitleAndSpaceKeyPageLocator.getPage()
           
 Page SinglePageLocator.getPage()
           
 Page PageProvider.getPage()
           
 Page PageLocator.getPage()
           
 Page MovePageToTopOfSpaceCommand.getPage()
           
 Page MovePageCommandImpl.getPage()
           
 Page MovePageCommand.getPage()
           
 Page IdPageLocator.getPage()
           
 Page IdAndVersionPageLocator.getPage()
           
 

Methods in com.atlassian.confluence.content.service.page with parameters of type Page
 boolean MovePageCommandHelper.childPageTitleAlreadyExists(Page sourcePage, Space targetSpace)
           
 java.util.List<java.lang.String> MovePageCommandHelper.listOfPageTitlesAlreadyExist(Page sourcePage, Space targetSpace)
           
 

Constructors in com.atlassian.confluence.content.service.page with parameters of type Page
SinglePageLocator(Page page)
           
 

Uses of Page in com.atlassian.confluence.content.ui
 

Methods in com.atlassian.confluence.content.ui with parameters of type Page
 java.lang.String PageUiSupport.getContentCssClass(Page content)
           
 java.lang.String PageUiSupport.getContentTypeI18NKey(Page content)
           
 java.lang.String PageUiSupport.getIconCssClass(Page content)
           
 java.lang.String PageUiSupport.getIconFilePath(Page content, int size)
           
 java.lang.String PageUiSupport.getIconPath(Page content, int size)
           
 

Uses of Page in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return types with arguments of type Page
 java.util.List<Page> DefaultContentPermissionManager.getPermittedChildren(Page page, com.atlassian.user.User user)
          Returns a list of Page objects that are direct children of the passed in page.
 java.util.List<Page> ContentPermissionManager.getPermittedChildren(Page page, com.atlassian.user.User user)
           
 

Methods in com.atlassian.confluence.core with parameters of type Page
 java.util.List<Page> DefaultContentPermissionManager.getPermittedChildren(Page page, com.atlassian.user.User user)
          Returns a list of Page objects that are direct children of the passed in page.
 java.util.List<Page> ContentPermissionManager.getPermittedChildren(Page page, com.atlassian.user.User user)
           
 java.util.Set<ContentPermission> DefaultContentPermissionManager.getViewContentPermissions(Page page)
           
 java.util.Set<ContentPermission> ContentPermissionManager.getViewContentPermissions(Page page)
          Get view permissions on this page and its ancestors.
 boolean DefaultContentPermissionManager.hasPermittedChildrenIgnoreInheritedPermissions(Page page, com.atlassian.user.User user)
           
 boolean ContentPermissionManager.hasPermittedChildrenIgnoreInheritedPermissions(Page page, com.atlassian.user.User remoteUser)
          Does the given page have children visible to the given user.
 boolean DefaultContentPermissionManager.isPermissionInherited(Page childPage)
           
 boolean ContentPermissionManager.isPermissionInherited(Page childPage)
          Does the child page get its permissions from any ancestor?
 

Uses of Page in com.atlassian.confluence.core.persistence
 

Method parameters in com.atlassian.confluence.core.persistence with type arguments of type Page
 PageResponse<ContentEntityObject> ContentEntityObjectDao.findContentBySpaceIdAndStatus(long spaceId, java.lang.String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<Page> predicate)
          Retrieve content for a given space with a particular status.
 

Uses of Page in com.atlassian.confluence.core.persistence.hibernate
 

Method parameters in com.atlassian.confluence.core.persistence.hibernate with type arguments of type Page
 PageResponse<ContentEntityObject> ContentEntityObjectHibernateDao.findContentBySpaceIdAndStatus(long spaceId, java.lang.String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<Page> predicate)
           
 

Uses of Page in com.atlassian.confluence.event.events.content.page
 

Methods in com.atlassian.confluence.event.events.content.page that return Page
 Page PageMoveEvent.getNewParentpage()
           
 Page PageMoveEvent.getOldParentPage()
           
 Page PageEvent.getPage()
           
 

Methods in com.atlassian.confluence.event.events.content.page that return types with arguments of type Page
 java.util.List<Page> PageMoveEvent.getMovedPageList()
           
 java.util.List<Page> PageMoveCompletedEvent.getMovedPageList()
           
 

Constructors in com.atlassian.confluence.event.events.content.page with parameters of type Page
PageChildrenReorderEvent(java.lang.Object src, Page parentPage, java.util.List oldSortedChildren, java.util.List newSortedChildren, com.atlassian.user.User user)
           
PageCreateEvent(java.lang.Object src, Page page)
           
PageCreateEvent(java.lang.Object src, Page page, java.util.Map<java.lang.String,java.io.Serializable> context)
           
PageCreateFromTemplateEvent(java.lang.Object src, Page page, java.lang.String templateId)
           
PageEvent(java.lang.Object src, Page page)
           
PageInfoViewEvent(java.lang.Object src, Page page)
           
PageMoveCompletedEvent(Page sourcePage, java.util.List<Page> movedPageList, Space oldSpace)
           
PageMoveEvent(java.lang.Object src, Page movedPage, java.util.List<Page> movedPageList, Space oldSpace, Page oldParentPage, java.lang.Integer oldPosition, com.atlassian.user.User theMover, boolean movedBecauseOfParent)
           
PageMoveEvent(java.lang.Object src, Page movedPage, Space oldSpace, Page oldParentPage, java.lang.Integer oldPosition, com.atlassian.user.User theMover)
           
PageMoveEvent(java.lang.Object src, Page movedPage, Space oldSpace, Page oldParentPage, java.lang.Integer oldPosition, com.atlassian.user.User theMover, boolean movedBecauseOfParent)
           
PageRemoveEvent(java.lang.Object src, Page removedPage)
           
PageRestoreEvent(java.lang.Object src, Page page)
           
PageTrashedEvent(java.lang.Object src, Page trashedPage, com.atlassian.user.User trasher)
           
PageUpdateEvent(java.lang.Object src, Page updatedPage)
           
PageUpdateEvent(java.lang.Object src, Page updatedPage, AbstractPage originalPage, boolean suppressNotifications)
           
PageUpdateEvent(java.lang.Object src, Page updatedPage, AbstractPage originalPage, boolean suppressNotifications, PageUpdateTrigger updateTrigger)
           
PageUpdateEvent(java.lang.Object src, Page updatedPage, Page originalPage)
           
PageViewEvent(java.lang.Object src, Page page)
           
 

Constructor parameters in com.atlassian.confluence.event.events.content.page with type arguments of type Page
PageMoveCompletedEvent(Page sourcePage, java.util.List<Page> movedPageList, Space oldSpace)
           
PageMoveEvent(java.lang.Object src, Page movedPage, java.util.List<Page> movedPageList, Space oldSpace, Page oldParentPage, java.lang.Integer oldPosition, com.atlassian.user.User theMover, boolean movedBecauseOfParent)
           
 

Uses of Page in com.atlassian.confluence.importexport
 

Methods in com.atlassian.confluence.importexport with parameters of type Page
 boolean ExportContext.isPageInExport(Page page, PageManager pageManager)
           
 boolean DefaultExportContext.isPageInExport(Page page, PageManager pageManager)
           
 

Uses of Page in com.atlassian.confluence.importexport.impl
 

Methods in com.atlassian.confluence.importexport.impl with parameters of type Page
 java.lang.String AbstractRendererExporterImpl.ContentConverter.convertToXHtml(Page page)
           
protected  void HtmlExporter.exportPage(Page page, java.lang.String baseExportPath)
          Export page exports either a single page or, if context.exportChildren is set, the whole page hierarchy.
protected  void AbstractRendererExporterImpl.exportPage(Page page, java.lang.String baseExportPath)
           
 

Uses of Page in com.atlassian.confluence.internal.pages
 

Methods in com.atlassian.confluence.internal.pages that return types with arguments of type Page
 PageResponse<Page> PageManagerInternal.getChildren(Page page, LimitedRequest pageRequest, Depth depth)
          Returns the children of a page, limited to the pagination requested.
 PageResponse<Page> PageManagerInternal.getPages(LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page>... filter)
          Returns all the current pages in this instance of confluence, limited to the pagination request.
 PageResponse<Page> PageManagerInternal.getPages(Space space, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page>... filter)
          Returns all the current pages in the space, limited to the pagination request
 PageResponse<Page> PageManagerInternal.getTopLevelPages(Space space, LimitedRequest pageRequest)
          Returns the top-level pages in a space, limited to the pagination requested.
 

Methods in com.atlassian.confluence.internal.pages with parameters of type Page
 PageResponse<Page> PageManagerInternal.getChildren(Page page, LimitedRequest pageRequest, Depth depth)
          Returns the children of a page, limited to the pagination requested.
 

Uses of Page in com.atlassian.confluence.links
 

Method parameters in com.atlassian.confluence.links with type arguments of type Page
 void RelatedContentRefactorer.contractAbsoluteReferencesInContent(java.util.List<Page> movedPageList, Space previousSpace)
          Update all absolute links in moved page's referencing pages to relative links
 void DefaultRelatedContentRefactorer.contractAbsoluteReferencesInContent(java.util.List<Page> movedPageList, Space previousSpace)
          Contract all links in moved pages and their referencing pages to relative links
 void RelatedContentRefactorer.updateReferrersForMovingPage(SpaceContentEntityObject referee, Space previousSpace, java.lang.String previousTitle, java.util.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.
 void DefaultRelatedContentRefactorer.updateReferrersForMovingPage(SpaceContentEntityObject referee, Space previousSpace, java.lang.String previousTitle, java.util.List<Page> movedPageList)
           
 

Uses of Page in com.atlassian.confluence.mail.reports
 

Methods in com.atlassian.confluence.mail.reports with parameters of type Page
 void ChangeDigestReport.addPage(Page page)
           
 

Uses of Page in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages that return Page
 Page ContentNode.getPage()
           
 Page PageManager.getPage(long id)
          Retrieve the page with the given content ID.
 Page DefaultPageManager.getPage(long id)
           
 Page ContentTree.getPage(long pageId)
           
 Page PageManager.getPage(java.lang.String spaceKey, java.lang.String pageTitle)
          Retrieve the latest version of a page by its space key and title.
 Page DefaultPageManager.getPage(java.lang.String spaceKey, java.lang.String pageTitle)
           
 Page PageManager.getPage(java.lang.String spaceKey, java.lang.String pageTitle, boolean eagerLoadComments)
          Deprecated. since 3.0, use PageManager.getPageWithComments(String, String) instead.
 Page DefaultPageManager.getPage(java.lang.String spaceKey, java.lang.String pageTitle, boolean eagerLoadComments)
          Deprecated. 
 Page PageManager.getPageWithComments(java.lang.String spaceKey, java.lang.String pageTitle)
          Retrieve the latest version of a page by its space key and title.
 Page DefaultPageManager.getPageWithComments(java.lang.String spaceKey, java.lang.String pageTitle)
           
 Page Page.getParent()
           
 

Methods in com.atlassian.confluence.pages that return types with arguments of type Page
 java.util.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).
 java.util.List<Page> Page.getChildren()
           
 PageResponse<Page> DefaultPageManager.getChildren(Page page, LimitedRequest pageRequest, Depth depth)
           
 java.util.List<Page> Page.getDescendants()
           
 java.util.List<Page> PageManager.getDescendants(Page page)
          Finds all descendant pages of the given page
 java.util.List<Page> DefaultPageManager.getDescendants(Page page)
           
 java.util.List<Page> Page.getDescendents()
          Deprecated. since 5.5.1. Use getDescendants()
 java.util.List<Page> ContentTree.getPages()
           
 java.util.List<Page> PageManager.getPages(java.lang.Iterable<java.lang.Long> ids)
          Retrieve a collection of pages with the given content IDs.
 java.util.List<Page> DefaultPageManager.getPages(java.lang.Iterable<java.lang.Long> ids)
           
 PageResponse<Page> DefaultPageManager.getPages(LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page>... filters)
           
 java.util.List<Page> PageManager.getPages(Space space, boolean currentOnly)
           
 java.util.List<Page> DefaultPageManager.getPages(Space space, boolean currentOnly)
           
 PageResponse<Page> DefaultPageManager.getPages(Space space, LimitedRequest pageRequest, com.google.common.base.Predicate<? super Page>... filters)
           
 java.util.List<Page> Page.getSortedChildren()
           
 java.util.List<Page> DefaultPageManager.getTopLevelPages(Space space)
           
 PageResponse<Page> DefaultPageManager.getTopLevelPages(Space space, LimitedRequest pageRequest)
           
 ListBuilder<Page> PageManager.getTopLevelPagesBuilder(Space space)
          Get the pages in a space that do not have a parent page.
 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.
 java.util.List<Page> DefaultPageManager.getUnsortedTopLevelPages(Space space)
           
 

Methods in com.atlassian.confluence.pages with parameters of type Page
 void Page.addChild(Page child)
           
 int ChildPositionComparator.compare(Page page0, Page page1)
           
 PageResponse<Page> DefaultPageManager.getChildren(Page page, LimitedRequest pageRequest, Depth depth)
           
 java.util.Collection<java.lang.Long> PageManager.getDescendantIds(Page page)
          Finds the ids of a page's descendants
 java.util.Collection<java.lang.Long> DefaultPageManager.getDescendantIds(Page page)
           
 java.util.List<Page> PageManager.getDescendants(Page page)
          Finds all descendant pages of the given page
 java.util.List<Page> DefaultPageManager.getDescendants(Page page)
           
 java.util.List<java.lang.String> PageManager.getDescendantTitles(Page page)
          Finds all descendant titles of the given page
 java.util.List<java.lang.String> DefaultPageManager.getDescendantTitles(Page page)
           
 java.util.Collection PageManager.getDescendentIds(Page page)
          Deprecated. use PageManager.getDescendantIds(Page)
 java.util.Collection DefaultPageManager.getDescendentIds(Page page)
           
 java.util.List PageManager.getDescendents(Page page)
          Deprecated. since 5.5.1. Use PageManager.getDescendants(Page)
 java.util.List DefaultPageManager.getDescendents(Page page)
          Deprecated. since 5.5.1. Use DefaultPageManager.getDescendants(Page)
 boolean PageManager.isPageRecentlyUpdatedForUser(Page page, com.atlassian.user.User user)
          Returns true if the page has been created or modified since the user last logged in.
 boolean DefaultPageManager.isPageRecentlyUpdatedForUser(Page page, com.atlassian.user.User user)
           
 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 case The location of the children under their new parent is dependent on the new parent's existing order.
 void DefaultPageManager.moveChildrenToNewParent(Page oldPage, Page newParent)
           
 void PageManager.movePageAfter(Page page, Page refPage)
          Move the provided page (first argument) after the reference page (second argument).
 void DefaultPageManager.movePageAfter(Page page, Page refPage)
           
 void PageManager.movePageAsChild(Page page, Page refPage)
          Move the provided page (first argument) as a child of the reference page (second argument).
 void DefaultPageManager.movePageAsChild(Page page, Page newParent)
          Move the source page to the end of targetPage's children list.
 void PageManager.movePageBefore(Page page, Page refPage)
          Move the provided page (first argument) before the reference page (second argument).
 void DefaultPageManager.movePageBefore(Page page, Page refPage)
           
 void PageManager.movePageToTopLevel(Page page, Space space)
          Move a page to the top level of targetSpace.
 void DefaultPageManager.movePageToTopLevel(Page page, Space space)
           
 void Page.removeChild(Page child)
           
 void PageManager.removePageFromAncestorCollections(Page page)
          Removes the page and its ancestors from the ancestor collection of all descendants.
 void DefaultPageManager.removePageFromAncestorCollections(Page page)
           
 void PageManager.revertChildPageOrder(Page parentPage)
          Removes manual ordering of child pages.
 void DefaultPageManager.revertChildPageOrder(Page parentPage)
           
 void PageManager.setChildPageOrder(Page parentPage, java.util.List<java.lang.Long> childIds)
          Sets ordering of child pages for a supplied page, based on a map of child ids to positions.
 void DefaultPageManager.setChildPageOrder(Page parentPage, java.util.List<java.lang.Long> childIds)
           
 void ContentNode.setPage(Page page)
           
 void Page.setParent(Page parent)
          Deprecated. Since 1.1. Do not call this method. It exists solely for hibernate to use. Use #setParentPage instead. I would have made this method private, but CGLIB was complaining.
 void Page.setParentPage(Page parent)
          Public setter that makes sure that the parent page is valid
 void 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.
 void DefaultPageManager.updatePageInAncestorCollections(Page page, Page newParent)
           
 

Method parameters in com.atlassian.confluence.pages with type arguments of type Page
 void Page.setAncestors(java.util.List<Page> ancestors)
          This should only ever be set by Hibernate.
 void Page.setChildren(java.util.List<Page> children)
           
 

Constructors in com.atlassian.confluence.pages with parameters of type Page
ContentNode(Page page)
           
 

Uses of Page in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions that return Page
 Page AbstractCreatePageAction.getFromPage()
           
 Page CreatePageAction.SimplePageProvider.getPage()
           
 Page CopyPageAction.getPageToCopy()
           
 Page ViewPageAction.getParentPage()
          Returns the parent Page of the current Page or null if the current AbstractPage is a root page or a blogpost.
 Page MovePageDialogAction.getParentPage()
           
 Page AbstractCreateAndEditPageAction.getParentPage()
           
 Page ViewPreviousVersionsAction.getPreviousPage(Page page)
           
 

Methods in com.atlassian.confluence.pages.actions that return types with arguments of type Page
 java.util.List<Page> ReorderPageDialogAction.getChildren()
           
 java.util.List<Page> ListOrphanedPagesAction.getItems()
           
 java.util.List<Page> EditCommentAction.getPermittedChildren()
           
 java.util.List<Page> ChildrenAction.getPermittedChildren()
           
 java.util.List<Page> AbstractPageAction.getPermittedChildren()
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type Page
 java.util.List<ContentPermission> ListPermissionPagesAction.getPermissions(Page page)
           
 Page ViewPreviousVersionsAction.getPreviousPage(Page page)
           
 boolean ChildrenAction.hasPermittedChildren(Page page)
           
 

Uses of Page in com.atlassian.confluence.pages.persistence.dao
 

Methods in com.atlassian.confluence.pages.persistence.dao that return Page
 Page PageDao.getPage(Space space, java.lang.String pageTitle)
          Get the page by space and title.
 Page PageDao.getPageById(long id)
          Get the page with the given id.
 Page PageDao.getPageByIdWithComments(long id)
          Get the page with the given id, and perform an eager load of the comments and their children.
 Page PageDao.getPageWithComments(Space space, java.lang.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
 java.util.List<Page> PageDao.findPagesWithHistoricalTitle(java.lang.String pageTitle)
          Deprecated. since 3.1. Use #findPagesWithHistoricalTitleInPermittedSpace or #findPagesWithHistoricalTitleInAllPermittedSpacesExcept .
 PageResponse<Page> PageDao.getChildren(Page page, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
           
 java.util.List<Page> PageDao.getDescendants(Page page)
          Finds all descendant pages (recursive) of the given page
 java.util.List<Page> PageDao.getDescendents(Page page)
          Deprecated. since 5.5.1. Use PageDao.getDescendants(com.atlassian.confluence.pages.Page)
 java.util.List<Page> PageDao.getOrphanedPages(java.lang.String spaceKey)
           
 java.util.List<Page> PageDao.getPageInTrash(java.lang.String spaceKey, java.lang.String title)
           
 PageResponse<Page> PageDao.getPages(LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
          Retrieve a page of all the current content
 java.util.List<Page> PageDao.getPages(Space space, boolean currentOnly)
           
 PageResponse<Page> PageDao.getPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
          Retrieve a page of the current content in this space
 java.util.List<Page> PageDao.getPagesByIds(java.lang.Iterable<java.lang.Long> ids)
          Get the pages with the given ids.
 java.util.List<Page> PageDao.getPagesCreatedOrUpdatedSinceDate(java.util.Date previousLoginDate)
           
 java.util.List<Page> PageDao.getPagesStartingWith(Space space, java.lang.String s)
           
 java.util.List<Page> PageDao.getPermissionPages(Space space)
           
 java.util.List<Page> PageDao.getRecentlyAddedPages(int maxCount, java.lang.String spaceKey)
           
 java.util.List<Page> PageDao.getRecentlyAuthoredPagesByUser(java.lang.String username, int maxCount)
           
 java.util.List<Page> PageDao.getRecentlyUpdatedPages(int maxCount, java.lang.String spaceKey)
           
 java.util.List<Page> PageDao.getTopLevelPages(Space space)
           
 PageResponse<Page> PageDao.getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
           
 java.util.List<Page> PageDao.getUndefinedPages(java.lang.String spaceKey)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type Page
 PageResponse<Page> PageDao.getChildren(Page page, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
           
 java.util.List<java.lang.Long> PageDao.getDescendantIds(Page page)
          Finds the ids of all descendant pages of the given page
 java.util.List<Page> PageDao.getDescendants(Page page)
          Finds all descendant pages (recursive) of the given page
 java.util.List<java.lang.String> PageDao.getDescendantTitles(Page page)
          Finds all descendant titles of the given page
 java.util.List<java.lang.Long> PageDao.getDescendentIds(Page page)
          Deprecated. since 5.5.1. Use PageDao.getDescendantIds(com.atlassian.confluence.pages.Page)
 java.util.List<Page> PageDao.getDescendents(Page page)
          Deprecated. since 5.5.1. Use PageDao.getDescendants(com.atlassian.confluence.pages.Page)
 java.lang.Integer PageDao.getMaxSiblingPosition(Page page)
          Gets the highest position value of all the page's siblings.
 

Method parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type Page
 PageResponse<Page> PageDao.getChildren(Page page, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
           
 PageResponse<Page> PageDao.getPages(LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
          Retrieve a page of all the current content
 PageResponse<Page> PageDao.getPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
          Retrieve a page of the current content in this space
 PageResponse<Page> PageDao.getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
           
 

Uses of Page in com.atlassian.confluence.pages.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return Page
 Page HibernatePageDao.getPage(Space space, java.lang.String pageTitle)
           
 Page CachingPageDao.getPage(Space space, java.lang.String pageTitle)
           
 Page HibernatePageDao.getPage(Space space, java.lang.String pageTitle, boolean eagerLoadComments)
           
 Page HibernatePageDao.getPageById(long id)
           
 Page CachingPageDao.getPageById(long id)
           
 Page HibernatePageDao.getPageByIdWithComments(long id)
           
 Page CachingPageDao.getPageByIdWithComments(long id)
           
 Page HibernatePageDao.getPageWithComments(Space space, java.lang.String pageTitle)
           
 Page CachingPageDao.getPageWithComments(Space space, java.lang.String pageTitle)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type Page
 java.util.List<Page> CachingPageDao.findPagesWithHistoricalTitle(java.lang.String pageTitle)
           
 PageResponse<Page> HibernatePageDao.getChildren(Page page, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
           
 PageResponse<Page> CachingPageDao.getChildren(Page page, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
           
 java.util.List<Page> HibernatePageDao.getDescendants(Page page)
           
 java.util.List<Page> CachingPageDao.getDescendants(Page page)
           
 java.util.List<Page> HibernatePageDao.getDescendents(Page page)
           
 java.util.List<Page> CachingPageDao.getDescendents(Page page)
           
 java.util.List<Page> HibernatePageDao.getOrphanedPages(java.lang.String spaceKey)
           
 java.util.List<Page> CachingPageDao.getOrphanedPages(java.lang.String spaceKey)
           
 java.util.List<Page> HibernatePageDao.getPageInTrash(java.lang.String spaceKey, java.lang.String title)
           
 java.util.List<Page> CachingPageDao.getPageInTrash(java.lang.String spaceKey, java.lang.String title)
           
 PageResponse<Page> HibernatePageDao.getPages(LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
           
 PageResponse<Page> CachingPageDao.getPages(LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
           
 java.util.List<Page> HibernatePageDao.getPages(Space space, boolean currentOnly)
           
 java.util.List<Page> CachingPageDao.getPages(Space space, boolean currentOnly)
           
 PageResponse<Page> HibernatePageDao.getPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
           
 PageResponse<Page> CachingPageDao.getPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
           
 java.util.List<Page> HibernatePageDao.getPagesByIds(java.lang.Iterable<java.lang.Long> ids)
           
 java.util.List<Page> CachingPageDao.getPagesByIds(java.lang.Iterable<java.lang.Long> ids)
          Get the pages with the given ids.
 java.util.List<Page> HibernatePageDao.getPagesCreatedOrUpdatedSinceDate(java.util.Date previousLoginDate)
           
 java.util.List<Page> CachingPageDao.getPagesCreatedOrUpdatedSinceDate(java.util.Date previousLoginDate)
           
 java.util.List<Page> HibernatePageDao.getPagesStartingWith(Space space, java.lang.String s)
           
 java.util.List<Page> CachingPageDao.getPagesStartingWith(Space space, java.lang.String s)
           
 java.util.List<Page> HibernatePageDao.getPermissionPages(Space space)
           
 java.util.List<Page> CachingPageDao.getPermissionPages(Space space)
           
 java.util.List<Page> HibernatePageDao.getRecentlyAddedPages(int maxCount, java.lang.String spaceKey)
           
 java.util.List<Page> CachingPageDao.getRecentlyAddedPages(int maxCount, java.lang.String spaceKey)
           
 java.util.List<Page> HibernatePageDao.getRecentlyAuthoredPagesByUser(java.lang.String username, int maxCount)
           
 java.util.List<Page> CachingPageDao.getRecentlyAuthoredPagesByUser(java.lang.String username, int maxCount)
           
 java.util.List<Page> HibernatePageDao.getRecentlyUpdatedPages(int maxCount, java.lang.String spaceKey)
           
 java.util.List<Page> CachingPageDao.getRecentlyUpdatedPages(int maxCount, java.lang.String spaceKey)
           
 java.util.List<Page> HibernatePageDao.getTopLevelPages(Space space)
           
 java.util.List<Page> CachingPageDao.getTopLevelPages(Space space)
           
 PageResponse<Page> HibernatePageDao.getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
           
 PageResponse<Page> CachingPageDao.getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
           
 java.util.List<Page> HibernatePageDao.getUndefinedPages(java.lang.String spaceKey)
           
 java.util.List<Page> CachingPageDao.getUndefinedPages(java.lang.String spaceKey)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type Page
 PageResponse<Page> HibernatePageDao.getChildren(Page page, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
           
 PageResponse<Page> CachingPageDao.getChildren(Page page, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
           
 java.util.List<java.lang.Long> HibernatePageDao.getDescendantIds(Page page)
           
 java.util.List<java.lang.Long> CachingPageDao.getDescendantIds(Page page)
           
 java.util.List<Page> HibernatePageDao.getDescendants(Page page)
           
 java.util.List<Page> CachingPageDao.getDescendants(Page page)
           
 java.util.List<java.lang.String> HibernatePageDao.getDescendantTitles(Page page)
           
 java.util.List<java.lang.String> CachingPageDao.getDescendantTitles(Page page)
           
 java.util.List<java.lang.Long> HibernatePageDao.getDescendentIds(Page page)
           
 java.util.List<java.lang.Long> CachingPageDao.getDescendentIds(Page page)
           
 java.util.List<Page> HibernatePageDao.getDescendents(Page page)
           
 java.util.List<Page> CachingPageDao.getDescendents(Page page)
           
 java.lang.Integer HibernatePageDao.getMaxSiblingPosition(Page page)
           
 java.lang.Integer CachingPageDao.getMaxSiblingPosition(Page page)
           
 void PageIdCache.put(Page page)
           
 void PageIdCache.remove(Page page)
           
 

Method parameters in com.atlassian.confluence.pages.persistence.dao.hibernate with type arguments of type Page
 PageResponse<ContentEntityObject> CachingPageDao.findContentBySpaceIdAndStatus(long spaceId, java.lang.String status, LimitedRequest limitedRequest, com.google.common.base.Predicate<Page> predicate)
           
 PageResponse<Page> HibernatePageDao.getChildren(Page page, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
           
 PageResponse<Page> CachingPageDao.getChildren(Page page, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate, Depth depth)
           
 PageResponse<Page> HibernatePageDao.getPages(LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
           
 PageResponse<Page> CachingPageDao.getPages(LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
           
 PageResponse<Page> HibernatePageDao.getPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
           
 PageResponse<Page> CachingPageDao.getPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
           
 PageResponse<Page> HibernatePageDao.getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
           
 PageResponse<Page> CachingPageDao.getTopLevelPages(Space space, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Page> predicate)
           
 

Uses of Page in com.atlassian.confluence.plugins.edgeindex.lucene
 

Methods in com.atlassian.confluence.plugins.edgeindex.lucene with parameters of type Page
 EdgeIndexTask EdgeIndexTaskFactory.createReIndexPermissionsTask(Page page)
           
 

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
 ContentEntity PageContentEntityBuilder.build(Page page)
           
 

Uses of Page in com.atlassian.confluence.rpc.soap.beans
 

Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type Page
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
 Page SoapServiceHelperImpl.retrievePage(java.lang.String spaceKey, java.lang.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.
 Page SoapServiceHelper.retrievePage(java.lang.String spaceKey, java.lang.String pageTitle)
           
 

Uses of Page in com.atlassian.confluence.spaces
 

Methods in com.atlassian.confluence.spaces that return Page
 Page Space.getHomePage()
           
 

Methods in com.atlassian.confluence.spaces with parameters of type Page
 java.lang.String SystemTemplateManagerImpl.getTemplate(java.lang.String templateKey, java.util.List<Variable> vars, Page page)
           
 java.lang.String SystemTemplateManager.getTemplate(java.lang.String templateKey, java.util.List<Variable> vars, Page page)
           
 void Space.setHomePage(Page homePage)
           
 

Uses of Page in com.atlassian.confluence.spaces.actions
 

Methods in com.atlassian.confluence.spaces.actions that return Page
 Page ViewSpaceAction.getPage()
           
 

Methods in com.atlassian.confluence.spaces.actions with parameters of type Page
 java.lang.String ViewSpaceAction.getPageXHtmlContent(Page page)
           
 

Uses of Page in com.atlassian.confluence.spaces.listeners
 

Methods in com.atlassian.confluence.spaces.listeners with parameters of type Page
protected  BodyContent AbstractSpaceContentListener.getDefaultHomePageContent(Page homePage, java.util.List<Variable> vars, java.lang.String templateKey)
           
 

Uses of Page in com.atlassian.confluence.user
 

Constructors in com.atlassian.confluence.user with parameters of type Page
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
 java.util.List<Page> ContentFacade.getRecentlyUpdatedPagesForUserOnSpaceSince(com.atlassian.user.User user, java.lang.String spaceKey, java.util.Date previousLoginDate)
           
 

Uses of Page in com.atlassian.confluence.util.breadcrumbs
 

Methods in com.atlassian.confluence.util.breadcrumbs that return Page
 Page PageBreadcrumb.getPage()
           
 

Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type Page
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
PageBreadcrumb(Page page)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.