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

Packages that use 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.spaces   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.util   
 

Uses of Page in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return Page
 Page Hierarchical.getParent()
           
 

Methods in com.atlassian.confluence.core with parameters of type Page
 List ContentPermissionManager.getPermittedChildren(Page page, User user)
           
 List ContentPermissionManager.getInheritedViewContentPermissions(Page page)
          only get inherited permissions that are restrict the viewing of pages
 Set ContentPermissionManager.getViewContentPermissions(Page page)
          Get view permissions on this page and its ancestors.
 List DefaultContentPermissionManager.getPermittedChildren(Page page, User user)
           
 List DefaultContentPermissionManager.getInheritedViewContentPermissions(Page page)
          Deprecated. use ContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject)
 Set DefaultContentPermissionManager.getViewContentPermissions(Page page)
           
 void Hierarchical.setParent(Page parent)
           
 void Hierarchical.addChild(Page child)
           
 void Hierarchical.removeChild(Page child)
           
 

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

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

Constructors in com.atlassian.confluence.event.events.content.page with parameters of type Page
PageCreateEvent(Object src, Page page)
           
PageEvent(Object src, Page page)
           
PageRemoveEvent(Object src, Page removedPage)
           
PageRestoreEvent(Object src, Page page)
           
PageTrashedEvent(Object src, Page trashedPage)
           
PageUpdateEvent(Object src, Page updatedPage)
           
PageUpdateEvent(Object src, Page updatedPage, Page originalPage)
           
PageUpdateEvent(Object src, Page updatedPage, AbstractPage originalPage, boolean minorEdit)
           
PageViewEvent(Object src, Page page)
           
 

Uses of Page in com.atlassian.confluence.importexport
 

Methods in com.atlassian.confluence.importexport with parameters of type Page
 boolean DefaultExportContext.isPageInExport(Page page, PageManager pageManager)
           
 boolean ExportContext.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 AbstractRendererExporterImpl.exportPage(Page page, String baseExportPath)
           
protected  void AbstractRendererExporterImpl.exportAttachedImages(Page page, String exportFolder)
           
protected  void AbstractRendererExporterImpl.exportPageAttachments(Page page, String exportFolder)
           
protected  void AbstractRendererExporterImpl.exportPageAttachments(Page page, String exportFolder, com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.AttachmentFilter filter)
           
protected  void HtmlExporter.exportPage(Page page, String baseExportPath)
          export page exports either a single page or, if context.exportChildren is set, the whole page hierarchy.
 

Uses of Page in com.atlassian.confluence.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 DefaultPageManager.getPage(long id)
           
 Page DefaultPageManager.getPage(String spaceKey, String pageTitle)
           
 Page Page.getParent()
           
 Page PageManager.getPage(long id)
          Retrieve the page with the given content ID.
 Page PageManager.getPage(String spaceKey, String pageTitle)
          Retrieve the latest version of a page by its space key and title.
 

Methods in com.atlassian.confluence.pages with parameters of type Page
 void ContentNode.setPage(Page page)
           
 List DefaultPageManager.getDescendents(Page page)
           
 void DefaultPageManager.updatePageInAncestorCollections(Page pageBeingUpdated, Page newParentPage)
           
 void DefaultPageManager.removePageFromAncestorCollections(Page page)
          Removes the page from the ancestor collection of every child page.
 Collection DefaultPageManager.getDescendentIds(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 Page.addChild(Page child)
           
 void Page.removeChild(Page child)
           
 List PageManager.getDescendents(Page page)
           
 void PageManager.updatePageInAncestorCollections(Page pageBeingUpdated, Page newParentPage)
           
 void PageManager.removePageFromAncestorCollections(Page page)
           
 Collection PageManager.getDescendentIds(Page page)
           
 

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 AbstractCreateAndEditPageAction.getParentPage()
           
 Page AbstractCreatePageAction.getFromPage()
           
 Page AbstractCreatePageAction.getPageToReturnToOnCancel()
           
 Page CopyPageAction.getPageToCopy()
           
 Page DirectoryViewListPagesAction.getOpenPage()
          page we want to view 'in hierarchy'
 Page ViewPreviousVersionsAction.getPreviousPage(Page page)
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type Page
 List ChildrenAction.getPermittedChildren(Page page)
           
 boolean ChildrenAction.hasPermittedChildren(Page page)
           
 String DirectoryViewListPagesAction.generateExpandNodeLinkForNonJSUsers(Page page)
           
 String DirectoryViewListPagesAction.generateCollapseNodeLinkForNonJSUsers(Page page)
           
 boolean DirectoryViewListPagesAction.hasPermittedChildren(Page page)
           
 List DirectoryViewListPagesAction.getPermittedChildren(Page 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.getPageById(long id)
           
 Page PageDao.getPage(String spaceKey, String pageTitle)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type Page
 List PageDao.getDescendents(Page page)
           
 List PageDao.getDescendentIds(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.getPageById(long id)
           
 Page HibernatePageDao.getPage(String spaceKey, String pageTitle)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type Page
 List HibernatePageDao.getDescendents(Page page)
           
 List HibernatePageDao.getDescendentIds(Page page)
           
 

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 DefaultSpaceManager.moveHierarchy(Page topPage, Page newParentPage, Space newSpace, User user, boolean moveChildren, List pagesToIndex)
           
 void Space.setHomePage(Page homePage)
           
 void SpaceManager.moveHierarchy(Page topPage, Page newParentPage, Space newSpace, User user, boolean moveChildren, List pagesToIndex)
          Moves a page and its hierarchy to a new parent page, space, or both.
 

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
 String ViewSpaceAction.getPageXHtmlContent(Page page)
           
 

Uses of Page in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util that return Page
static Page UATUtil.createPage(String title, String body)
           
static Page UATUtil.createOrphanPage(String title, String body, Space space)
           
static Page UATUtil.createPage(String title, String body, Space space)
           
 



Confluence is developed by Atlassian.