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

Packages that use AbstractPage
com.atlassian.confluence.core   
com.atlassian.confluence.event.events.content.page   
com.atlassian.confluence.importexport.impl.snipsnap   
com.atlassian.confluence.links   
com.atlassian.confluence.links.linktypes   
com.atlassian.confluence.mail.notification   
com.atlassian.confluence.mail.notification.listeners   
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.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.user.actions   
com.atlassian.confluence.util   
com.atlassian.confluence.util.breadcrumbs   
 

Uses of AbstractPage in com.atlassian.confluence.core
 

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

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

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(java.lang.Object src, Page updatedPage, AbstractPage originalPage, boolean minorEdit)
           
 

Uses of AbstractPage in com.atlassian.confluence.importexport.impl.snipsnap
 

Methods in com.atlassian.confluence.importexport.impl.snipsnap that return AbstractPage
 AbstractPage SnipSnapSnip.getPageObject()
           
 

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.notification
 

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

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)
           
 Notification NotificationManager.addPageNotification(com.atlassian.user.User user, AbstractPage page)
           
 Notification DefaultNotificationManager.addPageNotification(com.atlassian.user.User user, AbstractPage page)
           
 Notification NotificationManager.getNotificationByUserAndPage(com.atlassian.user.User user, AbstractPage page)
           
 Notification DefaultNotificationManager.getNotificationByUserAndPage(com.atlassian.user.User user, AbstractPage page)
           
 java.util.List NotificationManager.getNotificationsByPage(AbstractPage page)
           
 java.util.List DefaultNotificationManager.getNotificationsByPage(AbstractPage page)
           
 boolean NotificationManager.isUserWatchingPageOrSpace(com.atlassian.user.User user, Space space, AbstractPage page)
           
 boolean DefaultNotificationManager.isUserWatchingPageOrSpace(com.atlassian.user.User user, Space space, AbstractPage page)
           
 void Notification.setPage(AbstractPage page)
           
 

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

Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type AbstractPage
protected  void AbstractNotificationsListener.sendPageNotifications(AbstractPage page, NotificationData notificationData)
           
 

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)
           
 java.util.List NotificationDao.findNotificationsByPage(AbstractPage Page)
          Find the notifications linked to the specified content.
 

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)
           
 java.util.List 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()
           
 AbstractPage CommentReport.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 DefaultPageManager.getAbstractPage(long id)
           
 AbstractPage PageManager.getAbstractPage(long id)
          Retrieve the AbstractPage subclass with the given content ID.
 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 DefaultPageManager.getPageByVersion(AbstractPage mostRecentPage, int version)
           
 AbstractPage PageManager.getPageByVersion(AbstractPage mostRecentPage, int version)
          returns the historical version of a page
 

Methods in com.atlassian.confluence.pages with parameters of type AbstractPage
 Comment CommentManager.addCommentToPage(AbstractPage page, Comment parent, java.lang.String content)
           
 Comment DefaultCommentManager.addCommentToPage(AbstractPage page, Comment parent, java.lang.String content)
           
 AbstractPage DefaultPageManager.getPageByVersion(AbstractPage mostRecentPage, int version)
           
 AbstractPage PageManager.getPageByVersion(AbstractPage mostRecentPage, int version)
          returns the historical version of a page
 void DefaultPageManager.renamePage(AbstractPage page, java.lang.String newPageTitle)
          Call this function if you want to rename the page only.
 void PageManager.renamePage(AbstractPage page, java.lang.String newPageTitle)
           
 void DefaultPageManager.restorePage(AbstractPage page)
           
 void PageManager.restorePage(AbstractPage page)
           
 void AbstractPage.setOriginalVersionPage(AbstractPage originalVersionPage)
           
 void DefaultPageManager.trashPage(AbstractPage page)
           
 void PageManager.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 AbstractDiffPagesAction.getLatestVersion()
           
abstract  AbstractPage AbstractDiffPagesAction.getOriginalPage()
           
 AbstractPage DiffPagesByVersionAction.getOriginalPage()
           
 AbstractPage DiffPagesAction.getOriginalPage()
           
 AbstractPage ViewChangesSinceLastLoginAction.getOriginalPage()
           
 AbstractPage AbstractEditPageAction.getOriginalPage()
           
 AbstractPage ViewChangesSinceLastEditAction.getOriginalPage()
           
 AbstractPage PageAware.getPage()
           
 AbstractPage AbstractPageAction.getPage()
           
 AbstractPage ViewPageAttachmentsAction.getPage()
           
protected  AbstractPage AbstractPreviewPageAction.getPageOrDummyPage()
           
protected abstract  AbstractPage AbstractCreatePageAction.getPageToCreate()
           
protected  AbstractPage CreateBlogPostAction.getPageToCreate()
           
protected  AbstractPage CreatePageAction.getPageToCreate()
           
 AbstractPage AbstractPageAction.getPreviousVersion(int version)
           
 AbstractPage AbstractDiffPagesAction.getRevisedPage()
           
 AbstractPage DiffPagesByVersionAction.getRevisedPage()
           
 

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

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
 

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.
 

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

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.user.actions
 

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

Uses of AbstractPage in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util with parameters of type AbstractPage
static java.lang.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 java.lang.String GeneralUtil.getPageUrl(AbstractPage page)
           
 

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

Methods in com.atlassian.confluence.util.breadcrumbs that return AbstractPage
 AbstractPage BreadcrumbGenerator.getPage()
           
 

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



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.