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 AbstractPage
CreateBlogPostCommandImpl. 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 PreparedAbstractPage
DefaultPageUpdateService. prepare(long id, Modification<AbstractPage> modification, @Nullable SaveContext saveContext)
PreparedAbstractPage
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.page
Fields in com.atlassian.confluence.content.service.page declared as AbstractPage Modifier and Type Field Description protected AbstractPage
CreateAbstractPageCommandImpl. createdContent
Will content the content created after executeInternal has successfully completed.Methods in com.atlassian.confluence.content.service.page that return AbstractPage Modifier and Type Method Description protected abstract AbstractPage
CreateAbstractPageCommandImpl. getContent()
protected AbstractPage
CreatePageCommandImpl. getContent()
protected AbstractPage
CreateAbstractPageCommandImpl. getCreatedContent()
protected abstract AbstractPage
RemoveAbstractPageVersionCommand. 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 void
ContentPermissionManager. copyContentPermissions(AbstractPage from, AbstractPage to)
Deprecated.void
DefaultContentPermissionManager. 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 AbstractPage
ContentExportedToWordEvent. getContent()
AbstractPage
ContentPurgedFromTrashEvent. 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 AbstractPage
PageUpdateEvent. 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 AbstractPage
DefaultPageManager. createDraft(String contentType, String spaceKey)
AbstractPage
DefaultPageManager. createDraft(String contentType, String spaceKey, long parentPageId)
AbstractPage
DefaultPageManager. createOrFindDraftFor(@NonNull AbstractPage page)
@Nullable AbstractPage
DefaultPageManager. getAbstractPage(long id)
@Nullable AbstractPage
DefaultPageManager. getById(long id)
Override default implementation to explicitly return an AbstractPage.@Nullable AbstractPage
DefaultPageManager. 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 Comment
DefaultCommentManager. addCommentToPage(AbstractPage page, Comment parent, String content)
AbstractPage
DefaultPageManager. createOrFindDraftFor(@NonNull AbstractPage page)
@Nullable AbstractPage
DefaultPageManager. getPageByVersion(AbstractPage mostRecentPage, int version)
void
DefaultPageManager. reconcileIfNeeded(AbstractPage content, @Nullable SaveContext saveContext)
void
DefaultPageManager. renamePage(AbstractPage page, String newPageTitle)
void
DefaultPageManager. renamePageWithoutNotifications(AbstractPage page, String newPageTitle)
void
DefaultPageManager. restorePage(AbstractPage page)
void
DefaultPageManager. trashPage(AbstractPage page)
void
DefaultPageManager. 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 void
TrashRemovalStatistic. 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 AbstractPage
DecoratorUtil.ContentNavigationContext. getPage()
AbstractPage
DecoratorUtil.SideBarContext. getPage()
Methods in com.atlassian.confluence.impl.util with parameters of type AbstractPage Modifier and Type Method Description static void
DecoratorUtil. 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 void
DecoratorUtil. 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 AbstractPage
RestrictedPageViewNotPermittedEvent. 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 AbstractPage
PageManagerInternal. createDraft(String contentType, String spaceKey)
This method creates a draftAbstractPage
PageManagerInternal. createDraft(String contentType, String spaceKey, long parentPageId)
This method creates a draft.AbstractPage
PageManagerInternal. 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 AbstractPage
PageManagerInternal. createOrFindDraftFor(AbstractPage abstractPage)
Retrieves the draft for the given AbstractPage if exists.void
PageManagerInternal. 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 boolean
OutgoingLink. isFrom(AbstractPage page)
Is the link directed from a page, or from some of its contents (i.e. -
Uses of AbstractPage in com.atlassian.confluence.links.linktypes
Fields in com.atlassian.confluence.links.linktypes declared as AbstractPage Modifier and Type Field Description protected @Nullable AbstractPage
AbstractPageLink. 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 ChangeDigestReport
ChangeDigestNotificationBean. getWatchedChangeReportForUser(com.atlassian.user.User user, List<? extends AbstractPage> pages)
Gets a report of all pages and spaces changed that the user is watching -
Uses of AbstractPage in com.atlassian.confluence.mail.notification
Methods in com.atlassian.confluence.mail.notification with parameters of type AbstractPage Modifier and Type Method Description boolean
DefaultNotificationManager. isUserWatchingPageOrSpace(com.atlassian.user.User user, Space space, AbstractPage page)
boolean
NotificationManager. isUserWatchingPageOrSpace(com.atlassian.user.User user, Space space, AbstractPage page)
Returns true if: a) the user is watching the AbstractPage b) the user is watching the space, or c) the user is watching the contentType of the AbstractPage for the Spaceboolean
Notification. matchesContentType(AbstractPage page)
Returns true if this notification matches the type of the passed content object.void
DefaultNotificationsSender. sendPageNotifications(AbstractPage page, NotificationData notificationData, ConversionContext conversionContext)
void
NotificationsSender. 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 AbstractPage
ListWatchersAction. getPage()
Methods in com.atlassian.confluence.mail.notification.actions with parameters of type AbstractPage Modifier and Type Method Description void
ListWatchersAction. 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 AbstractPage
PageReport. 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 class
BlogPost
class
Page
Represents a Page within Confluence.Methods in com.atlassian.confluence.pages that return AbstractPage Modifier and Type Method Description @Nullable AbstractPage
PageManager. getAbstractPage(long id)
Deprecated.since 7.3.0, useContentService.find(Expansion...)
from plugins, or usePageManagerInternal
in core where applicableAbstractPage
AbstractPage. getLatestVersion()
Get the latest, current version of this versioned object.AbstractPage
AbstractPage. getOriginalVersionPage()
if this page is a historical version, then this method returns the current/latest version of this page if this page is the latest version, then this returns null this method name should really be refactored to getCurrentVersionOfPage()@Nullable AbstractPage
PageManager. getPageByVersion(AbstractPage mostRecentPage, int version)
Deprecated.since 7.3.0, useContentService.find(Expansion...)
from plugins, or usePageManagerInternal
in 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 usePageManagerInternal
in 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 Comment
CommentManager. addCommentToPage(AbstractPage page, @Nullable Comment parent, String content)
Deprecated.ContentEntityObject
DefaultDraftsTransitionHelper. getDraftForPage(AbstractPage abstractPage)
ContentEntityObject
DraftsTransitionHelper. getDraftForPage(AbstractPage abstractPage)
This method should retrieve a draft from a given AbstractPage respecting the Shared Drafts feature state.@Nullable AbstractPage
PageManager. getPageByVersion(AbstractPage mostRecentPage, int version)
Deprecated.since 7.3.0, useContentService.find(Expansion...)
from plugins, or usePageManagerInternal
in core where applicablevoid
PageManager. renamePage(AbstractPage page, String newPageTitle)
Call this function if you want to rename the page only.void
PageManager. renamePageWithoutNotifications(AbstractPage page, String newPageTitle)
Call this function if you want to rename the page only, and don't want notifications generated.void
PageManager. restorePage(AbstractPage page)
Restores a trashed page, effectively moving it out of the trash and promoting it back to being normal page.void
AbstractPage. setOriginalVersionPage(AbstractPage originalVersionPage)
void
PageManager. trashPage(AbstractPage page)
Deprecated.since 6.0 UsePageManager.trashPage(AbstractPage, DeleteContext)
void
PageManager. 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 AbstractPage
AbstractDiffPagesAction. originalPage
Methods in com.atlassian.confluence.pages.actions that return AbstractPage Modifier and Type Method Description AbstractPage
AbstractCreateAndEditPageAction. getContentDraft()
Return the current draft in use if there is one or null otherwise.protected AbstractPage
AbstractCreateAndEditPageAction. getContentObject()
protected abstract AbstractPage
AbstractCreatePageAction. getCreatedAbstractPage()
protected AbstractPage
CreateBlogPostAction. getCreatedAbstractPage()
protected AbstractPage
CreatePageAction. getCreatedAbstractPage()
AbstractPage
AbstractDiffPagesAction. getLatestVersion()
AbstractPage
RemoveHistoricalVersionAction. getLatestVersion()
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8.0.abstract AbstractPage
AbstractDiffPagesAction. getOriginalPage()
AbstractPage
AbstractEditPageAction. getOriginalPage()
Deprecated.since 5.3.AbstractPage
DiffPagesAction. getOriginalPage()
AbstractPage
DiffPagesByVersionAction. getOriginalPage()
AbstractPage
ViewChangesSinceLastEditAction. getOriginalPage()
AbstractPage
ViewChangesSinceLastLoginAction. getOriginalPage()
AbstractPage
AbstractPageAwareAction. getPage()
AbstractPage
BreadcrumbAction. getPage()
AbstractPage
PageAware. getPage()
AbstractPage
PageNotPermittedAction. getPage()
AbstractPage
ViewPageAttachmentsAction. getPage()
protected abstract AbstractPage
AbstractCreatePageAction. getPageToCreate()
protected AbstractPage
CreateBlogPostAction. getPageToCreate()
protected AbstractPage
CreatePageAction. getPageToCreate()
AbstractPage
AbstractPageAction. getPreviousVersion(int version)
AbstractPage
AbstractDiffPagesAction. getRevisedPage()
AbstractPage
DiffPagesByVersionAction. getRevisedPage()
Methods in com.atlassian.confluence.pages.actions 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 long
AbstractDiffPagesAction. getPageIdOfVersionAfter(AbstractPage page)
long
ViewPageAction. getPageIdOfVersionAfter(AbstractPage page)
long
AbstractDiffPagesAction. getPageIdOfVersionBefore(AbstractPage page)
long
ViewPageAction. getPageIdOfVersionBefore(AbstractPage page)
boolean
AbstractDiffPagesAction. hasNextVersion(AbstractPage page)
boolean
ViewPageAction. hasNextVersion(AbstractPage page)
boolean
AbstractDiffPagesAction. hasPreviousVersion(AbstractPage page)
boolean
ViewPageAction. hasPreviousVersion(AbstractPage page)
protected abstract void
AbstractCreatePageAction. initialiseProvider(AbstractPage abstractPage)
protected void
CreateBlogPostAction. initialiseProvider(AbstractPage abstractPage)
protected void
CreatePageAction. initialiseProvider(AbstractPage abstractPage)
void
AbstractEditPageAction. setPage(AbstractPage page)
void
AbstractPageAwareAction. setPage(AbstractPage page)
void
BreadcrumbAction. setPage(AbstractPage page)
void
PageAware. setPage(AbstractPage page)
IOC method for setting the page on the action.void
PageNotPermittedAction. setPage(AbstractPage page)
void
ViewPageAttachmentsAction. 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 linksList
SuggestedLabels. 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)
Attachment
AttachmentBean. retrieveMatchingAttachment(AbstractPage page, AttachmentManager attachmentManager)
-
Uses of AbstractPage in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return AbstractPage Modifier and Type Method Description AbstractPage
AbstractPageDao. getAbstractPageById(long id)
Retrieves anAbstractPage
for 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 ofAbstractPage
for 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 AbstractPage
HibernateAbstractPageDao. getAbstractPageById(long id)
protected AbstractPage
HibernateAbstractPageDao. 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 AbstractPage
DefaultWebInterfaceContext. getPage()
@Nullable AbstractPage
WebInterfaceContext. getPage()
Returns the page related to the web interface state, or null if there is no page.@Nullable AbstractPage
DefaultWebInterfaceContext. getParentPage()
@Nullable AbstractPage
WebInterfaceContext. 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 void
DefaultWebInterfaceContext. 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 AbstractPage
SoapServiceHelper. retrieveAbstractPage(long pageId)
AbstractPage
SoapServiceHelperImpl. retrieveAbstractPage(long abstractPageId)
Retrieves a given page, and throws RemoteException if the page is not found or the user has no view perm.Methods in com.atlassian.confluence.rpc.soap.services with parameters of type AbstractPage Modifier and Type Method Description void
SoapServiceHelper. assertCanModify(AbstractPage page)
void
SoapServiceHelperImpl. assertCanModify(AbstractPage page)
void
SoapServiceHelper. assertCanRemove(AbstractPage page)
void
SoapServiceHelperImpl. assertCanRemove(AbstractPage page)
Throw an exception if the user can't remove the given page.void
SoapServiceHelper. assertCanView(AbstractPage page)
void
SoapServiceHelperImpl. 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 AbstractPage
GlobalHelper. 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 AbstractPage
LayoutCreatedEvent. getPage()
AbstractPage
SectionMacroCreatedEvent. 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 AbstractPage
EditNotificationsAction. getPage()
AbstractPage
FindRestrictableEntitiesAction. getPage()
Methods in com.atlassian.confluence.user.actions with parameters of type AbstractPage Modifier and Type Method Description void
EditNotificationsAction. setPage(AbstractPage page)
void
FindRestrictableEntitiesAction. 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 void
DefaultFavouriteManager. addPageToFavourites(com.atlassian.user.User user, AbstractPage page)
void
FavouriteManager. 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.boolean
DefaultFavouriteManager. hasPermission(com.atlassian.user.User user, AbstractPage page)
boolean
FavouriteManager. hasPermission(com.atlassian.user.User user, AbstractPage page)
Get whether the current user has permission to add or remove a page favourite.boolean
DefaultFavouriteManager. isUserFavourite(com.atlassian.user.User user, AbstractPage page)
boolean
FavouriteManager. isUserFavourite(com.atlassian.user.User user, AbstractPage page)
Returns whether a page or blog post is marked as a favourite for a user.void
DefaultFavouriteManager. removePageFromFavourites(com.atlassian.user.User user, AbstractPage page)
void
FavouriteManager. 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 AbstractPage
SafeGeneralUtil. 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 String
SafeGeneralUtil. 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 String
SafeGeneralUtil. getEditPageUrl(AbstractPage page)
Get a resume draft URL that includes the shareDraftidstatic String
SafeGeneralUtil. getIdBasedPageUrl(AbstractPage page)
Get page URL that is id based (i.e.static @NonNull String
SafeGeneralUtil. 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 Breadcrumb
BreadcrumbGenerator. getContentActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page, DisplayableLabel label)
Returns an appropriate breadcrumb for the given action, space, page and label.Breadcrumb
DefaultBreadcrumbGenerator. getContentActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page, DisplayableLabel label)
Breadcrumb
BreadcrumbGenerator. getContentBreadcrumb(Space space, AbstractPage page)
Returns an appropriate breadcrumb for a page or blogpostBreadcrumb
DefaultBreadcrumbGenerator. getContentBreadcrumb(Space space, AbstractPage page)
Breadcrumb
BreadcrumbGenerator. getContentDetailActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page)
Breadcrumb for the "detail" pages of a Page/Blog, like Info, Attachments or History.Breadcrumb
DefaultBreadcrumbGenerator. 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 AbstractPage
WebContextFactoryImpl.GhettoHelper. getPage()
-