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

Packages that use AbstractPage
com.atlassian.confluence.content.service   
com.atlassian.confluence.content.service.blogpost   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.core   
com.atlassian.confluence.event.events.content.mail.notification   
com.atlassian.confluence.event.events.content.page   
com.atlassian.confluence.internal.pages   
com.atlassian.confluence.links   
com.atlassian.confluence.links.linktypes   
com.atlassian.confluence.mail   
com.atlassian.confluence.mail.notification   
com.atlassian.confluence.mail.notification.actions   
com.atlassian.confluence.mail.notification.persistence   
com.atlassian.confluence.mail.notification.persistence.dao.hibernate   
com.atlassian.confluence.mail.reports   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.pages.actions.beans   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.hibernate   
com.atlassian.confluence.plugin.descriptor.web   
com.atlassian.confluence.rpc.soap   
com.atlassian.confluence.rpc.soap.beans   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.themes   
com.atlassian.confluence.tinymceplugin.events   
com.atlassian.confluence.user.actions   
com.atlassian.confluence.user.notifications   
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.web.service   
 

Uses of AbstractPage in com.atlassian.confluence.content.service
 

Methods in com.atlassian.confluence.content.service with parameters of type AbstractPage
 Draft DraftService.createDraftForEditor(AbstractPage page)
          Deprecated. since 5.7. Not used, so no replacement.
 Draft DefaultDraftService.createDraftForEditor(AbstractPage page)
          Deprecated. 
 

Uses of AbstractPage in com.atlassian.confluence.content.service.blogpost
 

Methods in com.atlassian.confluence.content.service.blogpost that return AbstractPage
protected  AbstractPage CreateBlogPostCommandImpl.getContent()
           
 

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

Fields in com.atlassian.confluence.content.service.page declared as AbstractPage
protected  AbstractPage CreateAbstractPageCommandImpl.createdContent
          Will content the content created after executeInternal has successfully completed.
 

Methods in com.atlassian.confluence.content.service.page that return AbstractPage
protected  AbstractPage CreatePageCommandImpl.getContent()
           
protected abstract  AbstractPage CreateAbstractPageCommandImpl.getContent()
           
protected  AbstractPage CreateAbstractPageCommandImpl.getCreatedContent()
           
 

Uses of AbstractPage in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return AbstractPage
 AbstractPage PageContentEntityObject.getPage()
          Deprecated.  
 

Methods in com.atlassian.confluence.core with parameters of type AbstractPage
 void PageContentEntityObject.setPage(AbstractPage page)
          Deprecated.  
 

Uses of AbstractPage in com.atlassian.confluence.event.events.content.mail.notification
 

Methods in com.atlassian.confluence.event.events.content.mail.notification that return AbstractPage
 AbstractPage ContentNotificationEvent.getPage()
          Deprecated. since 5.3. Use NotificationEvent.getNotification() and Notification.getContent().
 

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

Methods in com.atlassian.confluence.event.events.content.page that return AbstractPage
 AbstractPage PageUpdateEvent.getOriginalPage()
           
 

Constructors in com.atlassian.confluence.event.events.content.page with parameters of type AbstractPage
PageUpdateEvent(Object src, Page updatedPage, AbstractPage originalPage, boolean suppressNotifications)
           
PageUpdateEvent(Object src, Page updatedPage, AbstractPage originalPage, boolean suppressNotifications, PageUpdateTrigger updateTrigger)
           
 

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

Methods in com.atlassian.confluence.internal.pages that return types with arguments of type AbstractPage
 PageResponse<AbstractPage> PageManagerInternal.getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)
          Returns pages and blog posts created on the specified date, that are in any of the given statuses, and also match the given predicate, limited to the page request.
 PageResponse<AbstractPage> PageManagerInternal.getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)
          Returns all content in the instance within any of the specified statuses, limited to the specified content types and the pagination request.
 PageResponse<AbstractPage> PageManagerInternal.getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)
          Returns all content in the space within any of the specified statuses and content types, limited to the pagination request.
 PageResponse<AbstractPage> PageManagerInternal.getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)
          Returns pages and blog posts that belong to the space, exactly match the given title, are in any of the specified statuses, and match the given predicate, limited to the pagination request.
 PageResponse<AbstractPage> PageManagerInternal.getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)
          Returns pages and blog posts that exactly match the given title, are in any of the specified statuses, and match the given predicate, limited to the pagination request.
 PageResponse<AbstractPage> PageManagerInternal.getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)
          Returns the pages and blog posts created on the given date, that also match the given predicate, limited to the page request.
 PageResponse<AbstractPage> PageManagerInternal.getAbstractPagesByTitle(String title, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)
          Returns all current pages and blog posts that exactly match the given title, that also match the given predicate, limited to the pagination request.
 

Uses of AbstractPage in com.atlassian.confluence.links
 

Methods in com.atlassian.confluence.links with parameters of type AbstractPage
 boolean OutgoingLink.isFrom(AbstractPage page)
          Is the link directed from a page, or from some of its contents (i.e.
 

Uses of AbstractPage in com.atlassian.confluence.links.linktypes
 

Fields in com.atlassian.confluence.links.linktypes declared as AbstractPage
protected  AbstractPage AbstractPageLink.destinationPage
           
 

Uses of AbstractPage in com.atlassian.confluence.mail
 

Method parameters in com.atlassian.confluence.mail with type arguments of type AbstractPage
 ChangeDigestReport ChangeDigestNotificationBean.getWatchedChangeReportForUser(com.atlassian.user.User user, List<? extends AbstractPage> pages)
          Gets a report of all pages and spaces changed that the user is watching
 

Uses of AbstractPage in com.atlassian.confluence.mail.notification
 

Methods in com.atlassian.confluence.mail.notification that return AbstractPage
 AbstractPage Notification.getPage()
          Deprecated. since 5.3. Use Notification.getContent() instead (and make no assumptions about what type of content is associated here)
 

Methods in com.atlassian.confluence.mail.notification with parameters of type AbstractPage
protected  Notification DefaultNotificationManager.addNotification(com.atlassian.user.User user, Space space, AbstractPage page)
          Adds a page or space notification for a user.
protected  Notification DefaultNotificationManager.addNotification(com.atlassian.user.User user, Space space, AbstractPage page, ContentTypeEnum type)
           
 Notification NotificationManager.addPageNotification(com.atlassian.user.User user, AbstractPage page)
          Deprecated. since 5.3. Use NotificationManager.addContentNotification(com.atlassian.user.User, com.atlassian.confluence.core.ContentEntityObject) instead.
 Notification DefaultNotificationManager.addPageNotification(com.atlassian.user.User user, AbstractPage page)
          Deprecated. since 5.3. Use DefaultNotificationManager.addContentNotification(com.atlassian.user.User, com.atlassian.confluence.core.ContentEntityObject) instead.
 Notification NotificationManager.getNotificationByUserAndPage(com.atlassian.user.User user, AbstractPage page)
          Deprecated. since 5.3. Use NotificationManager.getNotificationByUserAndContent(com.atlassian.user.User, com.atlassian.confluence.core.ContentEntityObject) instead.
 Notification DefaultNotificationManager.getNotificationByUserAndPage(com.atlassian.user.User user, AbstractPage page)
          Deprecated. since 5.3. Use DefaultNotificationManager.getNotificationByUserAndContent(com.atlassian.user.User, com.atlassian.confluence.core.ContentEntityObject) instead.
 List<Notification> NotificationManager.getNotificationsByPage(AbstractPage page)
          Deprecated. since 5.3. Use NotificationManager.getNotificationsByContent(com.atlassian.confluence.core.ContentEntityObject) instead.
 List<Notification> DefaultNotificationManager.getNotificationsByPage(AbstractPage page)
          Deprecated. since 5.3. Use DefaultNotificationManager.getNotificationsByContent(com.atlassian.confluence.core.ContentEntityObject) instead.
 boolean NotificationManager.isUserWatchingPageOrSpace(com.atlassian.user.User user, Space space, AbstractPage page)
          Returns true if: a) the user is watching the AbstractPage b) the user is watching the space, or c) the user is watching the contentType of the AbstractPage for the Space This method can be used to check if a user is watching a page directly or indirectly.
 boolean DefaultNotificationManager.isUserWatchingPageOrSpace(com.atlassian.user.User user, Space space, AbstractPage page)
           
 boolean Notification.matchesContentType(AbstractPage page)
          Returns true if this notification matches the type of the passed content object.
 void NotificationsSender.sendPageNotifications(AbstractPage page, NotificationData notificationData, ConversionContext conversionContext)
          Sends page based notifications.
 void DefaultNotificationsSender.sendPageNotifications(AbstractPage page, NotificationData notificationData, ConversionContext conversionContext)
           
 void Notification.setPage(AbstractPage page)
          Deprecated. since 5.3. Use @setContent instead.
 

Uses of AbstractPage in com.atlassian.confluence.mail.notification.actions
 

Methods in com.atlassian.confluence.mail.notification.actions that return AbstractPage
 AbstractPage ListWatchersAction.getPage()
           
 

Methods in com.atlassian.confluence.mail.notification.actions with parameters of type AbstractPage
 void ListWatchersAction.setPage(AbstractPage page)
           
 

Uses of AbstractPage in com.atlassian.confluence.mail.notification.persistence
 

Methods in com.atlassian.confluence.mail.notification.persistence with parameters of type AbstractPage
 Notification NotificationDao.findNotificationByUserAndPage(com.atlassian.user.User user, AbstractPage page)
          Deprecated. since 5.3. Use NotificationDao.findNotificationByUserAndContent(com.atlassian.user.User, com.atlassian.confluence.core.ContentEntityObject) instead.
 List<Notification> NotificationDao.findNotificationsByPage(AbstractPage Page)
          Deprecated. since 5.3. Use NotificationDao.findNotificationsByContent(com.atlassian.confluence.core.ContentEntityObject) instead.
 

Uses of AbstractPage in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.mail.notification.persistence.dao.hibernate with parameters of type AbstractPage
 Notification HibernateNotificationDao.findNotificationByUserAndPage(com.atlassian.user.User user, AbstractPage page)
           
 List<Notification> HibernateNotificationDao.findNotificationsByPage(AbstractPage page)
           
 

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

Methods in com.atlassian.confluence.mail.reports that return AbstractPage
 AbstractPage PageReport.getPage()
           
 

Constructors in com.atlassian.confluence.mail.reports with parameters of type AbstractPage
PageReport(AbstractPage page, ChangeDigestReport report)
           
 

Uses of AbstractPage in com.atlassian.confluence.pages
 

Subclasses of AbstractPage in com.atlassian.confluence.pages
 class BlogPost
           
 class Page
          Represents a Page within Confluence.
 

Methods in com.atlassian.confluence.pages that return AbstractPage
 AbstractPage PageManager.getAbstractPage(long id)
          Retrieve the AbstractPage subclass with the given content ID.
 AbstractPage DefaultPageManager.getAbstractPage(long id)
           
 AbstractPage DefaultPageManager.getById(long id)
          Override default implementation to explicitly return an AbstractPage.
 AbstractPage AbstractPage.getLatestVersion()
          Get the latest, current version of this versioned object.
 AbstractPage AbstractPage.getOriginalVersionPage()
          if this page is a historical version, then this method returns the current/latest version of this page if this page is the latest version, then this returns null this method name should really be refactored to getCurrentVersionOfPage()
 AbstractPage Comment.getPage()
          Deprecated. since 4.0. Please use Comment.getOwner() instead.
 AbstractPage PageManager.getPageByVersion(AbstractPage mostRecentPage, int version)
          returns the historical version of a page
 AbstractPage DefaultPageManager.getPageByVersion(AbstractPage mostRecentPage, int version)
           
 

Methods in com.atlassian.confluence.pages that return types with arguments of type AbstractPage
 PageResponse<AbstractPage> DefaultPageManager.getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)
           
 List<AbstractPage> PageManager.getAbstractPages(Iterable<Long> ids)
          Retrieve a collection of the AbstractPage subclass with the given content IDs.
 List<AbstractPage> DefaultPageManager.getAbstractPages(Iterable<Long> ids)
           
 PageResponse<AbstractPage> DefaultPageManager.getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)
           
 PageResponse<AbstractPage> DefaultPageManager.getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)
           
 PageResponse<AbstractPage> DefaultPageManager.getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)
           
 PageResponse<AbstractPage> DefaultPageManager.getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)
           
 PageResponse<AbstractPage> DefaultPageManager.getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)
           
 PageResponse<AbstractPage> DefaultPageManager.getAbstractPagesByTitle(String title, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)
           
 List<AbstractPage> AlternativePagesLocator.getBlogsInOtherSpaces()
          Returns blog posts in other spaces that have or had the required title.
 List<AbstractPage> AlternativePagesLocator.getPagesInOtherSpaces()
          Returns pages in other spaces that have or had the required title the page may have been moved and potentially renamed.
 List<AbstractPage> AlternativePagesLocator.getPagesWithSimilarTitleInSpace()
          Returns pages in the space that have similar titles to the one requested.
 List<AbstractPage> PageManager.getPossibleBlogRedirectsInSpace(Space space, String blogTitle, int maxResultCount)
          Searches for blogs in the space specified, looking for those that have the given title in a previous version.
 List<AbstractPage> DefaultPageManager.getPossibleBlogRedirectsInSpace(Space space, String blogTitle, int maxResultCount)
           
 List<AbstractPage> PageManager.getPossibleBlogRedirectsNotInSpace(Space space, String blogTitle, int maxResultCount)
          Searches for pages in all spaces except the one specified, looking for those that have the given title in a previous version.
 List<AbstractPage> DefaultPageManager.getPossibleBlogRedirectsNotInSpace(Space space, String blogTitle, int maxResultCount)
           
 List<AbstractPage> DefaultPageManager.getPossibleRedirectsForSpace(Space space, String pageTitle)
           
 List<AbstractPage> PageManager.getPossibleRedirectsInSpace(Space space, String pageTitle, int maxResultCount)
          Searches for pages in the space specified, looking for those that have the given title in a previous version.
 List<AbstractPage> DefaultPageManager.getPossibleRedirectsInSpace(Space space, String pageTitle, int maxResultCount)
           
 List<AbstractPage> PageManager.getPossibleRedirectsNotInSpace(Space space, String pageTitle, int maxResultCount)
          Searches for pages in all spaces except the one specified, looking for those that have the given title in a previous version.
 List<AbstractPage> DefaultPageManager.getPossibleRedirectsNotInSpace(Space space, String pageTitle, int maxResultCount)
           
 List<AbstractPage> AlternativePagesLocator.getPossiblesInTrash()
          Returns any pages in Trash with the given space and title.
 List<AbstractPage> AlternativePagesLocator.getRenamedPagesInSpace()
          Returns pages in the space that had the required title but have been renamed.
 

Methods in com.atlassian.confluence.pages with parameters of type AbstractPage
 Comment DefaultCommentManager.addCommentToPage(AbstractPage page, Comment parent, String content)
           
 Comment CommentManager.addCommentToPage(AbstractPage page, Comment parent, String content)
          Deprecated. 
 Draft DraftManager.createDraftForPage(AbstractPage page, String username)
          Deprecated. since 5.7. No replacement.
 Draft DefaultDraftManager.createDraftForPage(AbstractPage page, String username)
          Deprecated. 
 AbstractPage PageManager.getPageByVersion(AbstractPage mostRecentPage, int version)
          returns the historical version of a page
 AbstractPage DefaultPageManager.getPageByVersion(AbstractPage mostRecentPage, int version)
           
 void PageManager.renamePage(AbstractPage page, String newPageTitle)
          Call this function if you want to rename the page only.
 void DefaultPageManager.renamePage(AbstractPage page, String newPageTitle)
           
 void PageManager.renamePageWithoutNotifications(AbstractPage page, String newPageTitle)
          Call this function if you want to rename the page only, and don't want notifications generated.
 void DefaultPageManager.renamePageWithoutNotifications(AbstractPage page, String newPageTitle)
           
 void PageManager.restorePage(AbstractPage page)
          Restores a trashed page, effectively moving it out of the trash and promoting it back to being normal page.
 void DefaultPageManager.restorePage(AbstractPage page)
           
 void AbstractPage.setOriginalVersionPage(AbstractPage originalVersionPage)
           
 void Comment.setPage(AbstractPage page)
          Deprecated. Since 3.3 Use Comment.setContainer(ContentEntityObject)
 void PageManager.trashPage(AbstractPage page)
           
 void DefaultPageManager.trashPage(AbstractPage page)
           
 

Constructors in com.atlassian.confluence.pages with parameters of type AbstractPage
TinyUrl(AbstractPage page)
           
 

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

Fields in com.atlassian.confluence.pages.actions declared as AbstractPage
protected  AbstractPage AbstractDiffPagesAction.originalPage
           
 

Methods in com.atlassian.confluence.pages.actions that return AbstractPage
 AbstractPage RemoveHistoricalVersionAction.getLatestVersion()
           
 AbstractPage AbstractDiffPagesAction.getLatestVersion()
           
 AbstractPage ViewChangesSinceLastLoginAction.getOriginalPage()
           
 AbstractPage ViewChangesSinceLastEditAction.getOriginalPage()
           
 AbstractPage DiffPagesByVersionAction.getOriginalPage()
           
 AbstractPage DiffPagesAction.getOriginalPage()
           
 AbstractPage AbstractEditPageAction.getOriginalPage()
          Deprecated. since 5.3. This hasn't been used for a long time.
abstract  AbstractPage AbstractDiffPagesAction.getOriginalPage()
           
 AbstractPage ViewPageAttachmentsAction.getPage()
           
 AbstractPage PageNotPermittedAction.getPage()
           
 AbstractPage PageAware.getPage()
           
 AbstractPage BreadcrumbAction.getPage()
           
 AbstractPage AbstractPageAwareAction.getPage()
           
protected  AbstractPage CreatePageAction.getPageToCreate()
           
protected  AbstractPage CreateBlogPostAction.getPageToCreate()
           
protected abstract  AbstractPage AbstractCreatePageAction.getPageToCreate()
           
 AbstractPage AbstractPageAction.getPreviousVersion(int version)
           
 AbstractPage DiffPagesByVersionAction.getRevisedPage()
           
 AbstractPage AbstractDiffPagesAction.getRevisedPage()
           
 

Methods in com.atlassian.confluence.pages.actions that return types with arguments of type AbstractPage
 List<AbstractPage> PageNotFoundAction.getPossibleAlternativesElsewhere()
           
 List<AbstractPage> PageNotFoundAction.getPossibleAlternativesInSpace()
           
 List<AbstractPage> PageNotFoundAction.getPossibleAlternativesInSpaceSearch()
           
 List<AbstractPage> PageNotFoundAction.getPossibleAlternativesInTrash()
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type AbstractPage
 long ViewPageAction.getPageIdOfVersionAfter(AbstractPage page)
           
 long AbstractDiffPagesAction.getPageIdOfVersionAfter(AbstractPage page)
           
 long ViewPageAction.getPageIdOfVersionBefore(AbstractPage page)
           
 long AbstractDiffPagesAction.getPageIdOfVersionBefore(AbstractPage page)
           
 String HandleNameConflictsAction.getTextBoxName(AbstractPage page)
           
 boolean ViewPageAction.hasNextVersion(AbstractPage page)
           
 boolean AbstractDiffPagesAction.hasNextVersion(AbstractPage page)
           
 boolean ViewPageAction.hasPreviousVersion(AbstractPage page)
           
 boolean AbstractDiffPagesAction.hasPreviousVersion(AbstractPage page)
           
 void ViewPageAttachmentsAction.setPage(AbstractPage page)
           
 void PageNotPermittedAction.setPage(AbstractPage page)
           
 void PageAware.setPage(AbstractPage page)
          IOC method for setting the page on the action.
 void BreadcrumbAction.setPage(AbstractPage page)
           
 void AbstractPageAwareAction.setPage(AbstractPage page)
           
 void AbstractEditPageAction.setPage(AbstractPage page)
           
 

Uses of AbstractPage in com.atlassian.confluence.pages.actions.beans
 

Methods in com.atlassian.confluence.pages.actions.beans with parameters of type AbstractPage
 List<OutgoingLink> PageIncomingLinks.getIncomingLinks(AbstractPage page, com.atlassian.user.User user)
           
 List SuggestedLabels.getSuggestedLabelsForPage(AbstractPage page, com.atlassian.user.User user)
           
 Attachment AttachmentBean.retrieveMatchingAttachment(AbstractPage page, AttachmentManager attachmentManager)
           
 

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

Methods in com.atlassian.confluence.pages.persistence.dao that return AbstractPage
 AbstractPage AbstractPageDao.getAbstractPageById(long id)
          Retrieves an AbstractPage for the specified id
 

Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type AbstractPage
 List<AbstractPage> PageDao.findBlogsWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(String blogTitle, Space space, int maxResultCount)
          Searches for blog posts in all spaces except the one specified, looking for those that have the given title in a current or previous version, and returns the first maxResultCount results.
 List<AbstractPage> PageDao.findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(String blogTitle, Space space, int maxResultCount)
          Searches for blogs in the space specified, looking for those that have the given title in a previous version, and returns the first maxResultCount results.
 List<AbstractPage> PageDao.findBlogsWithHistoricalTitleInPermittedSpace(String blogTitle, Space space, int maxResultCount)
          Deprecated. since 5.6.1. Use PageDao.findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(String, com.atlassian.confluence.spaces.Space, int)
 List<AbstractPage> PageDao.findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(String pageTitle, Space space, int maxResultCount)
          Searches for pages in all spaces except the one specified, looking for those that have the given title in a previous version, and returns the first maxResultCount results.
 List<AbstractPage> PageDao.findPagesWithCurrentOrHistoricalTitleInPermittedSpace(String pageTitle, Space space, int maxResultCount)
          Searches for pages in the space specified, looking for those that have the given title in a previous version, and returns the first maxResultCount results.
 List<AbstractPage> PageDao.findPagesWithHistoricalTitleInAllPermittedSpacesExcept(String pageTitle, Space space, int maxResultCount)
          Deprecated. since 5.6.1. Use PageDao.findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(String, com.atlassian.confluence.spaces.Space, int)
 List<AbstractPage> PageDao.findPagesWithHistoricalTitleInPermittedSpace(String pageTitle, Space space, int maxResultCount)
          Deprecated. since 5.6.1. Use PageDao.findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(String, com.atlassian.confluence.spaces.Space, int)
 List<AbstractPage> AbstractPageDao.getAbstractPageByIds(Iterable<Long> ids)
          Retrieves a list of AbstractPage for the list of id
 PageResponse<AbstractPage> PageDao.getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
          Returns the abstract pages created on the given date and are in the , that also match the given filter, limited to the page request.
 PageResponse<AbstractPage> PageDao.getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
          Retrieves a page response of all pages found in this instance of Confluence, within any of the given statuses.
 PageResponse<AbstractPage> PageDao.getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
          Retrieves a page response for all content (pages and/or blog posts) in the given space, within any of the specified statuses and content types.
 PageResponse<AbstractPage> PageDao.getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
          Returns the abstract pages from a space that exactly match the given title and are in any of the specified statuses, and match the given filter, limited to the pagination request.
 PageResponse<AbstractPage> PageDao.getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
          Returns the abstract pages that exactly match the given title, are in any of the specified statuses, and match the given filter, limited to the pagination request.
 PageResponse<AbstractPage> PageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
          Returns the abstract pages created on the given date, that also match the given filter, limited to the page request.
 PageResponse<AbstractPage> PageDao.getAbstractPagesByTitle(String title, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
          Returns the abstract pages that exactly match the given title, limited to the pagination request.
 

Method parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type AbstractPage
 PageResponse<AbstractPage> PageDao.getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
          Returns the abstract pages created on the given date and are in the , that also match the given filter, limited to the page request.
 PageResponse<AbstractPage> PageDao.getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
          Retrieves a page response of all pages found in this instance of Confluence, within any of the given statuses.
 PageResponse<AbstractPage> PageDao.getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
          Retrieves a page response for all content (pages and/or blog posts) in the given space, within any of the specified statuses and content types.
 PageResponse<AbstractPage> PageDao.getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
          Returns the abstract pages from a space that exactly match the given title and are in any of the specified statuses, and match the given filter, limited to the pagination request.
 PageResponse<AbstractPage> PageDao.getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
          Returns the abstract pages that exactly match the given title, are in any of the specified statuses, and match the given filter, limited to the pagination request.
 PageResponse<AbstractPage> PageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
          Returns the abstract pages created on the given date, that also match the given filter, limited to the page request.
 PageResponse<AbstractPage> PageDao.getAbstractPagesByTitle(String title, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
          Returns the abstract pages that exactly match the given title, limited to the pagination request.
 

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

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return AbstractPage
 AbstractPage HibernateAbstractPageDao.getAbstractPageById(long id)
          Returns a Page or BlogPost depending on whether a page id or blog post id is specified.
protected  AbstractPage HibernateAbstractPageDao.getByClassId(long id)
           
 

Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type AbstractPage
 List<AbstractPage> HibernatePageDao.findBlogsWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(String blogTitle, Space space, int maxResultCount)
           
 List<AbstractPage> CachingPageDao.findBlogsWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(String blogTitle, Space space, int maxResultCount)
           
 List<AbstractPage> HibernatePageDao.findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(String blogTitle, Space space, int maxResultCount)
           
 List<AbstractPage> CachingPageDao.findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(String blogTitle, Space space, int maxResultCount)
           
 List<AbstractPage> HibernatePageDao.findBlogsWithHistoricalTitleInPermittedSpace(String blogTitle, Space space, int maxResultCount)
          Deprecated. 
 List<AbstractPage> CachingPageDao.findBlogsWithHistoricalTitleInPermittedSpace(String blogTitle, Space space, int maxResultCount)
          Deprecated. 
 List<AbstractPage> HibernatePageDao.findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(String pageTitle, Space space, int maxResultCount)
           
 List<AbstractPage> CachingPageDao.findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(String pageTitle, Space space, int maxResultCount)
           
 List<AbstractPage> HibernatePageDao.findPagesWithCurrentOrHistoricalTitleInPermittedSpace(String pageTitle, Space space, int maxResultCount)
           
 List<AbstractPage> CachingPageDao.findPagesWithCurrentOrHistoricalTitleInPermittedSpace(String pageTitle, Space space, int maxResultCount)
           
 List<AbstractPage> HibernatePageDao.findPagesWithHistoricalTitleInAllPermittedSpacesExcept(String pageTitle, Space space, int maxResultCount)
          Deprecated. 
 List<AbstractPage> CachingPageDao.findPagesWithHistoricalTitleInAllPermittedSpacesExcept(String pageTitle, Space space, int maxResultCount)
          Deprecated. 
 List<AbstractPage> HibernatePageDao.findPagesWithHistoricalTitleInPermittedSpace(String pageTitle, Space space, int maxResultCount)
          Deprecated. 
 List<AbstractPage> CachingPageDao.findPagesWithHistoricalTitleInPermittedSpace(String pageTitle, Space space, int maxResultCount)
          Deprecated. 
 List<AbstractPage> HibernateAbstractPageDao.getAbstractPageByIds(Iterable<Long> ids)
           
 PageResponse<AbstractPage> HibernatePageDao.getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> CachingPageDao.getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> HibernatePageDao.getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> CachingPageDao.getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> HibernatePageDao.getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> CachingPageDao.getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> HibernatePageDao.getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> CachingPageDao.getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> HibernatePageDao.getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> CachingPageDao.getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> HibernatePageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> CachingPageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> HibernatePageDao.getAbstractPagesByTitle(String title, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> CachingPageDao.getAbstractPagesByTitle(String title, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 

Method parameters in com.atlassian.confluence.pages.persistence.dao.hibernate with type arguments of type AbstractPage
 PageResponse<AbstractPage> HibernatePageDao.getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> CachingPageDao.getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> HibernatePageDao.getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> CachingPageDao.getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> HibernatePageDao.getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> CachingPageDao.getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> HibernatePageDao.getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> CachingPageDao.getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> HibernatePageDao.getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> CachingPageDao.getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> HibernatePageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> CachingPageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> HibernatePageDao.getAbstractPagesByTitle(String title, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 PageResponse<AbstractPage> CachingPageDao.getAbstractPagesByTitle(String title, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)
           
 

Uses of AbstractPage in com.atlassian.confluence.plugin.descriptor.web
 

Methods in com.atlassian.confluence.plugin.descriptor.web that return AbstractPage
 AbstractPage WebInterfaceContext.getPage()
          Returns the page related to the web interface state, or null if there is no page.
 AbstractPage DefaultWebInterfaceContext.getPage()
           
 AbstractPage WebInterfaceContext.getParentPage()
          Returns the parent page related to the web interface state, or null if there is no parent page.
 AbstractPage DefaultWebInterfaceContext.getParentPage()
           
 

Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type AbstractPage
 void DefaultWebInterfaceContext.setPage(AbstractPage page)
           
 

Uses of AbstractPage in com.atlassian.confluence.rpc.soap
 

Methods in com.atlassian.confluence.rpc.soap with parameters of type AbstractPage
static RemotePageHistory[] SoapUtils.getPageHistory(AbstractPage page, PageManager pageManager)
           
 

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

Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type AbstractPage
AbstractRemotePageSummary(AbstractPage page)
           
RemoteBlogEntrySummary(AbstractPage page)
           
 

Uses of AbstractPage in com.atlassian.confluence.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services that return AbstractPage
 AbstractPage SoapServiceHelperImpl.retrieveAbstractPage(long abstractPageId)
          Retrieves a given page, and throws RemoteException if the page is not found or the user has no view perm.
 AbstractPage SoapServiceHelper.retrieveAbstractPage(long pageId)
           
 

Methods in com.atlassian.confluence.rpc.soap.services with parameters of type AbstractPage
 void SoapServiceHelperImpl.assertCanModify(AbstractPage page)
           
 void SoapServiceHelper.assertCanModify(AbstractPage page)
           
 void SoapServiceHelperImpl.assertCanRemove(AbstractPage page)
          Throw an exception if the user can't remove the given page.
 void SoapServiceHelper.assertCanRemove(AbstractPage page)
           
 void SoapServiceHelperImpl.assertCanView(AbstractPage page)
           
 void SoapServiceHelper.assertCanView(AbstractPage page)
           
 

Uses of AbstractPage in com.atlassian.confluence.themes
 

Methods in com.atlassian.confluence.themes that return AbstractPage
 AbstractPage GlobalHelper.getPage()
           
 

Uses of AbstractPage in com.atlassian.confluence.tinymceplugin.events
 

Methods in com.atlassian.confluence.tinymceplugin.events that return AbstractPage
 AbstractPage SectionMacroCreatedEvent.getPage()
           
 AbstractPage LayoutCreatedEvent.getPage()
           
 

Constructors in com.atlassian.confluence.tinymceplugin.events with parameters of type AbstractPage
Layout2CreatedEvent(String layoutType, AbstractPage page, int cells, int rows)
           
LayoutCreatedEvent(String layoutType, AbstractPage page)
           
SectionMacroCreatedEvent(AbstractPage page)
           
 

Uses of AbstractPage in com.atlassian.confluence.user.actions
 

Methods in com.atlassian.confluence.user.actions that return AbstractPage
 AbstractPage FindRestrictableEntitiesAction.getPage()
           
 AbstractPage EditNotificationsAction.getPage()
           
 

Methods in com.atlassian.confluence.user.actions with parameters of type AbstractPage
 void FindRestrictableEntitiesAction.setPage(AbstractPage page)
           
 void EditNotificationsAction.setPage(AbstractPage page)
           
 

Uses of AbstractPage in com.atlassian.confluence.user.notifications
 

Constructors in com.atlassian.confluence.user.notifications with parameters of type AbstractPage
AddWatchLink(AbstractPage page)
          Create a link to represent adding a watch on a page
 

Uses of AbstractPage in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util that return AbstractPage
static AbstractPage GeneralUtil.getParentPageOrBlog(Contained content)
          returns the page or blog that the content is attached to, or null if it is not attached to a page or blog.
 

Methods in com.atlassian.confluence.util with parameters of type AbstractPage
static String GeneralUtil.customGetPageUrl(AbstractPage page)
          Need a special case of generalutils getpageurl that appends ? or ampersand smartly this is used to prefix url parameters that are appended after this path like: showcomments=true#addcomment
static String GeneralUtil.getIdBasedPageUrl(AbstractPage page)
          Get page URL that is id based (i.e.
static String GeneralUtil.getPageUrl(AbstractPage page)
           
 

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

Methods in com.atlassian.confluence.util.breadcrumbs with parameters of type AbstractPage
 Breadcrumb DefaultBreadcrumbGenerator.getContentActionBreadcrumb(com.opensymphony.xwork.Action action, Space space, AbstractPage page, DisplayableLabel label)
           
 Breadcrumb BreadcrumbGenerator.getContentActionBreadcrumb(com.opensymphony.xwork.Action action, Space space, AbstractPage page, DisplayableLabel label)
          Returns an appropriate breadcrumb for the given action, space, page and label.
 Breadcrumb DefaultBreadcrumbGenerator.getContentBreadcrumb(Space space, AbstractPage page)
           
 Breadcrumb BreadcrumbGenerator.getContentBreadcrumb(Space space, AbstractPage page)
          Returns an appropriate breadcrumb for a page or blogpost
 Breadcrumb DefaultBreadcrumbGenerator.getContentDetailActionBreadcrumb(com.opensymphony.xwork.Action action, Space space, AbstractPage page)
          Breadcrumb for the "detail" pages of a Page/Blog, like Info, Attachments or History.
 Breadcrumb BreadcrumbGenerator.getContentDetailActionBreadcrumb(com.opensymphony.xwork.Action action, Space space, AbstractPage page)
          Breadcrumb for the "detail" pages of a Page/Blog, like Info, Attachments or History.
 

Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type AbstractPage
ContentActionBreadcrumb(com.opensymphony.xwork.Action action, Space space, AbstractPage page, DisplayableLabel label, Breadcrumb spaceOperationsBreadcrumb)
           
 

Uses of AbstractPage in com.atlassian.confluence.web.service
 

Methods in com.atlassian.confluence.web.service that return AbstractPage
 AbstractPage WebContextFactoryImpl.GhettoHelper.getPage()
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.