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.event.events.content.page   
com.atlassian.confluence.importexport   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.mail.notification.listeners   
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.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
 String HtmlExportHrefEvaluator.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
 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
AttachmentResourceIdentifierResolver(ResourceIdentifierResolver<PageResourceIdentifier,Page> pageResourceResolver, ResourceIdentifierResolver<BlogPostResourceIdentifier,BlogPost> blogPostResourceResolver, ResourceIdentifierResolver<DraftResourceIdentifier,Draft> draftResourceResolver, AttachmentManager attachmentManager)
           
 

Uses of Page in com.atlassian.confluence.content.render.xhtml.view.link
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.view.link with type arguments of type 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()
           
 

Methods in com.atlassian.confluence.content.service.page with parameters of type Page
 boolean MovePageCommandHelper.childPageTitleAlreadyExists(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
 String PageUiSupport.getContentTypeI18NKey(Page content)
           
 String PageUiSupport.getIconCssClass(Page content)
           
 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
 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.
 List<Page> ContentPermissionManager.getPermittedChildren(Page page, com.atlassian.user.User user)
           
 

Methods in com.atlassian.confluence.core with parameters of type Page
 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.
 List<Page> ContentPermissionManager.getPermittedChildren(Page page, com.atlassian.user.User user)
           
 Set<ContentPermission> DefaultContentPermissionManager.getViewContentPermissions(Page page)
           
 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.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(Object src, Page parentPage, List oldSortedChildren, List newSortedChildren, com.atlassian.user.User user)
           
PageCreateEvent(Object src, Page page)
           
PageEvent(Object src, Page page)
           
PageInfoViewEvent(Object src, Page page)
           
PageMoveEvent(Object src, Page movedPage, Space oldSpace, Page oldParentPage, Integer oldPosition, com.atlassian.user.User theMover)
           
PageMoveEvent(Object src, Page movedPage, Space oldSpace, Page oldParentPage, Integer oldPosition, com.atlassian.user.User theMover, boolean movedBecauseOfParent)
           
PageRemoveEvent(Object src, Page removedPage)
           
PageRestoreEvent(Object src, Page page)
           
PageTrashedEvent(Object src, Page trashedPage, com.atlassian.user.User trasher)
           
PageUpdateEvent(Object src, Page updatedPage)
           
PageUpdateEvent(Object src, Page updatedPage, AbstractPage originalPage, boolean minorEdit)
           
PageUpdateEvent(Object src, Page updatedPage, AbstractPage originalPage, boolean minorEdit, PageUpdateTrigger updateTrigger)
           
PageUpdateEvent(Object src, Page updatedPage, Page originalPage)
           
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 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
 String AbstractRendererExporterImpl.ContentConverter.convertToXHtml(Page page)
           
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.
protected  void AbstractRendererExporterImpl.exportPage(Page page, String baseExportPath)
           
 

Uses of Page in com.atlassian.confluence.mail.notification.listeners
 

Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type Page
protected static boolean PageNotificationsListener.pagesEqual(Page oldParentPage, Page newParentPage)
           
 

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(String spaceKey, String pageTitle)
          Retrieve the latest version of a page by its space key and title.
 Page DefaultPageManager.getPage(String spaceKey, String pageTitle)
           
 Page PageManager.getPage(String spaceKey, String pageTitle, boolean eagerLoadComments)
          Deprecated. since 3.0, use PageManager.getPageWithComments(String, String) instead.
 Page DefaultPageManager.getPage(String spaceKey, String pageTitle, boolean eagerLoadComments)
          Deprecated. 
 Page PageManager.getPageWithComments(String spaceKey, String pageTitle)
          Retrieve the latest version of a page by its space key and title.
 Page DefaultPageManager.getPageWithComments(String spaceKey, String pageTitle)
           
 Page Page.getParent()
           
 

Methods in com.atlassian.confluence.pages that return types with arguments of type Page
 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.getDescendents()
           
 List<Page> ContentTree.getPages()
           
 List<Page> PageManager.getPages(Space space, boolean currentOnly)
           
 List<Page> DefaultPageManager.getPages(Space space, boolean currentOnly)
           
 List<Page> Page.getSortedChildren()
           
 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.
 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)
           
 Collection PageManager.getDescendentIds(Page page)
           
 Collection DefaultPageManager.getDescendentIds(Page page)
           
 List PageManager.getDescendents(Page page)
           
 List DefaultPageManager.getDescendents(Page 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.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, List<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, List<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(List<Page> ancestors)
          This should only ever be set by Hibernate.
 void Page.setChildren(List<Page> children)
           
 

Constructors in com.atlassian.confluence.pages with parameters of type Page
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
 List<Page> ReorderPageDialogAction.getChildren()
           
 List<Page> ListOrphanedPagesAction.getItems()
           
 List<Page> EditCommentAction.getPermittedChildren()
           
 List<Page> ChildrenAction.getPermittedChildren()
           
 List<Page> AbstractPageAction.getPermittedChildren()
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type Page
 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, String pageTitle)
          Get the page by space and title.
 Page PageDao.getPage(String spaceKey, String pageTitle)
          Deprecated. since 3.0, use PageDao.getPage(Space, String)
 Page PageDao.getPage(String spaceKey, 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, 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
 List<Page> PageDao.findPagesWithHistoricalTitle(String pageTitle)
          Deprecated. since 3.1. Use #findPagesWithHistoricalTitleInPermittedSpace or #findPagesWithHistoricalTitleInAllPermittedSpacesExcept .
 List<Page> PageDao.getDescendents(Page page)
           
 List<Page> PageDao.getOrphanedPages(String spaceKey)
           
 List<Page> PageDao.getPageInTrash(String spaceKey, String title)
           
 List<Page> PageDao.getPages(Space space, boolean currentOnly)
           
 Collection<Page> PageDao.getPagesByIds(Collection<Long> ids)
          Get the pages with the given ids.
 List<Page> PageDao.getPagesCreatedOrUpdatedSinceDate(Date previousLoginDate)
           
 List<Page> PageDao.getPagesStartingWith(Space space, String s)
           
 List<Page> PageDao.getPermissionPages(Space space)
           
 List<Page> PageDao.getRecentlyAddedPages(int maxCount, String spaceKey)
           
 List<Page> PageDao.getRecentlyAuthoredPagesByUser(String username, int maxCount)
           
 List<Page> PageDao.getRecentlyUpdatedPages(int maxCount, String spaceKey)
           
 List<Page> PageDao.getTopLevelPages(Space space)
           
 List<Page> PageDao.getUndefinedPages(String spaceKey)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type Page
 List<Long> PageDao.getDescendentIds(Page page)
           
 List<Page> PageDao.getDescendents(Page page)
           
 Integer PageDao.getMaxSiblingPosition(Page page)
          Gets the highest position value of all the page's siblings.
 

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, String pageTitle)
           
 Page CachingPageDao.getPage(Space space, String pageTitle)
           
 Page HibernatePageDao.getPage(Space space, String pageTitle, boolean eagerLoadComments)
           
 Page HibernatePageDao.getPage(String spaceKey, String pageTitle)
          Deprecated. 
 Page CachingPageDao.getPage(String spaceKey, String pageTitle)
          Deprecated. 
 Page HibernatePageDao.getPage(String spaceKey, String pageTitle, boolean eagerLoadComments)
          Deprecated. 
 Page CachingPageDao.getPage(String spaceKey, 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, String pageTitle)
           
 Page CachingPageDao.getPageWithComments(Space space, String pageTitle)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type Page
 List<Page> CachingPageDao.findPagesWithHistoricalTitle(String pageTitle)
           
 List<Page> HibernatePageDao.getDescendents(Page page)
           
 List<Page> CachingPageDao.getDescendents(Page page)
           
 List<Page> HibernatePageDao.getOrphanedPages(String spaceKey)
           
 List<Page> CachingPageDao.getOrphanedPages(String spaceKey)
           
 List<Page> HibernatePageDao.getPageInTrash(String spaceKey, String title)
           
 List<Page> CachingPageDao.getPageInTrash(String spaceKey, String title)
           
 List<Page> HibernatePageDao.getPages(Space space, boolean currentOnly)
           
 List<Page> CachingPageDao.getPages(Space space, boolean currentOnly)
           
 Collection<Page> HibernatePageDao.getPagesByIds(Collection<Long> ids)
           
 Collection<Page> CachingPageDao.getPagesByIds(Collection<Long> ids)
          Get the pages with the given ids.
 List<Page> HibernatePageDao.getPagesCreatedOrUpdatedSinceDate(Date previousLoginDate)
           
 List<Page> CachingPageDao.getPagesCreatedOrUpdatedSinceDate(Date previousLoginDate)
           
 List<Page> HibernatePageDao.getPagesStartingWith(Space space, String s)
           
 List<Page> CachingPageDao.getPagesStartingWith(Space space, String s)
           
 List<Page> HibernatePageDao.getPermissionPages(Space space)
           
 List<Page> CachingPageDao.getPermissionPages(Space space)
           
 List<Page> HibernatePageDao.getRecentlyAddedPages(int maxCount, String spaceKey)
           
 List<Page> CachingPageDao.getRecentlyAddedPages(int maxCount, String spaceKey)
           
 List<Page> HibernatePageDao.getRecentlyAuthoredPagesByUser(String username, int maxCount)
           
 List<Page> CachingPageDao.getRecentlyAuthoredPagesByUser(String username, int maxCount)
           
 List<Page> HibernatePageDao.getRecentlyUpdatedPages(int maxCount, String spaceKey)
           
 List<Page> CachingPageDao.getRecentlyUpdatedPages(int maxCount, String spaceKey)
           
 List<Page> HibernatePageDao.getTopLevelPages(Space space)
           
 List<Page> CachingPageDao.getTopLevelPages(Space space)
           
 List<Page> HibernatePageDao.getUndefinedPages(String spaceKey)
           
 List<Page> CachingPageDao.getUndefinedPages(String spaceKey)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type Page
 List<Long> HibernatePageDao.getDescendentIds(Page page)
           
 List<Long> CachingPageDao.getDescendentIds(Page page)
           
 List<Page> HibernatePageDao.getDescendents(Page page)
           
 List<Page> CachingPageDao.getDescendents(Page page)
           
 Integer HibernatePageDao.getMaxSiblingPosition(Page page)
           
 Integer CachingPageDao.getMaxSiblingPosition(Page page)
           
 void PageIdCache.put(Page page)
           
 void PageIdCache.remove(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(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.
 Page SoapServiceHelper.retrievePage(String spaceKey, 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
 String SystemTemplateManagerImpl.getTemplate(String templateKey, List<Variable> vars, Page page)
           
 String SystemTemplateManager.getTemplate(String templateKey, 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
 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, List<Variable> vars, 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
 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
 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-2013 Atlassian. All Rights Reserved.