Uses of Class
com.atlassian.confluence.pages.AbstractPage
Packages that use AbstractPage
Package
Description
This package contains handlers that know how to create change values out of
 changed objects.
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.
- 
Uses of AbstractPage in com.atlassian.confluence.content.service.blogpostMethods in com.atlassian.confluence.content.service.blogpost that return AbstractPage
- 
Uses of AbstractPage in com.atlassian.confluence.content.service.experimentalMethods in com.atlassian.confluence.content.service.experimental that return types with arguments of type AbstractPageMethod parameters in com.atlassian.confluence.content.service.experimental with type arguments of type AbstractPageModifier and TypeMethodDescriptionDefaultPageUpdateService.prepare(long id, Modification<AbstractPage> modification, @Nullable SaveContext saveContext) PageUpdateService.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.pageMethods in com.atlassian.confluence.content.service.page that return AbstractPageModifier and TypeMethodDescriptionprotected abstract AbstractPageCreateAbstractPageCommandImpl.getContent()protected AbstractPageCreatePageCommandImpl.getContent()protected AbstractPageCreateAbstractPageCommandImpl.getCreatedContent()protected abstract AbstractPageRemoveAbstractPageVersionCommand.getPage()
- 
Uses of AbstractPage in com.atlassian.confluence.coreMethods in com.atlassian.confluence.core that return types with arguments of type AbstractPageModifier and TypeMethodDescription@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 AbstractPageModifier and TypeMethodDescriptionvoidContentPermissionManager.copyContentPermissions(AbstractPage from, AbstractPage to) Deprecated.
- 
Uses of AbstractPage in com.atlassian.confluence.core.persistenceMethods in com.atlassian.confluence.core.persistence that return types with arguments of type AbstractPageModifier and TypeMethodDescriptionContentEntityObjectDao.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.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.dmz.pagesMethods in com.atlassian.confluence.dmz.pages that return AbstractPageModifier and TypeMethodDescriptionPageManagerInternal.createDraft(String contentType, String spaceKey) This method creates a draftPageManagerInternal.createDraft(String contentType, String spaceKey, long parentPageId) This method creates a draft.PageManagerInternal.createOrFindDraftFor(AbstractPage abstractPage) Retrieves the draft for the given AbstractPage if exists.Methods in com.atlassian.confluence.dmz.pages that return types with arguments of type AbstractPageModifier and TypeMethodDescriptionPageManagerInternal.getAbstractPages(LocalDate creationDay, ZoneId zone, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @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.@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.@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.@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.@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.@NonNull PageResponse<AbstractPage> PageManagerInternal.scanFilteredAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Returns all pages in the space which has specified content statuses, limited to the pagination request.@NonNull PageResponse<AbstractPage> PageManagerInternal.scanFilteredAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Returns all pages in the space which has specified content statuses, limited to the pagination request.Methods in com.atlassian.confluence.dmz.pages with parameters of type AbstractPageModifier and TypeMethodDescriptionPageManagerInternal.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.event.events.auditMethods in com.atlassian.confluence.event.events.audit that return AbstractPageConstructors in com.atlassian.confluence.event.events.audit with parameters of type AbstractPage
- 
Uses of AbstractPage in com.atlassian.confluence.event.events.contentMethods in com.atlassian.confluence.event.events.content that return AbstractPageModifier and TypeMethodDescriptionContentExportedToWordEvent.getContent()ContentPurgedFromTrashEvent.getContent()Constructors in com.atlassian.confluence.event.events.content with parameters of type AbstractPageModifierConstructorDescriptionContentExportedToWordEvent(AbstractPage content) ContentPurgedFromTrashEvent(AbstractPage content) 
- 
Uses of AbstractPage in com.atlassian.confluence.event.events.content.pageMethods in com.atlassian.confluence.event.events.content.page that return AbstractPageConstructors in com.atlassian.confluence.event.events.content.page with parameters of type AbstractPageModifierConstructorDescriptionPageUpdateEvent(Object src, Page updatedPage, @Nullable AbstractPage originalPage, boolean suppressNotifications, PageUpdateTrigger updateTrigger) PageUpdateEvent(Object source, Page updatedPage, @Nullable AbstractPage originalPage, @Nullable OperationContext<PageUpdateTrigger> operationContext) 
- 
Uses of AbstractPage in com.atlassian.confluence.impl.audit.handlerMethods in com.atlassian.confluence.impl.audit.handler that return types with arguments of type AbstractPageModifier and TypeMethodDescriptioncom.atlassian.confluence.impl.audit.handler.AuditHandler<? extends AbstractPage> AuditHandlerFactory.createAbstractPageHandler()
- 
Uses of AbstractPage in com.atlassian.confluence.impl.contentMethods in com.atlassian.confluence.impl.content that return AbstractPageModifier and TypeMethodDescriptionDefaultPageManager.createDraft(String contentType, String spaceKey) DefaultPageManager.createDraft(String contentType, String spaceKey, long parentPageId) DefaultPageManager.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 AbstractPageModifier and TypeMethodDescription@NonNull List<AbstractPage> DefaultPageManager.getAbstractPages(Iterable<Long> ids) DefaultPageManager.getAbstractPages(LocalDate creationDay, ZoneId zone, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage> DefaultPageManager.getFilteredAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage> DefaultPageManager.getFilteredAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage> DefaultPageManager.getFilteredAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage> DefaultPageManager.getFilteredAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage> DefaultPageManager.getFilteredAbstractPagesByTitle(String title, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @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) @NonNull PageResponse<AbstractPage> DefaultPageManager.scanFilteredAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) @NonNull PageResponse<AbstractPage> DefaultPageManager.scanFilteredAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter) Methods in com.atlassian.confluence.impl.content with parameters of type AbstractPageModifier and TypeMethodDescription@NonNull CommentDefaultCommentManager.addCommentToPage(AbstractPage page, Comment parent, String content) DefaultPageManager.createOrFindDraftFor(@NonNull AbstractPage page) @Nullable AbstractPageDefaultPageManager.getPageByVersion(AbstractPage mostRecentPage, int version) voidDefaultPageManager.reconcileIfNeeded(AbstractPage content, @Nullable SaveContext saveContext) voidDefaultPageManager.remove(AbstractPage abstractPage) voidDefaultPageManager.renamePage(AbstractPage page, String newPageTitle) voidDefaultPageManager.renamePageWithoutNotifications(AbstractPage page, String newPageTitle) voidDefaultPageManager.restorePage(AbstractPage page) voidDefaultPageManager.trashPage(AbstractPage page) final voidDefaultPageManager.trashPage(AbstractPage page, @NonNull DeleteContext deleteContext) 
- 
Uses of AbstractPage in com.atlassian.confluence.impl.retention.analyticsMethods in com.atlassian.confluence.impl.retention.analytics with parameters of type AbstractPageModifier and TypeMethodDescriptionvoidTrashRemovalStatistic.pageOrBlogDeleted(AbstractPage deletedPageOrBlog) 
- 
Uses of AbstractPage in com.atlassian.confluence.impl.security.contentMethods in com.atlassian.confluence.impl.security.content with parameters of type AbstractPageModifier and TypeMethodDescriptionvoidDefaultContentPermissionManager.copyContentPermissions(AbstractPage from, AbstractPage to) 
- 
Uses of AbstractPage in com.atlassian.confluence.impl.userstatusMethods in com.atlassian.confluence.impl.userstatus with parameters of type AbstractPageModifier and TypeMethodDescriptionvoidDefaultFavouriteManager.addPageToFavourites(ConfluenceUser user, AbstractPage page) booleanDefaultFavouriteManager.hasPermission(ConfluenceUser user, AbstractPage page) booleanDefaultFavouriteManager.isUserFavourite(ConfluenceUser user, AbstractPage page) voidDefaultFavouriteManager.removePageFromFavourites(ConfluenceUser user, AbstractPage page) 
- 
Uses of AbstractPage in com.atlassian.confluence.impl.utilMethods in com.atlassian.confluence.impl.util that return AbstractPageModifier and TypeMethodDescriptionDecoratorUtil.ContentNavigationContext.getPage()DecoratorUtil.SideBarContext.getPage()Methods in com.atlassian.confluence.impl.util with parameters of type AbstractPageModifier and TypeMethodDescriptionstatic 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 AbstractPageModifierConstructorDescriptionContentNavigationContext(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.pages.persistenceMethods in com.atlassian.confluence.internal.pages.persistence that return types with arguments of type AbstractPageModifier and TypeMethodDescriptionPageDaoInternal.getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest) PageDaoInternal.getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) PageDaoInternal.getAbstractPages(com.atlassian.core.util.DateUtils.DateRange creationDate, List<ContentStatus> statuses, LimitedRequest pageRequest) PageDaoInternal.getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest) PageDaoInternal.getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) PageDaoInternal.getAbstractPagesByCreationDate(com.atlassian.core.util.DateUtils.DateRange creationDate, LimitedRequest pageRequest) PageDaoInternal.getAbstractPagesByTitle(String title, LimitedRequest pageRequest) PageDaoInternal.scanFilteredSpaceAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) Retrieves a page response of all Abstract Page in a Space with specified content types and content statuses.PageDaoInternal.scanFilteredSpaceAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) Retrieves a page response of Abstract Page with specified content types and content statuses.
- 
Uses of AbstractPage in com.atlassian.confluence.internal.persistence.hibernateMethods in com.atlassian.confluence.internal.persistence.hibernate that return types with arguments of type AbstractPageModifier and TypeMethodDescriptionContentEntityObjectHibernateDao.getPageAndBlogPostsVersionsLastEditedByUser(com.atlassian.sal.api.user.UserKey userKey, LimitedRequest limitedRequest) ContentEntityObjectHibernateDao.getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(com.atlassian.sal.api.user.UserKey userKey, LimitedRequest limitedRequest) 
- 
Uses of AbstractPage in com.atlassian.confluence.linksMethods in com.atlassian.confluence.links with parameters of type AbstractPageModifier and TypeMethodDescriptionbooleanOutgoingLink.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.linktypesFields in com.atlassian.confluence.links.linktypes declared as AbstractPageModifier and TypeFieldDescriptionprotected @Nullable AbstractPageAbstractPageLink.destinationPage
- 
Uses of AbstractPage in com.atlassian.confluence.mailMethod parameters in com.atlassian.confluence.mail with type arguments of type AbstractPageModifier and TypeMethodDescriptionChangeDigestNotificationBean.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.notificationMethods in com.atlassian.confluence.mail.notification with parameters of type AbstractPageModifier and TypeMethodDescriptionbooleanDefaultNotificationManager.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.actionsMethods in com.atlassian.confluence.mail.notification.actions that return AbstractPageMethods in com.atlassian.confluence.mail.notification.actions with parameters of type AbstractPage
- 
Uses of AbstractPage in com.atlassian.confluence.mail.reportsMethods in com.atlassian.confluence.mail.reports that return AbstractPageConstructors in com.atlassian.confluence.mail.reports with parameters of type AbstractPage
- 
Uses of AbstractPage in com.atlassian.confluence.pagesSubclasses of AbstractPage in com.atlassian.confluence.pagesMethods in com.atlassian.confluence.pages that return AbstractPageModifier and TypeMethodDescription@Nullable AbstractPagePageManager.getAbstractPage(long id) Deprecated.since 7.3.0, useContentService.find(Expansion...)from plugins, or usePageManagerInternalin core where applicableAbstractPage.getLatestVersion()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()@Nullable AbstractPagePageManager.getPageByVersion(AbstractPage mostRecentPage, int version) Deprecated.since 7.3.0, useContentService.find(Expansion...)from plugins, or usePageManagerInternalin core where applicableAddressablePage.page()Returns the value of thepagerecord component.Methods in com.atlassian.confluence.pages that return types with arguments of type AbstractPageModifier and TypeMethodDescription@NonNull List<AbstractPage> PageManager.getAbstractPages(Iterable<Long> ids) Deprecated.since 7.3.0, useContentService.find(Expansion...)from plugins, or usePageManagerInternalin core where applicableAlternativePagesLocator.getBlogsInOtherSpaces()Returns blog posts in other spaces that have or had the required title.AlternativePagesLocator.getPagesInOtherSpaces()Returns pages in other spaces that have or had the required title the page may have been moved and potentially renamed.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.AlternativePagesLocator.getPossiblesInTrash()Returns any pages in Trash with the given space and title.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 AbstractPageModifier and TypeMethodDescription@NonNull CommentCommentManager.addCommentToPage(AbstractPage page, @Nullable Comment parent, String content) Deprecated.DefaultDraftsTransitionHelper.getDraftForPage(AbstractPage abstractPage) DraftsTransitionHelper.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 applicablestatic AddressablePageAddressablePage.of(AbstractPage page) voidPageManager.remove(AbstractPage abstractPage) Remove this page from the world.voidPageManager.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 AbstractPageModifierConstructorDescriptionAddressablePage(AbstractPage page) Creates an instance of aAddressablePagerecord class.TinyUrl(AbstractPage page) 
- 
Uses of AbstractPage in com.atlassian.confluence.pages.actionsFields in com.atlassian.confluence.pages.actions declared as AbstractPageMethods in com.atlassian.confluence.pages.actions that return AbstractPageModifier and TypeMethodDescriptionAbstractCreateAndEditPageAction.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()AbstractDiffPagesAction.getLatestVersion()RemoveHistoricalVersionAction.getLatestVersion()Deprecated, for removal: This API element is subject to removal in a future version.since 8.8.0.abstract AbstractPageAbstractDiffPagesAction.getOriginalPage()AbstractEditPageAction.getOriginalPage()Deprecated.since 5.3.DiffPagesAction.getOriginalPage()DiffPagesByVersionAction.getOriginalPage()ViewChangesSinceLastEditAction.getOriginalPage()ViewChangesSinceLastLoginAction.getOriginalPage()AbstractPageAwareAction.getPage()BreadcrumbAction.getPage()PageAware.getPage()PageNotPermittedAction.getPage()ViewPageAttachmentsAction.getPage()protected abstract AbstractPageAbstractCreatePageAction.getPageToCreate()protected AbstractPageCreateBlogPostAction.getPageToCreate()protected AbstractPageCreatePageAction.getPageToCreate()AbstractPageAction.getPreviousVersion(int version) AbstractDiffPagesAction.getRevisedPage()DiffPagesByVersionAction.getRevisedPage()Methods in com.atlassian.confluence.pages.actions that return types with arguments of type AbstractPageModifier and TypeMethodDescriptionPageNotFoundAction.getPossibleAlternativesElsewhere()PageNotFoundAction.getPossibleAlternativesInSpace()PageNotFoundAction.getPossibleAlternativesInSpaceSearch()PageNotFoundAction.getPossibleAlternativesInTrash()Methods in com.atlassian.confluence.pages.actions with parameters of type AbstractPageModifier and TypeMethodDescriptionlongAbstractDiffPagesAction.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.beansMethods in com.atlassian.confluence.pages.actions.beans with parameters of type AbstractPageModifier and TypeMethodDescriptionPageIncomingLinks.getIncomingLinks(AbstractPage page, ConfluenceUser user) Get unique undeleted incoming linksPageIncomingLinks.getIncomingLinks(AbstractPage page, com.atlassian.user.User user) Deprecated, for removal: This API element is subject to removal in a future version.SuggestedLabels.getSuggestedLabelsForPage(AbstractPage page, com.atlassian.user.User user) SuggestedLabels.getSuggestedLiteLabels(AbstractPage entity, String spaceKey, com.atlassian.user.User user, int maxResults) Deprecated.since 8.2.0, useSuggestedLabels.getSuggestedLiteLabels(String, User, int)AttachmentBean.retrieveMatchingAttachment(AbstractPage page, AttachmentManager attachmentManager) 
- 
Uses of AbstractPage in com.atlassian.confluence.pages.persistence.daoMethods in com.atlassian.confluence.pages.persistence.dao that return AbstractPageModifier and TypeMethodDescriptionAbstractPageDao.getAbstractPageById(long id) Retrieves anAbstractPagefor the specified idMethods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type AbstractPageModifier and TypeMethodDescriptionPageDao.findBlogsWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder, String blogTitle, Space space, int maxResultCount) Deprecated, for removal: This API element is subject to removal in a future version.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.PageDao.findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder, String blogTitle, Space space, int maxResultCount) Deprecated, for removal: This API element is subject to removal in a future version.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.PageDao.findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder, String pageTitle, Space space, int maxResultCount) Deprecated, for removal: This API element is subject to removal in a future version.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.PageDao.findPagesWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder, String pageTitle, Space space, int maxResultCount) Deprecated, for removal: This API element is subject to removal in a future version.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.AbstractPageDao.getAbstractPageByIds(Iterable<Long> ids) Retrieves a list ofAbstractPagefor the list of id
- 
Uses of AbstractPage in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiersMethods in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers with parameters of type AbstractPageModifier and TypeMethodDescriptionprotected List<AttachmentIdentifier> AllLatestVersionAttachmentIdentifier.getAttachmentIdentifiers(AbstractPage abstractPage) 
- 
Uses of AbstractPage in com.atlassian.confluence.pages.persistence.dao.hibernateMethods in com.atlassian.confluence.pages.persistence.dao.hibernate that return AbstractPageModifier and TypeMethodDescriptionHibernateAbstractPageDao.getAbstractPageById(long id) protected AbstractPageHibernateAbstractPageDao.getByClassId(long id) Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type AbstractPageModifier and TypeMethodDescriptionHibernatePageDao.findBlogsWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder, String blogTitle, Space space, int maxResultCount) HibernatePageDao.findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder, String blogTitle, Space space, int maxResultCount) HibernatePageDao.findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder, String pageTitle, Space space, int maxResultCount) HibernatePageDao.findPagesWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder, String pageTitle, Space space, int maxResultCount) HibernateAbstractPageDao.getAbstractPageByIds(Iterable<Long> ids) HibernatePageDao.getAbstractPages(Space space, String title, List<ContentStatus> statuses, LimitedRequest pageRequest) HibernatePageDao.getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) HibernatePageDao.getAbstractPages(com.atlassian.core.util.DateUtils.DateRange range, List<ContentStatus> statuses, LimitedRequest pageRequest) HibernatePageDao.getAbstractPages(String title, List<ContentStatus> statuses, LimitedRequest pageRequest) HibernatePageDao.getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) HibernatePageDao.getAbstractPagesByCreationDate(com.atlassian.core.util.DateUtils.DateRange range, LimitedRequest pageRequest) HibernatePageDao.getAbstractPagesByTitle(String title, LimitedRequest limitedRequest) HibernatePageDao.scanFilteredSpaceAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) HibernatePageDao.scanFilteredSpaceAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest) 
- 
Uses of AbstractPage in com.atlassian.confluence.plugin.descriptor.webMethods in com.atlassian.confluence.plugin.descriptor.web that return AbstractPageModifier and TypeMethodDescription@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 AbstractPageModifier and TypeMethodDescriptionvoidDefaultWebInterfaceContext.setPage(@Nullable AbstractPage page) 
- 
Uses of AbstractPage in com.atlassian.confluence.rpc.soapMethods in com.atlassian.confluence.rpc.soap with parameters of type AbstractPageModifier and TypeMethodDescriptionstatic RemotePageHistory[]SoapUtils.getPageHistory(AbstractPage page, PageManager pageManager) 
- 
Uses of AbstractPage in com.atlassian.confluence.rpc.soap.beansConstructors in com.atlassian.confluence.rpc.soap.beans with parameters of type AbstractPageModifierConstructorDescriptionprotected
- 
Uses of AbstractPage in com.atlassian.confluence.rpc.soap.servicesMethods in com.atlassian.confluence.rpc.soap.services that return AbstractPageModifier and TypeMethodDescriptionSoapServiceHelper.retrieveAbstractPage(long pageId) SoapServiceHelperImpl.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 AbstractPageModifier and TypeMethodDescriptionvoidSoapServiceHelper.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.servlet.simpledisplayMethods in com.atlassian.confluence.servlet.simpledisplay with parameters of type AbstractPageModifier and TypeMethodDescriptionprotected booleanAbstractPathConverter.currentUserCanEdit(AbstractPage page) protected booleanAbstractPathConverter.hasPagePermission(AbstractPage page) protected booleanAbstractPathConverter.isNotDraft(AbstractPage page) protected booleanAbstractPathConverter.isSafeToRedirectAndRevealPageId(AbstractPage page) 
- 
Uses of AbstractPage in com.atlassian.confluence.themesMethods in com.atlassian.confluence.themes that return AbstractPage
- 
Uses of AbstractPage in com.atlassian.confluence.tinymceplugin.eventsMethods in com.atlassian.confluence.tinymceplugin.events that return AbstractPageModifier and TypeMethodDescriptionLayoutCreatedEvent.getPage()SectionMacroCreatedEvent.getPage()Constructors in com.atlassian.confluence.tinymceplugin.events with parameters of type AbstractPageModifierConstructorDescriptionLayout2CreatedEvent(String layoutType, AbstractPage page, int cells, int rows) LayoutCreatedEvent(String layoutType, AbstractPage page) 
- 
Uses of AbstractPage in com.atlassian.confluence.user.actionsMethods in com.atlassian.confluence.user.actions that return AbstractPageModifier and TypeMethodDescriptionEditNotificationsAction.getPage()FindRestrictableEntitiesAction.getPage()Methods in com.atlassian.confluence.user.actions with parameters of type AbstractPageModifier and TypeMethodDescriptionvoidEditNotificationsAction.setPage(AbstractPage page) voidFindRestrictableEntitiesAction.setPage(AbstractPage page) 
- 
Uses of AbstractPage in com.atlassian.confluence.user.notificationsConstructors in com.atlassian.confluence.user.notifications with parameters of type AbstractPageModifierConstructorDescriptionAddWatchLink(AbstractPage page) Create a link to represent adding a watch on a page
- 
Uses of AbstractPage in com.atlassian.confluence.userstatusMethods in com.atlassian.confluence.userstatus with parameters of type AbstractPageModifier and TypeMethodDescriptionvoidFavouriteManager.addPageToFavourites(ConfluenceUser user, AbstractPage page) Add a page or blog post to a user's favourites by attaching a personal label to the space.booleanFavouriteManager.hasPermission(ConfluenceUser user, AbstractPage page) Get whether the current user has permission to add or remove a page favourite.booleanFavouriteManager.isUserFavourite(ConfluenceUser user, AbstractPage page) Returns whether a page or blog post is marked as a favourite for a user.voidFavouriteManager.removePageFromFavourites(ConfluenceUser user, AbstractPage page) Remove a page or blog post from a user's favourites.
- 
Uses of AbstractPage in com.atlassian.confluence.utilMethods in com.atlassian.confluence.util that return AbstractPageModifier and TypeMethodDescriptionstatic @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 AbstractPageModifier and TypeMethodDescriptionstatic StringVelocityUtil.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.
- 
Uses of AbstractPage in com.atlassian.confluence.util.breadcrumbsMethods in com.atlassian.confluence.util.breadcrumbs with parameters of type AbstractPageModifier and TypeMethodDescriptionBreadcrumbGenerator.getContentActionBreadcrumb(ConfluenceActionSupport action, Space space, AbstractPage page, DisplayableLabel label) Returns an appropriate breadcrumb for the given action, space, page and label.DefaultBreadcrumbGenerator.getContentActionBreadcrumb(ConfluenceActionSupport action, Space space, AbstractPage page, DisplayableLabel label) BreadcrumbGenerator.getContentBreadcrumb(Space space, AbstractPage page) Returns an appropriate breadcrumb for a page or blogpostDefaultBreadcrumbGenerator.getContentBreadcrumb(Space space, AbstractPage page) BreadcrumbGenerator.getContentDetailActionBreadcrumb(ConfluenceActionSupport action, Space space, AbstractPage page) Breadcrumb for the "detail" pages of a Page/Blog, like Info, Attachments or History.DefaultBreadcrumbGenerator.getContentDetailActionBreadcrumb(ConfluenceActionSupport action, Space space, AbstractPage page) Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type AbstractPageModifierConstructorDescriptionContentActionBreadcrumb(ConfluenceActionSupport action, Space space, AbstractPage page, DisplayableLabel label, Breadcrumb spaceOperationsBreadcrumb) 
- 
Uses of AbstractPage in com.atlassian.confluence.web.serviceMethods in com.atlassian.confluence.web.service that return AbstractPage
- 
Uses of AbstractPage in com.atlassian.integrationtest.utilsMethods in com.atlassian.integrationtest.utils with type parameters of type AbstractPageModifier and TypeMethodDescription<T extends AbstractPage>
 TItStateManager.forceNewVersion(T page) Saves a new version of a page, with no change to the page content.<T extends AbstractPage>
 voidItStateManager.update(T page, T original) Updates a page to save a new version.
- 
Uses of AbstractPage in it.com.atlassian.confluence.strutsMethods in it.com.atlassian.confluence.struts with parameters of type AbstractPageModifier and TypeMethodDescriptionprotected voidAbstractInjectableActionTest.setParameters(AbstractPage page) 
ContentPermissionManager.copyContentPermissions(ContentEntityObject, ContentEntityObject)