Uses of Class
com.atlassian.confluence.pages.AbstractPage
- 
- 
Uses of AbstractPage in com.atlassian.confluence.content.service.blogpost
Methods in com.atlassian.confluence.content.service.blogpost that return AbstractPage Modifier and Type Method Description protected AbstractPageCreateBlogPostCommandImpl. getContent() - 
Uses of AbstractPage in com.atlassian.confluence.content.service.experimental
Methods in com.atlassian.confluence.content.service.experimental that return types with arguments of type AbstractPage Modifier and Type Method Description Modification<AbstractPage>PreparedAbstractPage. getModification()Method parameters in com.atlassian.confluence.content.service.experimental with type arguments of type AbstractPage Modifier and Type Method Description PreparedAbstractPageDefaultPageUpdateService. prepare(long id, Modification<AbstractPage> modification, @Nullable SaveContext saveContext)PreparedAbstractPagePageUpdateService. prepare(long id, Modification<AbstractPage> modification, @Nullable SaveContext saveContext)Prepare content (page or blogpost) for update. - 
Uses of AbstractPage in com.atlassian.confluence.content.service.page
Fields in com.atlassian.confluence.content.service.page declared as AbstractPage Modifier and Type Field Description protected AbstractPageCreateAbstractPageCommandImpl. createdContentWill content the content created after executeInternal has successfully completed.Methods in com.atlassian.confluence.content.service.page that return AbstractPage Modifier and Type Method Description protected abstract AbstractPageCreateAbstractPageCommandImpl. getContent()protected AbstractPageCreatePageCommandImpl. getContent()protected AbstractPageCreateAbstractPageCommandImpl. getCreatedContent()protected abstract AbstractPageRemoveAbstractPageVersionCommand. getPage()Constructors in com.atlassian.confluence.content.service.page with parameters of type AbstractPage Constructor Description CreateAbstractPageCommandImpl(PageManager pageManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, AbstractPage draft, com.atlassian.user.User user, boolean notifySelf, ContentPropertyManager contentPropertyManager, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper) - 
Uses of AbstractPage in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return types with arguments of type AbstractPage Modifier and Type Method Description @NonNull PageResponse<AbstractPage>ContentEntityManager. getPageAndBlogPostsVersionsLastEditedByUser(@Nullable com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request)Retrieve a page of entities that have been modified by the user, in order of the user's most recent modification.@NonNull PageResponse<AbstractPage>ContentEntityManager. getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(@Nullable com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request)Retrieve a page of entities that have been modified by the user, in order of the user's most recent modification.Methods in com.atlassian.confluence.core with parameters of type AbstractPage Modifier and Type Method Description voidContentPermissionManager. copyContentPermissions(AbstractPage from, AbstractPage to)Deprecated.voidDefaultContentPermissionManager. copyContentPermissions(AbstractPage from, AbstractPage to) - 
Uses of AbstractPage in com.atlassian.confluence.core.persistence
Methods in com.atlassian.confluence.core.persistence that return types with arguments of type AbstractPage Modifier and Type Method Description PageResponse<AbstractPage>ContentEntityObjectDao. getPageAndBlogPostsVersionsLastEditedByUser(@Nullable com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request)Retrieve a page of entities, either the current version or historical version, that have been modified by the user, in order of the user's most recent modification.PageResponse<AbstractPage>ContentEntityObjectDao. getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(@Nullable com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request)Retrieve a page of entities, either the current version or historical version, that have been modified by the user, in order of the user's most recent modification. - 
Uses of AbstractPage in com.atlassian.confluence.event.events.content
Methods in com.atlassian.confluence.event.events.content that return AbstractPage Modifier and Type Method Description AbstractPageContentExportedToWordEvent. getContent()AbstractPageContentPurgedFromTrashEvent. getContent()Constructors in com.atlassian.confluence.event.events.content with parameters of type AbstractPage Constructor Description ContentExportedToWordEvent(AbstractPage content)ContentPurgedFromTrashEvent(AbstractPage content) - 
Uses of AbstractPage in com.atlassian.confluence.event.events.content.page
Methods in com.atlassian.confluence.event.events.content.page that return AbstractPage Modifier and Type Method Description @Nullable AbstractPagePageUpdateEvent. getOriginalPage()Constructors in com.atlassian.confluence.event.events.content.page with parameters of type AbstractPage Constructor Description PageUpdateEvent(Object src, Page updatedPage, @Nullable AbstractPage originalPage, boolean suppressNotifications, PageUpdateTrigger updateTrigger)Deprecated.since 7.1.0, usePageUpdateEvent(Object, Page, AbstractPage, OperationContext)PageUpdateEvent(Object source, Page updatedPage, @Nullable AbstractPage originalPage, @Nullable OperationContext<PageUpdateTrigger> operationContext) - 
Uses of AbstractPage in com.atlassian.confluence.impl.audit.handler
Methods in com.atlassian.confluence.impl.audit.handler that return types with arguments of type AbstractPage Modifier and Type Method Description com.atlassian.confluence.impl.audit.handler.AuditHandler<? extends AbstractPage>AuditHandlerFactory. createAbstractPageHandler() - 
Uses of AbstractPage in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return AbstractPage Modifier and Type Method Description AbstractPageDefaultPageManager. createDraft(String contentType, String spaceKey)AbstractPageDefaultPageManager. createDraft(String contentType, String spaceKey, long parentPageId)AbstractPageDefaultPageManager. createOrFindDraftFor(@NonNull AbstractPage page)@Nullable AbstractPageDefaultPageManager. getAbstractPage(long id)@Nullable AbstractPageDefaultPageManager. getById(long id)Override default implementation to explicitly return an AbstractPage.@Nullable AbstractPageDefaultPageManager. getPageByVersion(AbstractPage mostRecentPage, int version)Methods in com.atlassian.confluence.impl.content that return types with arguments of type AbstractPage Modifier and Type Method Description @NonNull PageResponse<AbstractPage>DefaultPageManager. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>DefaultPageManager. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.@NonNull List<AbstractPage>DefaultPageManager. getAbstractPages(Iterable<Long> ids)@NonNull PageResponse<AbstractPage>DefaultPageManager. getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>DefaultPageManager. getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>DefaultPageManager. getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>DefaultPageManager. getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>DefaultPageManager. getAbstractPagesByTitle(String title, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>DefaultContentEntityManager. getPageAndBlogPostsVersionsLastEditedByUser(com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request)@NonNull PageResponse<AbstractPage>DefaultContentEntityManager. getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(@Nullable com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request)@NonNull List<AbstractPage>DefaultPageManager. getPossibleBlogRedirectsInSpace(Space space, String blogTitle, int maxResultCount)@NonNull List<AbstractPage>DefaultPageManager. getPossibleBlogRedirectsNotInSpace(Space space, String blogTitle, int maxResultCount)@NonNull List<AbstractPage>DefaultPageManager. getPossibleRedirectsInSpace(Space space, String pageTitle, int maxResultCount)@NonNull List<AbstractPage>DefaultPageManager. getPossibleRedirectsNotInSpace(Space space, String pageTitle, int maxResultCount)Methods in com.atlassian.confluence.impl.content with parameters of type AbstractPage Modifier and Type Method Description @NonNull CommentDefaultCommentManager. addCommentToPage(AbstractPage page, Comment parent, String content)AbstractPageDefaultPageManager. createOrFindDraftFor(@NonNull AbstractPage page)@Nullable AbstractPageDefaultPageManager. getPageByVersion(AbstractPage mostRecentPage, int version)voidDefaultPageManager. reconcileIfNeeded(AbstractPage content, @Nullable SaveContext saveContext)voidDefaultPageManager. renamePage(AbstractPage page, String newPageTitle)voidDefaultPageManager. renamePageWithoutNotifications(AbstractPage page, String newPageTitle)voidDefaultPageManager. restorePage(AbstractPage page)voidDefaultPageManager. trashPage(AbstractPage page)voidDefaultPageManager. trashPage(AbstractPage page, @NonNull DeleteContext deleteContext) - 
Uses of AbstractPage in com.atlassian.confluence.impl.retention.analytics
Methods in com.atlassian.confluence.impl.retention.analytics with parameters of type AbstractPage Modifier and Type Method Description voidTrashRemovalStatistic. pageOrBlogDeleted(AbstractPage deletedPageOrBlog) - 
Uses of AbstractPage in com.atlassian.confluence.impl.util
Methods in com.atlassian.confluence.impl.util that return AbstractPage Modifier and Type Method Description AbstractPageDecoratorUtil.ContentNavigationContext. getPage()AbstractPageDecoratorUtil.SideBarContext. getPage()Methods in com.atlassian.confluence.impl.util with parameters of type AbstractPage Modifier and Type Method Description static voidDecoratorUtil. setContentNavContext(AbstractPage page, String mode, String context, ThemeHelper helper)Page/blogpost context should be saved for deferred (sitemesh) content navigation execution, because main sitemesh decorator is executed underDecoratorAction, which does not contain page/space context of the main request.static voidDecoratorUtil. setSidebarContext(Space space, AbstractPage page, String pageId, String context, String contextKey, String collectorKey)Page/blogpost context should be saved for deferred (sitemesh) sidebar execution, because main sitemesh decorator is executed underDecoratorAction, which does not contain page/space context of the main request.Constructors in com.atlassian.confluence.impl.util with parameters of type AbstractPage Constructor Description ContentNavigationContext(AbstractPage page, String mode, String context, ThemeHelper helper)SideBarContext(Space space, AbstractPage page, String pageId, String context, String contextKey, String collectorKey) - 
Uses of AbstractPage in com.atlassian.confluence.internal.audit.event
Methods in com.atlassian.confluence.internal.audit.event that return AbstractPage Modifier and Type Method Description AbstractPageRestrictedPageViewNotPermittedEvent. getPage()Constructors in com.atlassian.confluence.internal.audit.event with parameters of type AbstractPage Constructor Description RestrictedPageViewNotPermittedEvent(AbstractPage page) - 
Uses of AbstractPage in com.atlassian.confluence.internal.pages
Methods in com.atlassian.confluence.internal.pages that return AbstractPage Modifier and Type Method Description AbstractPagePageManagerInternal. createDraft(String contentType, String spaceKey)This method creates a draftAbstractPagePageManagerInternal. createDraft(String contentType, String spaceKey, long parentPageId)This method creates a draft.AbstractPagePageManagerInternal. createOrFindDraftFor(AbstractPage abstractPage)Retrieves the draft for the given AbstractPage if exists.Methods in com.atlassian.confluence.internal.pages that return types with arguments of type AbstractPage Modifier and Type Method Description @NonNull PageResponse<AbstractPage>PageManagerInternal. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>PageManagerInternal. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>PageManagerInternal. getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>PageManagerInternal. getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>PageManagerInternal. getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>PageManagerInternal. getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>PageManagerInternal. getAbstractPagesByTitle(String title, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.default @NonNull PageResponse<AbstractPage>PageManagerInternal. getFilteredAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, 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.default @NonNull PageResponse<AbstractPage>PageManagerInternal. getFilteredAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter)Returns all content in the space within any of the specified statuses and content types, limited to the pagination request.default @NonNull PageResponse<AbstractPage>PageManagerInternal. getFilteredAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, 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.default @NonNull PageResponse<AbstractPage>PageManagerInternal. getFilteredAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, 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.default @NonNull PageResponse<AbstractPage>PageManagerInternal. getFilteredAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, 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.default @NonNull PageResponse<AbstractPage>PageManagerInternal. getFilteredAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, 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.default @NonNull PageResponse<AbstractPage>PageManagerInternal. getFilteredAbstractPagesByTitle(String title, LimitedRequest pageRequest, 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.Methods in com.atlassian.confluence.internal.pages with parameters of type AbstractPage Modifier and Type Method Description AbstractPagePageManagerInternal. createOrFindDraftFor(AbstractPage abstractPage)Retrieves the draft for the given AbstractPage if exists.voidPageManagerInternal. reconcileIfNeeded(AbstractPage content, @Nullable SaveContext saveContext)Deprecated.since 7.14.0 UseContentReconciliationManager.reconcileIfNeeded(ContentEntityObject, SaveContext)instead. - 
Uses of AbstractPage in com.atlassian.confluence.internal.pages.persistence
Methods in com.atlassian.confluence.internal.pages.persistence that return types with arguments of type AbstractPage Modifier and Type Method Description default PageResponse<AbstractPage>PageDaoInternal. getFilteredAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, 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.default PageResponse<AbstractPage>PageDaoInternal. getFilteredAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable 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.default PageResponse<AbstractPage>PageDaoInternal. getFilteredAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, 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.default PageResponse<AbstractPage>PageDaoInternal. getFilteredAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable Predicate<? super AbstractPage> filter)Retrieves a page response of all pages found in this instance of Confluence, within any of the given statuses.default PageResponse<AbstractPage>PageDaoInternal. getFilteredAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, 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.default PageResponse<AbstractPage>PageDaoInternal. getFilteredAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, Predicate<? super AbstractPage> filter)Returns the abstract pages created on the given date, that also match the given filter, limited to the page request.default PageResponse<AbstractPage>PageDaoInternal. getFilteredAbstractPagesByTitle(String title, LimitedRequest pageRequest, 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.internal.pages.persistence with type arguments of type AbstractPage Modifier and Type Method Description default PageResponse<AbstractPage>PageDaoInternal. getFilteredAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, 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.default PageResponse<AbstractPage>PageDaoInternal. getFilteredAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable 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.default PageResponse<AbstractPage>PageDaoInternal. getFilteredAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, 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.default PageResponse<AbstractPage>PageDaoInternal. getFilteredAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable Predicate<? super AbstractPage> filter)Retrieves a page response of all pages found in this instance of Confluence, within any of the given statuses.default PageResponse<AbstractPage>PageDaoInternal. getFilteredAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, 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.default PageResponse<AbstractPage>PageDaoInternal. getFilteredAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, Predicate<? super AbstractPage> filter)Returns the abstract pages created on the given date, that also match the given filter, limited to the page request.default PageResponse<AbstractPage>PageDaoInternal. getFilteredAbstractPagesByTitle(String title, LimitedRequest pageRequest, 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.internal.persistence.hibernate
Methods in com.atlassian.confluence.internal.persistence.hibernate that return types with arguments of type AbstractPage Modifier and Type Method Description PageResponse<AbstractPage>AbstractContentEntityObjectHibernateDao. getPageAndBlogPostsVersionsLastEditedByUser(com.atlassian.sal.api.user.UserKey userKey, LimitedRequest limitedRequest)PageResponse<AbstractPage>AbstractContentEntityObjectHibernateDao. getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(com.atlassian.sal.api.user.UserKey userKey, LimitedRequest limitedRequest) - 
Uses of AbstractPage in com.atlassian.confluence.links
Methods in com.atlassian.confluence.links with parameters of type AbstractPage Modifier and Type Method Description booleanOutgoingLink. 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 Modifier and Type Field Description protected @Nullable AbstractPageAbstractPageLink. destinationPage - 
Uses of AbstractPage in com.atlassian.confluence.mail
Method parameters in com.atlassian.confluence.mail with type arguments of type AbstractPage Modifier and Type Method Description ChangeDigestReportChangeDigestNotificationBean. 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 with parameters of type AbstractPage Modifier and Type Method Description booleanDefaultNotificationManager. isUserWatchingPageOrSpace(com.atlassian.user.User user, Space space, AbstractPage page)booleanNotificationManager. 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 SpacebooleanNotification. matchesContentType(AbstractPage page)Returns true if this notification matches the type of the passed content object.voidDefaultNotificationsSender. sendPageNotifications(AbstractPage page, NotificationData notificationData, ConversionContext conversionContext)voidNotificationsSender. sendPageNotifications(AbstractPage page, NotificationData notificationData, ConversionContext conversionContext)Sends page based notifications. - 
Uses of AbstractPage in com.atlassian.confluence.mail.notification.actions
Methods in com.atlassian.confluence.mail.notification.actions that return AbstractPage Modifier and Type Method Description AbstractPageListWatchersAction. getPage()Methods in com.atlassian.confluence.mail.notification.actions with parameters of type AbstractPage Modifier and Type Method Description voidListWatchersAction. setPage(AbstractPage page) - 
Uses of AbstractPage in com.atlassian.confluence.mail.reports
Methods in com.atlassian.confluence.mail.reports that return AbstractPage Modifier and Type Method Description AbstractPagePageReport. getPage()Constructors in com.atlassian.confluence.mail.reports with parameters of type AbstractPage Constructor Description PageReport(AbstractPage page, ChangeDigestReport report) - 
Uses of AbstractPage in com.atlassian.confluence.pages
Subclasses of AbstractPage in com.atlassian.confluence.pages Modifier and Type Class Description classBlogPostclassPageRepresents a Page within Confluence.Methods in com.atlassian.confluence.pages that return AbstractPage Modifier and Type Method Description @Nullable AbstractPagePageManager. getAbstractPage(long id)Deprecated.since 7.3.0, useContentService.find(Expansion...)from plugins, or usePageManagerInternalin core where applicableAbstractPageAbstractPage. getLatestVersion()Get the latest, current version of this versioned object.AbstractPageAbstractPage. 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()@Nullable AbstractPagePageManager. getPageByVersion(AbstractPage mostRecentPage, int version)Deprecated.since 7.3.0, useContentService.find(Expansion...)from plugins, or usePageManagerInternalin core where applicableMethods in com.atlassian.confluence.pages that return types with arguments of type AbstractPage Modifier and Type Method Description @NonNull List<AbstractPage>PageManager. getAbstractPages(Iterable<Long> ids)Deprecated.since 7.3.0, useContentService.find(Expansion...)from plugins, or usePageManagerInternalin core where applicableList<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.@NonNull 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.@NonNull 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.@NonNull 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.@NonNull 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>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 Modifier and Type Method Description @NonNull CommentCommentManager. addCommentToPage(AbstractPage page, @Nullable Comment parent, String content)Deprecated.ContentEntityObjectDefaultDraftsTransitionHelper. getDraftForPage(AbstractPage abstractPage)ContentEntityObjectDraftsTransitionHelper. getDraftForPage(AbstractPage abstractPage)This method should retrieve a draft from a given AbstractPage respecting the Shared Drafts feature state.@Nullable AbstractPagePageManager. getPageByVersion(AbstractPage mostRecentPage, int version)Deprecated.since 7.3.0, useContentService.find(Expansion...)from plugins, or usePageManagerInternalin core where applicablevoidPageManager. renamePage(AbstractPage page, String newPageTitle)Call this function if you want to rename the page only.voidPageManager. renamePageWithoutNotifications(AbstractPage page, String newPageTitle)Call this function if you want to rename the page only, and don't want notifications generated.voidPageManager. restorePage(AbstractPage page)Restores a trashed page, effectively moving it out of the trash and promoting it back to being normal page.voidAbstractPage. setOriginalVersionPage(AbstractPage originalVersionPage)voidPageManager. trashPage(AbstractPage page)Deprecated.since 6.0 UsePageManager.trashPage(AbstractPage, DeleteContext)voidPageManager. trashPage(AbstractPage page, @NonNull DeleteContext deleteContext)Constructors in com.atlassian.confluence.pages with parameters of type AbstractPage Constructor Description TinyUrl(AbstractPage page) - 
Uses of AbstractPage in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as AbstractPage Modifier and Type Field Description protected AbstractPageAbstractDiffPagesAction. originalPageMethods in com.atlassian.confluence.pages.actions that return AbstractPage Modifier and Type Method Description AbstractPageAbstractCreateAndEditPageAction. getContentDraft()Return the current draft in use if there is one or null otherwise.protected AbstractPageAbstractCreateAndEditPageAction. getContentObject()protected abstract AbstractPageAbstractCreatePageAction. getCreatedAbstractPage()protected AbstractPageCreateBlogPostAction. getCreatedAbstractPage()protected AbstractPageCreatePageAction. getCreatedAbstractPage()AbstractPageAbstractDiffPagesAction. getLatestVersion()AbstractPageRemoveHistoricalVersionAction. getLatestVersion()abstract AbstractPageAbstractDiffPagesAction. getOriginalPage()AbstractPageAbstractEditPageAction. getOriginalPage()Deprecated.since 5.3.AbstractPageDiffPagesAction. getOriginalPage()AbstractPageDiffPagesByVersionAction. getOriginalPage()AbstractPageViewChangesSinceLastEditAction. getOriginalPage()AbstractPageViewChangesSinceLastLoginAction. getOriginalPage()AbstractPageAbstractPageAwareAction. getPage()AbstractPageBreadcrumbAction. getPage()AbstractPagePageAware. getPage()AbstractPagePageNotPermittedAction. getPage()AbstractPageViewPageAttachmentsAction. getPage()protected abstract AbstractPageAbstractCreatePageAction. getPageToCreate()protected AbstractPageCreateBlogPostAction. getPageToCreate()protected AbstractPageCreatePageAction. getPageToCreate()AbstractPageAbstractPageAction. getPreviousVersion(int version)AbstractPageAbstractDiffPagesAction. getRevisedPage()AbstractPageDiffPagesByVersionAction. getRevisedPage()Methods in com.atlassian.confluence.pages.actions that return types with arguments of type AbstractPage Modifier and Type Method Description 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 Modifier and Type Method Description longAbstractDiffPagesAction. getPageIdOfVersionAfter(AbstractPage page)longViewPageAction. getPageIdOfVersionAfter(AbstractPage page)longAbstractDiffPagesAction. getPageIdOfVersionBefore(AbstractPage page)longViewPageAction. getPageIdOfVersionBefore(AbstractPage page)booleanAbstractDiffPagesAction. hasNextVersion(AbstractPage page)booleanViewPageAction. hasNextVersion(AbstractPage page)booleanAbstractDiffPagesAction. hasPreviousVersion(AbstractPage page)booleanViewPageAction. hasPreviousVersion(AbstractPage page)protected abstract voidAbstractCreatePageAction. initialiseProvider(AbstractPage abstractPage)protected voidCreateBlogPostAction. initialiseProvider(AbstractPage abstractPage)protected voidCreatePageAction. initialiseProvider(AbstractPage abstractPage)voidAbstractEditPageAction. setPage(AbstractPage page)voidAbstractPageAwareAction. setPage(AbstractPage page)voidBreadcrumbAction. setPage(AbstractPage page)voidPageAware. setPage(AbstractPage page)IOC method for setting the page on the action.voidPageNotPermittedAction. setPage(AbstractPage page)voidViewPageAttachmentsAction. 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 Modifier and Type Method Description List<OutgoingLink>PageIncomingLinks. getIncomingLinks(AbstractPage page, com.atlassian.user.User user)Get unique undeleted incoming linksListSuggestedLabels. getSuggestedLabelsForPage(AbstractPage page, com.atlassian.user.User user)Set<LiteLabelSearchResult>SuggestedLabels. getSuggestedLiteLabels(AbstractPage entity, String spaceKey, com.atlassian.user.User user, int maxResults)Deprecated.since 8.2.0, useSuggestedLabels.getSuggestedLiteLabels(String, User, int)AttachmentAttachmentBean. 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 Modifier and Type Method Description AbstractPageAbstractPageDao. getAbstractPageById(long id)Retrieves anAbstractPagefor the specified idMethods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type AbstractPage Modifier and Type Method Description List<AbstractPage>DelegatingPageDao. findBlogsWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder, String blogTitle, Space space, int maxResultCount)List<AbstractPage>PageDao. findBlogsWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder, 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>DelegatingPageDao. findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder, String blogTitle, Space space, int maxResultCount)List<AbstractPage>PageDao. findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder, 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>DelegatingPageDao. findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder, String pageTitle, Space space, int maxResultCount)List<AbstractPage>PageDao. findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder, 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>DelegatingPageDao. findPagesWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder, String pageTitle, Space space, int maxResultCount)List<AbstractPage>PageDao. findPagesWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder, 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>AbstractPageDao. getAbstractPageByIds(Iterable<Long> ids)Retrieves a list ofAbstractPagefor the list of idPageResponse<AbstractPage>DelegatingPageDao. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.PageResponse<AbstractPage>DelegatingPageDao. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.PageResponse<AbstractPage>DelegatingPageDao. getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.PageResponse<AbstractPage>DelegatingPageDao. getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.PageResponse<AbstractPage>DelegatingPageDao. getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.PageResponse<AbstractPage>PageDao. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>PageDao. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>PageDao. getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>PageDao. getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>PageDao. getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>DelegatingPageDao. getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.PageResponse<AbstractPage>PageDao. getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>DelegatingPageDao. getAbstractPagesByTitle(String title, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.PageResponse<AbstractPage>PageDao. getAbstractPagesByTitle(String title, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>DelegatingPageDao. getPageAndBlogPostsVersionsLastEditedByUser(com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request)PageResponse<AbstractPage>DelegatingPageDao. getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(com.atlassian.sal.api.user.UserKey userKey, LimitedRequest request)Method parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type AbstractPage Modifier and Type Method Description PageResponse<AbstractPage>DelegatingPageDao. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.PageResponse<AbstractPage>DelegatingPageDao. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.PageResponse<AbstractPage>DelegatingPageDao. getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.PageResponse<AbstractPage>DelegatingPageDao. getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.PageResponse<AbstractPage>DelegatingPageDao. getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.PageResponse<AbstractPage>PageDao. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>PageDao. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>PageDao. getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>PageDao. getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>PageDao. getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>DelegatingPageDao. getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.PageResponse<AbstractPage>PageDao. getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>DelegatingPageDao. getAbstractPagesByTitle(String title, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.PageResponse<AbstractPage>PageDao. getAbstractPagesByTitle(String title, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1. - 
Uses of AbstractPage in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers
Methods in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers with parameters of type AbstractPage Modifier and Type Method Description protected List<AttachmentIdentifier>AllLatestVersionAttachmentIdentifier. getAttachmentIdentifiers(AbstractPage abstractPage) - 
Uses of AbstractPage in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return AbstractPage Modifier and Type Method Description AbstractPageHibernateAbstractPageDao. getAbstractPageById(long id)protected AbstractPageHibernateAbstractPageDao. getByClassId(long id)Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type AbstractPage Modifier and Type Method Description List<AbstractPage>HibernatePageDao. findBlogsWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder, String blogTitle, Space space, int maxResultCount)List<AbstractPage>HibernatePageDao. findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder, String blogTitle, Space space, int maxResultCount)List<AbstractPage>HibernatePageDao. findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder, String pageTitle, Space space, int maxResultCount)List<AbstractPage>HibernatePageDao. findPagesWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder, String pageTitle, Space space, int maxResultCount)List<AbstractPage>HibernateAbstractPageDao. getAbstractPageByIds(Iterable<Long> ids)PageResponse<AbstractPage>HibernatePageDao. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>HibernatePageDao. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>HibernatePageDao. getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>HibernatePageDao. getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>HibernatePageDao. getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>HibernatePageDao. getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>HibernatePageDao. getAbstractPagesByTitle(String title, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.Method parameters in com.atlassian.confluence.pages.persistence.dao.hibernate with type arguments of type AbstractPage Modifier and Type Method Description PageResponse<AbstractPage>HibernatePageDao. getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>HibernatePageDao. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>HibernatePageDao. getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>HibernatePageDao. getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>HibernatePageDao. getAbstractPages(org.joda.time.DateTime date, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>HibernatePageDao. getAbstractPagesByCreationDate(org.joda.time.DateTime date, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>HibernatePageDao. getAbstractPagesByTitle(String title, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1. - 
Uses of AbstractPage in com.atlassian.confluence.plugin.descriptor.web
Methods in com.atlassian.confluence.plugin.descriptor.web that return AbstractPage Modifier and Type Method Description @Nullable AbstractPageDefaultWebInterfaceContext. getPage()@Nullable AbstractPageWebInterfaceContext. getPage()Returns the page related to the web interface state, or null if there is no page.@Nullable AbstractPageDefaultWebInterfaceContext. getParentPage()@Nullable AbstractPageWebInterfaceContext. getParentPage()Returns the parent page related to the web interface state, or null if there is no parent page.Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type AbstractPage Modifier and Type Method Description voidDefaultWebInterfaceContext. setPage(@Nullable AbstractPage page) - 
Uses of AbstractPage in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap with parameters of type AbstractPage Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Method Description AbstractPageSoapServiceHelper. retrieveAbstractPage(long pageId)AbstractPageSoapServiceHelperImpl. retrieveAbstractPage(long abstractPageId)Retrieves a given page, and throws RemoteException if the page is not found or the user has no view perm.Methods in com.atlassian.confluence.rpc.soap.services with parameters of type AbstractPage Modifier and Type Method Description voidSoapServiceHelper. assertCanModify(AbstractPage page)voidSoapServiceHelperImpl. assertCanModify(AbstractPage page)voidSoapServiceHelper. assertCanRemove(AbstractPage page)voidSoapServiceHelperImpl. assertCanRemove(AbstractPage page)Throw an exception if the user can't remove the given page.voidSoapServiceHelper. assertCanView(AbstractPage page)voidSoapServiceHelperImpl. assertCanView(AbstractPage page) - 
Uses of AbstractPage in com.atlassian.confluence.themes
Methods in com.atlassian.confluence.themes that return AbstractPage Modifier and Type Method Description AbstractPageGlobalHelper. getPage() - 
Uses of AbstractPage in com.atlassian.confluence.tinymceplugin.events
Methods in com.atlassian.confluence.tinymceplugin.events that return AbstractPage Modifier and Type Method Description AbstractPageLayoutCreatedEvent. getPage()AbstractPageSectionMacroCreatedEvent. getPage()Constructors in com.atlassian.confluence.tinymceplugin.events with parameters of type AbstractPage Constructor Description 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 Modifier and Type Method Description AbstractPageEditNotificationsAction. getPage()AbstractPageFindRestrictableEntitiesAction. getPage()Methods in com.atlassian.confluence.user.actions with parameters of type AbstractPage Modifier and Type Method Description voidEditNotificationsAction. setPage(AbstractPage page)voidFindRestrictableEntitiesAction. setPage(AbstractPage page) - 
Uses of AbstractPage in com.atlassian.confluence.user.notifications
Constructors in com.atlassian.confluence.user.notifications with parameters of type AbstractPage Constructor Description AddWatchLink(AbstractPage page)Create a link to represent adding a watch on a page - 
Uses of AbstractPage in com.atlassian.confluence.userstatus
Methods in com.atlassian.confluence.userstatus with parameters of type AbstractPage Modifier and Type Method Description voidDefaultFavouriteManager. addPageToFavourites(com.atlassian.user.User user, AbstractPage page)voidFavouriteManager. addPageToFavourites(com.atlassian.user.User user, AbstractPage page)Add a page or blog post to a user's favourites by attaching a personal label to the space.booleanDefaultFavouriteManager. hasPermission(com.atlassian.user.User user, AbstractPage page)booleanFavouriteManager. hasPermission(com.atlassian.user.User user, AbstractPage page)Get whether the current user has permission to add or remove a page favourite.booleanDefaultFavouriteManager. isUserFavourite(com.atlassian.user.User user, AbstractPage page)booleanFavouriteManager. isUserFavourite(com.atlassian.user.User user, AbstractPage page)Returns whether a page or blog post is marked as a favourite for a user.voidDefaultFavouriteManager. removePageFromFavourites(com.atlassian.user.User user, AbstractPage page)voidFavouriteManager. removePageFromFavourites(com.atlassian.user.User user, AbstractPage page)Remove a page or blog post from a user's favourites. - 
Uses of AbstractPage in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return AbstractPage Modifier and Type Method Description static @Nullable AbstractPageGeneralUtil. 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 Modifier and Type Method Description static StringGeneralUtil. 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#addcommentstatic StringGeneralUtil. getEditPageUrl(AbstractPage page)Get a resume draft URL that includes the shareDraftidstatic StringGeneralUtil. getIdBasedPageUrl(AbstractPage page)Get page URL that is id based (i.e.static @NonNull StringGeneralUtil. getPageUrl(@Nullable AbstractPage page)Deprecated.since 8.3 usegetUrlPath() - 
Uses of AbstractPage in com.atlassian.confluence.util.breadcrumbs
Methods in com.atlassian.confluence.util.breadcrumbs with parameters of type AbstractPage Modifier and Type Method Description BreadcrumbBreadcrumbGenerator. getContentActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page, DisplayableLabel label)Returns an appropriate breadcrumb for the given action, space, page and label.BreadcrumbDefaultBreadcrumbGenerator. getContentActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page, DisplayableLabel label)BreadcrumbBreadcrumbGenerator. getContentBreadcrumb(Space space, AbstractPage page)Returns an appropriate breadcrumb for a page or blogpostBreadcrumbDefaultBreadcrumbGenerator. getContentBreadcrumb(Space space, AbstractPage page)BreadcrumbBreadcrumbGenerator. getContentDetailActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page)Breadcrumb for the "detail" pages of a Page/Blog, like Info, Attachments or History.BreadcrumbDefaultBreadcrumbGenerator. getContentDetailActionBreadcrumb(com.opensymphony.xwork2.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 Constructor Description ContentActionBreadcrumb(ConfluenceActionSupport action, Space space, AbstractPage page, DisplayableLabel label, Breadcrumb spaceOperationsBreadcrumb)ContentActionBreadcrumb(com.opensymphony.xwork.Action action, Space space, AbstractPage page, DisplayableLabel label, Breadcrumb spaceOperationsBreadcrumb)Deprecated, for removal: This API element is subject to removal in a future version.since 8.0 as this constructor exists solely to provide bytecode compatibility for plugins that were compiled against Confluence 7.xContentActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page, DisplayableLabel label, Breadcrumb spaceOperationsBreadcrumb)Deprecated. - 
Uses of AbstractPage in com.atlassian.confluence.web.service
Methods in com.atlassian.confluence.web.service that return AbstractPage Modifier and Type Method Description AbstractPageWebContextFactoryImpl.GhettoHelper. getPage() 
 -