Modifier and Type | Method and Description |
---|---|
Draft |
DefaultDraftService.createDraftForEditor(AbstractPage page)
Deprecated.
|
Draft |
DraftService.createDraftForEditor(AbstractPage page)
Deprecated.
since 5.7. Not used, so no replacement.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractPage |
CreateBlogPostCommandImpl.getContent() |
Modifier and Type | Field and Description |
---|---|
protected AbstractPage |
CreateAbstractPageCommandImpl.createdContent
Will content the content created after executeInternal has successfully completed.
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractPage |
CreateAbstractPageCommandImpl.getContent() |
protected AbstractPage |
CreatePageCommandImpl.getContent() |
protected AbstractPage |
CreateAbstractPageCommandImpl.getCreatedContent() |
protected abstract AbstractPage |
RemoveAbstractPageVersionCommand.getPage() |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
AbstractPage |
PageContentEntityObject.getPage()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<AbstractPage> |
ContentEntityManager.getPageAndBlogPostsVersionsLastEditedByUser(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.
|
PageResponse<AbstractPage> |
DefaultContentEntityManager.getPageAndBlogPostsVersionsLastEditedByUser(com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest request) |
PageResponse<AbstractPage> |
ContentEntityManager.getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(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.
|
PageResponse<AbstractPage> |
DefaultContentEntityManager.getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
ContentPermissionManager.copyContentPermissions(AbstractPage from,
AbstractPage to)
Deprecated.
|
void |
DefaultContentPermissionManager.copyContentPermissions(AbstractPage from,
AbstractPage to) |
void |
PageContentEntityObject.setPage(AbstractPage page)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<AbstractPage> |
ContentEntityObjectDao.getPageAndBlogPostsVersionsLastEditedByUser(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(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.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<AbstractPage> |
ContentEntityObjectHibernateDao.getPageAndBlogPostsVersionsLastEditedByUser(com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest limitedRequest) |
PageResponse<AbstractPage> |
ContentEntityObjectHibernateDao.getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest limitedRequest) |
Modifier and Type | Method and Description |
---|---|
AbstractPage |
ContentNotificationEvent.getPage()
Deprecated.
since 5.3. Use
NotificationEvent.getNotification() and Notification.getContent() . |
Modifier and Type | Method and Description |
---|---|
AbstractPage |
PageUpdateEvent.getOriginalPage() |
Constructor and Description |
---|
PageUpdateEvent(Object src,
Page updatedPage,
AbstractPage originalPage,
boolean suppressNotifications)
|
PageUpdateEvent(Object src,
Page updatedPage,
AbstractPage originalPage,
boolean suppressNotifications,
PageUpdateTrigger updateTrigger) |
Modifier and Type | Method and Description |
---|---|
Notification |
DelegatingNotificationDao.findNotificationByUserAndPage(com.atlassian.user.User user,
AbstractPage page) |
List<Notification> |
DelegatingNotificationDao.findNotificationsByPage(AbstractPage Page) |
Modifier and Type | Method and Description |
---|---|
AbstractPage |
DecoratorUtil.ContentNavigationContext.getPage() |
AbstractPage |
DecoratorUtil.SideBarContext.getPage() |
Modifier and Type | Method and 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 under
DecoratorAction , 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 under
DecoratorAction , which does not contain
page/space context of the main request. |
Constructor and Description |
---|
ContentNavigationContext(AbstractPage page,
String mode,
String context,
ThemeHelper helper) |
SideBarContext(Space space,
AbstractPage page,
String pageId,
String context,
String contextKey,
String collectorKey) |
Modifier and Type | Method and Description |
---|---|
AbstractPage |
PageManagerInternal.createDraft(String contentType,
String spaceKey)
This method creates a draft
|
AbstractPage |
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.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns pages and blog posts created on the specified date, that are in any of the given statuses, and also match the given predicate, limited to the page request.
|
PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns all content in the instance within any of the specified statuses, limited to the specified content types and the pagination request.
|
PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns all content in the space within any of the specified statuses and content types, limited to the pagination request.
|
PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns pages and blog posts that belong to the space, exactly match the given title, are in any of the specified statuses, and match the given predicate, limited to the pagination request.
|
PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns pages and blog posts that exactly match the given title, are in any of the specified statuses, and match the given predicate, limited to the pagination request.
|
PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns the pages and blog posts created on the given date, that also match the given predicate, limited to the page request.
|
PageResponse<AbstractPage> |
PageManagerInternal.getAbstractPagesByTitle(String title,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter)
Returns all current pages and blog posts that exactly match the given title, that also match the given predicate, limited to the pagination request.
|
Modifier and Type | Method and Description |
---|---|
AbstractPage |
PageManagerInternal.createOrFindDraftFor(AbstractPage abstractPage)
Retrieves the draft for the given AbstractPage if exists.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OutgoingLink.isFrom(AbstractPage page)
Is the link directed from a page, or from some of its contents (i.e.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractPage |
AbstractPageLink.destinationPage |
Modifier and Type | Method and Description |
---|---|
PageResponse<AbstractPage> |
DefaultMailContentManager.getPageAndBlogPostsVersionsLastEditedByUser(com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest request)
Deprecated.
|
PageResponse<AbstractPage> |
DefaultMailContentManager.getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest request)
Deprecated.
|
Modifier and Type | Method and 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
|
Modifier and Type | Method and Description |
---|---|
AbstractPage |
Notification.getPage()
Deprecated.
since 5.3. Use
Notification.getContent() instead (and make no assumptions about what type of content is associated here) |
Modifier and Type | Method and Description |
---|---|
Notification |
NotificationManager.addPageNotification(com.atlassian.user.User user,
AbstractPage page)
Deprecated.
|
Notification |
DefaultNotificationManager.addPageNotification(com.atlassian.user.User user,
AbstractPage page)
Deprecated.
|
Notification |
NotificationManager.getNotificationByUserAndPage(com.atlassian.user.User user,
AbstractPage page)
Deprecated.
|
Notification |
DefaultNotificationManager.getNotificationByUserAndPage(com.atlassian.user.User user,
AbstractPage page)
Deprecated.
|
List<Notification> |
NotificationManager.getNotificationsByPage(AbstractPage page)
Deprecated.
since 5.3. Use
NotificationManager.getNotificationsByContent(com.atlassian.confluence.core.ContentEntityObject) instead. |
List<Notification> |
DefaultNotificationManager.getNotificationsByPage(AbstractPage page)
Deprecated.
|
boolean |
NotificationManager.isUserWatchingPageOrSpace(com.atlassian.user.User user,
Space space,
AbstractPage page)
Returns true if:
a) the user is watching the AbstractPage
b) the user is watching the space, or
c) the user is watching the contentType of the AbstractPage for the Space
|
boolean |
DefaultNotificationManager.isUserWatchingPageOrSpace(com.atlassian.user.User user,
Space space,
AbstractPage page) |
boolean |
Notification.matchesContentType(AbstractPage page)
Returns true if this notification matches the type of the passed content object.
|
void |
NotificationsSender.sendPageNotifications(AbstractPage page,
NotificationData notificationData,
ConversionContext conversionContext)
Sends page based notifications.
|
void |
DefaultNotificationsSender.sendPageNotifications(AbstractPage page,
NotificationData notificationData,
ConversionContext conversionContext) |
void |
Notification.setPage(AbstractPage page)
Deprecated.
since 5.3. Use
@setContent instead. |
Modifier and Type | Method and Description |
---|---|
AbstractPage |
ListWatchersAction.getPage() |
Modifier and Type | Method and Description |
---|---|
void |
ListWatchersAction.setPage(AbstractPage page) |
Modifier and Type | Method and Description |
---|---|
Notification |
NotificationDao.findNotificationByUserAndPage(com.atlassian.user.User user,
AbstractPage page)
Deprecated.
|
List<Notification> |
NotificationDao.findNotificationsByPage(AbstractPage Page)
Deprecated.
since 5.3. Use
NotificationDao.findNotificationsByContent(com.atlassian.confluence.core.ContentEntityObject) instead. |
Modifier and Type | Method and Description |
---|---|
Notification |
HibernateNotificationDao.findNotificationByUserAndPage(com.atlassian.user.User user,
AbstractPage page) |
List<Notification> |
HibernateNotificationDao.findNotificationsByPage(AbstractPage page) |
Modifier and Type | Method and Description |
---|---|
AbstractPage |
PageReport.getPage() |
Constructor and Description |
---|
PageReport(AbstractPage page,
ChangeDigestReport report) |
Modifier and Type | Class and Description |
---|---|
class |
BlogPost |
class |
Page
Represents a Page within Confluence.
|
Modifier and Type | Method and Description |
---|---|
AbstractPage |
DefaultPageManager.createDraft(String contentType,
String spaceKey) |
AbstractPage |
DefaultPageManager.createDraft(String contentType,
String spaceKey,
long parentPageId) |
AbstractPage |
DefaultPageManager.createOrFindDraftFor(AbstractPage page) |
AbstractPage |
PageManager.getAbstractPage(long id)
Retrieve the AbstractPage subclass with the given content ID.
|
AbstractPage |
DefaultPageManager.getAbstractPage(long id) |
AbstractPage |
DefaultPageManager.getById(long id)
Override default implementation to explicitly return an AbstractPage.
|
AbstractPage |
AbstractPage.getLatestVersion()
Get the latest, current version of this versioned object.
|
AbstractPage |
AbstractPage.getOriginalVersionPage()
if this page is a historical version, then this method returns the current/latest version of this page
if this page is the latest version, then this returns null
this method name should really be refactored to getCurrentVersionOfPage()
|
AbstractPage |
Comment.getPage()
Deprecated.
since 4.0. Please use
Comment.getOwner() instead. |
AbstractPage |
PageManager.getPageByVersion(AbstractPage mostRecentPage,
int version)
returns the historical version of a page
|
AbstractPage |
DefaultPageManager.getPageByVersion(AbstractPage mostRecentPage,
int version) |
Modifier and Type | Method and Description |
---|---|
PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter) |
List<AbstractPage> |
PageManager.getAbstractPages(Iterable<Long> ids)
Retrieve a collection of the AbstractPage subclass with the given content IDs.
|
List<AbstractPage> |
DefaultPageManager.getAbstractPages(Iterable<Long> ids) |
PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter) |
PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter) |
PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter) |
PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter) |
PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter) |
PageResponse<AbstractPage> |
DefaultPageManager.getAbstractPagesByTitle(String title,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage>... filter) |
List<AbstractPage> |
AlternativePagesLocator.getBlogsInOtherSpaces()
Returns blog posts in other spaces that have or had the required title.
|
List<AbstractPage> |
AlternativePagesLocator.getPagesInOtherSpaces()
Returns pages in other spaces that have or had the required title the page may have been moved and potentially
renamed.
|
List<AbstractPage> |
AlternativePagesLocator.getPagesWithSimilarTitleInSpace()
Returns pages in the space that have similar titles to the one requested.
|
List<AbstractPage> |
PageManager.getPossibleBlogRedirectsInSpace(Space space,
String blogTitle,
int maxResultCount)
Searches for blogs in the space specified, looking for those that have the given title in a
previous version.
|
List<AbstractPage> |
DefaultPageManager.getPossibleBlogRedirectsInSpace(Space space,
String blogTitle,
int maxResultCount) |
List<AbstractPage> |
PageManager.getPossibleBlogRedirectsNotInSpace(Space space,
String blogTitle,
int maxResultCount)
Searches for pages in all spaces except the one specified, looking for those that have the given title in a
previous version.
|
List<AbstractPage> |
DefaultPageManager.getPossibleBlogRedirectsNotInSpace(Space space,
String blogTitle,
int maxResultCount) |
List<AbstractPage> |
DefaultPageManager.getPossibleRedirectsForSpace(Space space,
String pageTitle) |
List<AbstractPage> |
PageManager.getPossibleRedirectsInSpace(Space space,
String pageTitle,
int maxResultCount)
Searches for pages in the space specified, looking for those that have the given title in a
previous version.
|
List<AbstractPage> |
DefaultPageManager.getPossibleRedirectsInSpace(Space space,
String pageTitle,
int maxResultCount) |
List<AbstractPage> |
PageManager.getPossibleRedirectsNotInSpace(Space space,
String pageTitle,
int maxResultCount)
Searches for pages in all spaces except the one specified, looking for those that have the given title in a
previous version.
|
List<AbstractPage> |
DefaultPageManager.getPossibleRedirectsNotInSpace(Space space,
String pageTitle,
int maxResultCount) |
List<AbstractPage> |
AlternativePagesLocator.getPossiblesInTrash()
Returns any pages in Trash with the given space and title.
|
List<AbstractPage> |
AlternativePagesLocator.getRenamedPagesInSpace()
Returns pages in the space that had the required title but have been renamed.
|
Modifier and Type | Method and Description |
---|---|
Comment |
CommentManager.addCommentToPage(AbstractPage page,
Comment parent,
String content)
Deprecated.
|
Comment |
DefaultCommentManager.addCommentToPage(AbstractPage page,
Comment parent,
String content) |
Draft |
DraftManager.createDraftForPage(AbstractPage page,
String username)
Deprecated.
since 5.7. No replacement.
|
Draft |
DefaultDraftManager.createDraftForPage(AbstractPage page,
String username)
Deprecated.
|
AbstractPage |
DefaultPageManager.createOrFindDraftFor(AbstractPage page) |
ContentEntityObject |
DraftsTransitionHelper.getDraftForPage(AbstractPage abstractPage)
This method should retrieve a draft from a given AbstractPage respecting the Shared Drafts feature state.
|
ContentEntityObject |
DefaultDraftsTransitionHelper.getDraftForPage(AbstractPage abstractPage) |
AbstractPage |
PageManager.getPageByVersion(AbstractPage mostRecentPage,
int version)
returns the historical version of a page
|
AbstractPage |
DefaultPageManager.getPageByVersion(AbstractPage mostRecentPage,
int version) |
void |
PageManager.renamePage(AbstractPage page,
String newPageTitle)
Call this function if you want to rename the page only.
|
void |
DefaultPageManager.renamePage(AbstractPage page,
String newPageTitle) |
void |
PageManager.renamePageWithoutNotifications(AbstractPage page,
String newPageTitle)
Call this function if you want to rename the page only, and don't want notifications generated.
|
void |
DefaultPageManager.renamePageWithoutNotifications(AbstractPage page,
String newPageTitle) |
void |
PageManager.restorePage(AbstractPage page)
Restores a trashed page, effectively moving it out of the trash and promoting it back to being normal page.
|
void |
DefaultPageManager.restorePage(AbstractPage page) |
void |
AbstractPage.setOriginalVersionPage(AbstractPage originalVersionPage) |
void |
Comment.setPage(AbstractPage page)
Deprecated.
Since 3.3 Use
Comment.setContainer(ContentEntityObject) |
void |
PageManager.trashPage(AbstractPage page)
Deprecated.
since 6.0 Use
PageManager.trashPage(AbstractPage, DeleteContext) |
void |
DefaultPageManager.trashPage(AbstractPage page)
Deprecated.
|
void |
PageManager.trashPage(AbstractPage page,
DeleteContext deleteContext) |
void |
DefaultPageManager.trashPage(AbstractPage page,
DeleteContext deleteContext) |
Constructor and Description |
---|
TinyUrl(AbstractPage page) |
Modifier and Type | Field and Description |
---|---|
protected AbstractPage |
AbstractDiffPagesAction.originalPage |
Modifier and Type | Method and Description |
---|---|
AbstractPage |
AbstractCreateAndEditPageAction.getContentDraft()
Return the current draft in use if there is one or null otherwise.
|
protected AbstractPage |
AbstractCreateAndEditPageAction.getContentObject() |
protected AbstractPage |
CreatePageAction.getCreatedAbstractPage() |
protected abstract AbstractPage |
AbstractCreatePageAction.getCreatedAbstractPage() |
protected AbstractPage |
CreateBlogPostAction.getCreatedAbstractPage() |
AbstractPage |
RemoveHistoricalVersionAction.getLatestVersion() |
AbstractPage |
AbstractDiffPagesAction.getLatestVersion() |
AbstractPage |
DiffPagesAction.getOriginalPage() |
AbstractPage |
ViewChangesSinceLastEditAction.getOriginalPage() |
AbstractPage |
DiffPagesByVersionAction.getOriginalPage() |
AbstractPage |
AbstractEditPageAction.getOriginalPage()
Deprecated.
since 5.3. This hasn't been used for a long time.
|
AbstractPage |
ViewChangesSinceLastLoginAction.getOriginalPage() |
abstract AbstractPage |
AbstractDiffPagesAction.getOriginalPage() |
AbstractPage |
PageNotPermittedAction.getPage() |
AbstractPage |
AbstractPageAwareAction.getPage() |
AbstractPage |
PageAware.getPage() |
AbstractPage |
ViewPageAttachmentsAction.getPage() |
AbstractPage |
BreadcrumbAction.getPage() |
protected AbstractPage |
CreatePageAction.getPageToCreate() |
protected abstract AbstractPage |
AbstractCreatePageAction.getPageToCreate() |
protected AbstractPage |
CreateBlogPostAction.getPageToCreate() |
AbstractPage |
AbstractPageAction.getPreviousVersion(int version) |
AbstractPage |
DiffPagesByVersionAction.getRevisedPage() |
AbstractPage |
AbstractDiffPagesAction.getRevisedPage() |
Modifier and Type | Method and Description |
---|---|
List<AbstractPage> |
PageNotFoundAction.getPossibleAlternativesElsewhere() |
List<AbstractPage> |
PageNotFoundAction.getPossibleAlternativesInSpace() |
List<AbstractPage> |
PageNotFoundAction.getPossibleAlternativesInSpaceSearch() |
List<AbstractPage> |
PageNotFoundAction.getPossibleAlternativesInTrash() |
Modifier and Type | Method and Description |
---|---|
long |
ViewPageAction.getPageIdOfVersionAfter(AbstractPage page) |
long |
AbstractDiffPagesAction.getPageIdOfVersionAfter(AbstractPage page) |
long |
ViewPageAction.getPageIdOfVersionBefore(AbstractPage page) |
long |
AbstractDiffPagesAction.getPageIdOfVersionBefore(AbstractPage page) |
String |
HandleNameConflictsAction.getTextBoxName(AbstractPage page) |
boolean |
ViewPageAction.hasNextVersion(AbstractPage page) |
boolean |
AbstractDiffPagesAction.hasNextVersion(AbstractPage page) |
boolean |
ViewPageAction.hasPreviousVersion(AbstractPage page) |
boolean |
AbstractDiffPagesAction.hasPreviousVersion(AbstractPage page) |
protected void |
CreatePageAction.initialiseProvider(AbstractPage abstractPage) |
protected abstract void |
AbstractCreatePageAction.initialiseProvider(AbstractPage abstractPage) |
protected void |
CreateBlogPostAction.initialiseProvider(AbstractPage abstractPage) |
void |
PageNotPermittedAction.setPage(AbstractPage page) |
void |
AbstractEditPageAction.setPage(AbstractPage page) |
void |
AbstractPageAwareAction.setPage(AbstractPage page) |
void |
PageAware.setPage(AbstractPage page)
IOC method for setting the page on the action.
|
void |
ViewPageAttachmentsAction.setPage(AbstractPage page) |
void |
BreadcrumbAction.setPage(AbstractPage page) |
Modifier and Type | Method and Description |
---|---|
List<OutgoingLink> |
PageIncomingLinks.getIncomingLinks(AbstractPage page,
com.atlassian.user.User user)
Get unique undeleted incoming links
|
List |
SuggestedLabels.getSuggestedLabelsForPage(AbstractPage page,
com.atlassian.user.User user) |
Attachment |
AttachmentBean.retrieveMatchingAttachment(AbstractPage page,
AttachmentManager attachmentManager) |
Modifier and Type | Method and Description |
---|---|
AbstractPage |
AbstractPageDao.getAbstractPageById(long id)
Retrieves an
AbstractPage for the specified id |
Modifier and Type | Method and Description |
---|---|
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> |
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> |
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> |
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 of
AbstractPage for the list of id |
PageResponse<AbstractPage> |
PageDao.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Returns the abstract pages created on the given date and are in the , that also match the given filter, limited
to the page request.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Retrieves a page response of all pages found in this instance of Confluence, within any of the given statuses.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Retrieves a page response for all content (pages and/or blog posts) in the given space, within any of the
specified statuses and content types.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Returns the abstract pages from a space that exactly match the given title and are in any of the specified
statuses, and match the given filter, limited to the pagination request.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Returns the abstract pages that exactly match the given title, are in any of the specified statuses, and match
the given filter, limited to the pagination request.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Returns the abstract pages created on the given date, that also match the given filter, limited to the page
request.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPagesByTitle(String title,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Returns the abstract pages that exactly match the given title, limited to the pagination request.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Returns the abstract pages created on the given date and are in the , that also match the given filter, limited
to the page request.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Retrieves a page response of all pages found in this instance of Confluence, within any of the given statuses.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Retrieves a page response for all content (pages and/or blog posts) in the given space, within any of the
specified statuses and content types.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Returns the abstract pages from a space that exactly match the given title and are in any of the specified
statuses, and match the given filter, limited to the pagination request.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Returns the abstract pages that exactly match the given title, are in any of the specified statuses, and match
the given filter, limited to the pagination request.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Returns the abstract pages created on the given date, that also match the given filter, limited to the page
request.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPagesByTitle(String title,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Returns the abstract pages that exactly match the given title, limited to the pagination request.
|
Modifier and Type | Method and Description |
---|---|
AbstractPage |
HibernateAbstractPageDao.getAbstractPageById(long id)
|
protected AbstractPage |
HibernateAbstractPageDao.getByClassId(long id) |
Modifier and Type | Method and Description |
---|---|
List<AbstractPage> |
HibernatePageDao.findBlogsWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder,
String blogTitle,
Space space,
int maxResultCount) |
List<AbstractPage> |
CachingPageDao.findBlogsWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder,
String blogTitle,
Space space,
int maxResultCount) |
List<AbstractPage> |
HibernatePageDao.findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder,
String blogTitle,
Space space,
int maxResultCount) |
List<AbstractPage> |
CachingPageDao.findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder,
String blogTitle,
Space space,
int maxResultCount) |
List<AbstractPage> |
HibernatePageDao.findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder,
String pageTitle,
Space space,
int maxResultCount) |
List<AbstractPage> |
CachingPageDao.findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(SpacePermissionQueryBuilder permissionQueryBuilder,
String pageTitle,
Space space,
int maxResultCount) |
List<AbstractPage> |
HibernatePageDao.findPagesWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder,
String pageTitle,
Space space,
int maxResultCount) |
List<AbstractPage> |
CachingPageDao.findPagesWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder,
String pageTitle,
Space space,
int maxResultCount) |
List<AbstractPage> |
HibernateAbstractPageDao.getAbstractPageByIds(Iterable<Long> ids) |
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPagesByTitle(String title,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPagesByTitle(String title,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
CachingPageDao.getPageAndBlogPostsVersionsLastEditedByUser(com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest request) |
PageResponse<AbstractPage> |
CachingPageDao.getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts(com.atlassian.sal.api.user.UserKey userKey,
LimitedRequest request) |
Modifier and Type | Method and Description |
---|---|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPages(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPagesByTitle(String title,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
PageResponse<AbstractPage> |
CachingPageDao.getAbstractPagesByTitle(String title,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter) |
Modifier and Type | Method and Description |
---|---|
AbstractPage |
WebInterfaceContext.getPage()
Returns the page related to the web interface state, or null if there is no page.
|
AbstractPage |
DefaultWebInterfaceContext.getPage() |
AbstractPage |
WebInterfaceContext.getParentPage()
Returns the parent page related to the web interface state, or null if there is no parent page.
|
AbstractPage |
DefaultWebInterfaceContext.getParentPage() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultWebInterfaceContext.setPage(AbstractPage page) |
Modifier and Type | Method and Description |
---|---|
static RemotePageHistory[] |
SoapUtils.getPageHistory(AbstractPage page,
PageManager pageManager) |
Constructor and Description |
---|
AbstractRemotePageSummary(AbstractPage page) |
RemoteBlogEntrySummary(AbstractPage page) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
AbstractPage |
GlobalHelper.getPage() |
Modifier and Type | Method and Description |
---|---|
AbstractPage |
SectionMacroCreatedEvent.getPage() |
AbstractPage |
LayoutCreatedEvent.getPage() |
Constructor and Description |
---|
Layout2CreatedEvent(String layoutType,
AbstractPage page,
int cells,
int rows) |
LayoutCreatedEvent(String layoutType,
AbstractPage page) |
SectionMacroCreatedEvent(AbstractPage page) |
Modifier and Type | Method and Description |
---|---|
AbstractPage |
FindRestrictableEntitiesAction.getPage() |
AbstractPage |
EditNotificationsAction.getPage() |
Modifier and Type | Method and Description |
---|---|
void |
FindRestrictableEntitiesAction.setPage(AbstractPage page) |
void |
EditNotificationsAction.setPage(AbstractPage page) |
Constructor and Description |
---|
AddWatchLink(AbstractPage page)
Create a link to represent adding a watch on a page
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
DefaultFavouriteManager.addPageToFavourites(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.hasPermission(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.
|
boolean |
DefaultFavouriteManager.isUserFavourite(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.
|
void |
DefaultFavouriteManager.removePageFromFavourites(com.atlassian.user.User user,
AbstractPage page) |
Modifier and Type | Method and Description |
---|---|
static AbstractPage |
GeneralUtil.getParentPageOrBlog(Contained content)
returns the page or blog that the content is attached to, or null if it is not attached to a page or blog.
|
Modifier and Type | Method and Description |
---|---|
static String |
GeneralUtil.customGetPageUrl(AbstractPage page)
Need a special case of generalutils getpageurl that appends ? or ampersand smartly
this is used to prefix url parameters that are appended after this path like:
showcomments=true#addcomment
|
static String |
GeneralUtil.getEditPageUrl(AbstractPage page)
Get a resume draft URL that includes the shareDraftid
|
static String |
GeneralUtil.getIdBasedPageUrl(AbstractPage page)
Get page URL that is id based (i.e.
|
static String |
GeneralUtil.getPageUrl(AbstractPage page) |
Modifier and Type | Method and Description |
---|---|
Breadcrumb |
BreadcrumbGenerator.getContentActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page,
DisplayableLabel label)
Returns an appropriate breadcrumb for the given action, space, page and label.
|
Breadcrumb |
DefaultBreadcrumbGenerator.getContentActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page,
DisplayableLabel label) |
Breadcrumb |
BreadcrumbGenerator.getContentBreadcrumb(Space space,
AbstractPage page)
Returns an appropriate breadcrumb for a page or blogpost
|
Breadcrumb |
DefaultBreadcrumbGenerator.getContentBreadcrumb(Space space,
AbstractPage page) |
Breadcrumb |
BreadcrumbGenerator.getContentDetailActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page)
Breadcrumb for the "detail" pages of a Page/Blog, like Info, Attachments or History.
|
Breadcrumb |
DefaultBreadcrumbGenerator.getContentDetailActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page)
Breadcrumb for the "detail" pages of a Page/Blog, like Info, Attachments or History.
|
Constructor and Description |
---|
ContentActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page,
DisplayableLabel label,
Breadcrumb spaceOperationsBreadcrumb) |
Modifier and Type | Method and Description |
---|---|
AbstractPage |
WebContextFactoryImpl.GhettoHelper.getPage() |
Copyright © 2003–2017 Atlassian. All rights reserved.