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

Packages that use Page
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.core   
com.atlassian.confluence.event.events.content.page   
com.atlassian.confluence.importexport   
com.atlassian.confluence.importexport.impl   
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.rpc.soap.beans   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.spaces   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.user   
com.atlassian.confluence.util.breadcrumbs   
 

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

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

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

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 DefaultContentPermissionManager.getViewContentPermissions(Page page)
           
 java.util.Set<ContentPermission> ContentPermissionManager.getViewContentPermissions(Page page)
          Get view permissions on this page and its ancestors.
 

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()
           
 

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)
           
PageEvent(java.lang.Object src, Page page)
           
PageMoveEvent(java.lang.Object src, Page movedPage, Page oldParentPage, Space oldSpace, com.atlassian.user.User user, boolean moveChildren)
          Deprecated. since 2.9 Use PageMoveEvent.PageMoveEvent(Object, Page, Space, Page, Integer, User) instead
PageMoveEvent(java.lang.Object src, Page movedPage, Space oldSpace, Page oldParentPage, java.lang.Integer oldPosition, com.atlassian.user.User user)
           
PageMoveEvent(java.lang.Object src, Page movedPage, Space oldSpace, Page oldParentPage, java.lang.Integer oldPosition, com.atlassian.user.User user, 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 minorEdit)
           
PageUpdateEvent(java.lang.Object src, Page updatedPage, Page originalPage)
           
PageViewEvent(java.lang.Object src, Page page)
           
 

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
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.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 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()
           
 java.util.List<Page> Page.getChildren()
           
 java.util.List<Page> Page.getDescendents()
           
 java.util.List<Page> Page.getSortedChildren()
           
 java.util.List<Page> DefaultPageManager.getTopLevelPages(Space space)
           
 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.
 

Methods in com.atlassian.confluence.pages with parameters of type Page
 void Page.addChild(Page child)
           
 void PageManager.appendPage(Page sourcePage, Page targetPage)
          Deprecated. since 2.9 use PageManager.movePageAsChild(Page, Page)
 void DefaultPageManager.appendPage(Page sourcePage, Page targetParent)
          Deprecated. since 2.9 use DefaultPageManager.movePageAsChild(Page, Page)
 int ChildPositionComparator.compare(Page page0, Page page1)
           
 java.util.Collection PageManager.getDescendentIds(Page page)
           
 java.util.Collection DefaultPageManager.getDescendentIds(Page page)
           
 java.util.List PageManager.getDescendents(Page page)
           
 java.util.List DefaultPageManager.getDescendents(Page page)
           
 void PageManager.movePage(Page sourcePage, Page targetPage, int offset)
          Deprecated. since 2.9 use PageManager.movePageAfter(Page, Page) or PageManager.movePageBefore(Page, Page)
 void DefaultPageManager.movePage(Page page, Page refPage, int offset)
          Deprecated. since 2.9 use DefaultPageManager.movePageBefore(Page, Page) and DefaultPageManager.movePageAfter(Page, Page)
 void PageManager.movePage(Page sourcePage, Space targetSpace)
          Deprecated. since 2.9 use PageManager.movePageToTopLevel(Page, Space)
 void DefaultPageManager.movePage(Page sourcePage, Space targetSpace)
          Deprecated. since 2.9 use DefaultPageManager.movePageToTopLevel(Page, Space)
 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. 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)
           
 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 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()
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type Page
 Page ViewPreviousVersionsAction.getPreviousPage(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.getPage(java.lang.String spaceKey, java.lang.String pageTitle)
          Deprecated. since 3.0, use PageDao.getPage(Space, String)
 Page PageDao.getPage(java.lang.String spaceKey, java.lang.String pageTitle, boolean eagerLoadComments)
          Deprecated. since 3.0, use PageDao.getPageWithComments(Space, String)
 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.getDescendents(Page page)
           
 java.util.List<Page> PageDao.getTopLevelPages(Space space)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type Page
 java.util.List PageDao.getDescendentIds(Page page)
           
 java.util.List<Page> PageDao.getDescendents(Page page)
           
 

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.getPage(java.lang.String spaceKey, java.lang.String pageTitle)
          Deprecated. 
 Page CachingPageDao.getPage(java.lang.String spaceKey, java.lang.String pageTitle)
          Deprecated. 
 Page HibernatePageDao.getPage(java.lang.String spaceKey, java.lang.String pageTitle, boolean eagerLoadComments)
          Deprecated. 
 Page CachingPageDao.getPage(java.lang.String spaceKey, java.lang.String pageTitle, boolean eagerLoadComments)
          Deprecated. 
 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> HibernatePageDao.getDescendents(Page page)
           
 java.util.List<Page> CachingPageDao.getDescendents(Page page)
           
 java.util.List<Page> HibernatePageDao.getTopLevelPages(Space space)
           
 java.util.List<Page> CachingPageDao.getTopLevelPages(Space space)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type Page
 java.util.List HibernatePageDao.getDescendentIds(Page page)
           
 java.util.List CachingPageDao.getDescendentIds(Page page)
           
 java.util.List<Page> HibernatePageDao.getDescendents(Page page)
           
 java.util.List<Page> CachingPageDao.getDescendents(Page page)
           
 void PageIdCache.put(Page page)
           
 void PageIdCache.remove(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
 void SpaceManager.moveHierarchy(Page topPage, Page newParentPage, Space newSpace, com.atlassian.user.User user, boolean moveChildren, java.util.List pagesToIndex)
          Deprecated. since 2.9 use PageManager.movePage(Page, Space) or PageManager.movePage(Page, Page, int) instead
 void DefaultSpaceManager.moveHierarchy(Page topPage, Page newParentPage, Space newSpace, com.atlassian.user.User user, boolean moveChildren, java.util.List pagesToIndex)
          Deprecated. since 2.9 use PageManager.movePage(Page, Space) or PageManager.movePage(Page, Page, int) instead
 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.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.breadcrumbs
 

Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type Page
PageBreadcrumb(Page page)
           
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.