Modifier and Type | Method and Description |
---|---|
protected AbstractPage |
CreateBlogPostCommandImpl.getContent() |
Modifier and Type | Method and Description |
---|---|
Modification<AbstractPage> |
PreparedAbstractPage.getModification() |
Modifier and Type | Method and Description |
---|---|
PreparedAbstractPage |
PageUpdateService.prepare(long id,
Modification<AbstractPage> modification,
@Nullable SaveContext saveContext)
Prepare content (page or blogpost) for update.
|
PreparedAbstractPage |
DefaultPageUpdateService.prepare(long id,
Modification<AbstractPage> modification,
@Nullable SaveContext saveContext) |
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 AbstractPage |
CreatePageCommandImpl.getContent() |
protected abstract AbstractPage |
CreateAbstractPageCommandImpl.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 |
---|---|
void |
DefaultContentPermissionManager.copyContentPermissions(AbstractPage from,
AbstractPage to) |
void |
ContentPermissionManager.copyContentPermissions(AbstractPage from,
AbstractPage to)
Deprecated.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
AbstractPage |
ContentExportedToWordEvent.getContent() |
AbstractPage |
ContentPurgedFromTrashEvent.getContent() |
Constructor and Description |
---|
ContentExportedToWordEvent(AbstractPage content) |
ContentPurgedFromTrashEvent(AbstractPage content) |
Modifier and Type | Method and Description |
---|---|
@Nullable AbstractPage |
PageUpdateEvent.getOriginalPage() |
Constructor and Description |
---|
PageUpdateEvent(Object src,
Page updatedPage,
@Nullable AbstractPage originalPage,
boolean suppressNotifications,
PageUpdateTrigger updateTrigger)
Deprecated.
since 7.1.0, use
PageUpdateEvent(Object, Page, AbstractPage, OperationContext) |
PageUpdateEvent(Object source,
Page updatedPage,
@Nullable AbstractPage originalPage,
@Nullable OperationContext<PageUpdateTrigger> operationContext) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.confluence.impl.audit.handler.AuditHandler<? extends AbstractPage> |
AuditHandlerFactory.createAbstractPageHandler() |
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(@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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
TrashRemovalStatistic.pageOrBlogDeleted(AbstractPage deletedPageOrBlog) |
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 |
RestrictedPageViewNotPermittedEvent.getPage() |
Constructor and Description |
---|
RestrictedPageViewNotPermittedEvent(AbstractPage page) |
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 |
---|---|
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 Use
ContentReconciliationManager.reconcileIfNeeded(ContentEntityObject, SaveContext) instead. |
Modifier and Type | Method and Description |
---|---|
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.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(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(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(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.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.
|
Modifier and Type | Method and Description |
---|---|
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.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(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.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.
|
Modifier and Type | Method and 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) |
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 @Nullable AbstractPage |
AbstractPageLink.destinationPage |
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 |
---|---|
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 |
DefaultNotificationsSender.sendPageNotifications(AbstractPage page,
NotificationData notificationData,
ConversionContext conversionContext) |
void |
NotificationsSender.sendPageNotifications(AbstractPage page,
NotificationData notificationData,
ConversionContext conversionContext)
Sends page based notifications.
|
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 |
---|---|
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)
Deprecated.
|
AbstractPage |
DefaultPageManager.createDraft(String contentType,
String spaceKey,
long parentPageId)
Deprecated.
|
AbstractPage |
DefaultPageManager.createOrFindDraftFor(@NonNull AbstractPage page)
Deprecated.
|
@Nullable AbstractPage |
PageManager.getAbstractPage(long id)
Deprecated.
since 7.3.0, use
ContentService.find(Expansion...)
from plugins, or use PageManagerInternal in core where applicable |
@Nullable AbstractPage |
DefaultPageManager.getAbstractPage(long id)
Deprecated.
|
@Nullable AbstractPage |
DefaultPageManager.getById(long id)
Deprecated.
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()
|
@Nullable AbstractPage |
PageManager.getPageByVersion(AbstractPage mostRecentPage,
int version)
Deprecated.
since 7.3.0, use
ContentService.find(Expansion...)
from plugins, or use PageManagerInternal in core where applicable |
@Nullable AbstractPage |
DefaultPageManager.getPageByVersion(AbstractPage mostRecentPage,
int version)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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> |
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 |
---|---|
@NonNull Comment |
DefaultCommentManager.addCommentToPage(AbstractPage page,
Comment parent,
String content)
Deprecated.
|
@NonNull Comment |
CommentManager.addCommentToPage(AbstractPage page,
@Nullable Comment parent,
String content)
Deprecated.
|
AbstractPage |
DefaultPageManager.createOrFindDraftFor(@NonNull AbstractPage page)
Deprecated.
|
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) |
@Nullable AbstractPage |
PageManager.getPageByVersion(AbstractPage mostRecentPage,
int version)
Deprecated.
since 7.3.0, use
ContentService.find(Expansion...)
from plugins, or use PageManagerInternal in core where applicable |
@Nullable AbstractPage |
DefaultPageManager.getPageByVersion(AbstractPage mostRecentPage,
int version)
Deprecated.
|
void |
DefaultPageManager.reconcileIfNeeded(AbstractPage content,
@Nullable SaveContext saveContext)
Deprecated.
|
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)
Deprecated.
|
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)
Deprecated.
|
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)
Deprecated.
|
void |
AbstractPage.setOriginalVersionPage(AbstractPage originalVersionPage) |
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,
@NonNull DeleteContext deleteContext) |
void |
DefaultPageManager.trashPage(AbstractPage page,
@NonNull DeleteContext deleteContext)
Deprecated.
|
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 AbstractPage |
CreateBlogPostAction.getCreatedAbstractPage() |
protected abstract AbstractPage |
AbstractCreatePageAction.getCreatedAbstractPage() |
AbstractPage |
RemoveHistoricalVersionAction.getLatestVersion() |
AbstractPage |
AbstractDiffPagesAction.getLatestVersion() |
AbstractPage |
ViewChangesSinceLastEditAction.getOriginalPage() |
abstract AbstractPage |
AbstractDiffPagesAction.getOriginalPage() |
AbstractPage |
AbstractEditPageAction.getOriginalPage()
Deprecated.
since 5.3. This hasn't been used for a long time.
|
AbstractPage |
ViewChangesSinceLastLoginAction.getOriginalPage() |
AbstractPage |
DiffPagesByVersionAction.getOriginalPage() |
AbstractPage |
DiffPagesAction.getOriginalPage() |
AbstractPage |
BreadcrumbAction.getPage() |
AbstractPage |
PageNotPermittedAction.getPage() |
AbstractPage |
AbstractPageAwareAction.getPage() |
AbstractPage |
ViewPageAttachmentsAction.getPage() |
AbstractPage |
PageAware.getPage() |
protected AbstractPage |
CreatePageAction.getPageToCreate() |
protected AbstractPage |
CreateBlogPostAction.getPageToCreate() |
protected abstract AbstractPage |
AbstractCreatePageAction.getPageToCreate() |
AbstractPage |
AbstractPageAction.getPreviousVersion(int version) |
AbstractPage |
AbstractDiffPagesAction.getRevisedPage() |
AbstractPage |
DiffPagesByVersionAction.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 |
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 void |
CreatePageAction.initialiseProvider(AbstractPage abstractPage) |
protected void |
CreateBlogPostAction.initialiseProvider(AbstractPage abstractPage) |
protected abstract void |
AbstractCreatePageAction.initialiseProvider(AbstractPage abstractPage) |
void |
AbstractEditPageAction.setPage(AbstractPage page) |
void |
BreadcrumbAction.setPage(AbstractPage page) |
void |
PageNotPermittedAction.setPage(AbstractPage page) |
void |
AbstractPageAwareAction.setPage(AbstractPage page) |
void |
ViewPageAttachmentsAction.setPage(AbstractPage page) |
void |
PageAware.setPage(AbstractPage page)
IOC method for setting the page on the action.
|
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) |
Set<LiteLabelSearchResult> |
SuggestedLabels.getSuggestedLiteLabels(AbstractPage entity,
String spaceKey,
com.atlassian.user.User user,
int maxResults)
Get suggested labels for entity, space or site
|
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> |
DelegatingPageDao.findBlogsWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(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.findBlogsWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder,
String blogTitle,
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.findPagesWithCurrentOrHistoricalTitleInAllPermittedSpacesExcept(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> |
DelegatingPageDao.findPagesWithCurrentOrHistoricalTitleInPermittedSpace(SpacePermissionQueryBuilder permissionQueryBuilder,
String pageTitle,
Space space,
int maxResultCount) |
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)
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(List<ContentType> contentTypes,
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,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(Space space,
List<ContentType> contentTypes,
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,
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.
|
PageResponse<AbstractPage> |
DelegatingPageDao.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
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> |
PageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
DelegatingPageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
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.
|
PageResponse<AbstractPage> |
DelegatingPageDao.getAbstractPagesByTitle(String title,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
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) |
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)
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(List<ContentType> contentTypes,
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,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(Space space,
List<ContentType> contentTypes,
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,
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.
|
PageResponse<AbstractPage> |
DelegatingPageDao.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
PageDao.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
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> |
PageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
DelegatingPageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
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.
|
PageResponse<AbstractPage> |
DelegatingPageDao.getAbstractPagesByTitle(String title,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected List<AttachmentIdentifier> |
AllLatestVersionAttachmentIdentifier.getAttachmentIdentifiers(AbstractPage abstractPage) |
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> |
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(org.joda.time.DateTime date,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(Space space,
List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
@Nullable com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPagesByTitle(String title,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
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)
Deprecated.
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(List<ContentType> contentTypes,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(Space space,
String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPages(String title,
List<ContentStatus> statuses,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPagesByCreationDate(org.joda.time.DateTime date,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
PageResponse<AbstractPage> |
HibernatePageDao.getAbstractPagesByTitle(String title,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super AbstractPage> filter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
@Nullable AbstractPage |
WebInterfaceContext.getPage()
Returns the page related to the web interface state, or null if there is no page.
|
@Nullable AbstractPage |
DefaultWebInterfaceContext.getPage() |
@Nullable AbstractPage |
WebInterfaceContext.getParentPage()
Returns the parent page related to the web interface state, or null if there is no parent page.
|
@Nullable AbstractPage |
DefaultWebInterfaceContext.getParentPage() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultWebInterfaceContext.setPage(@Nullable 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 |
SoapServiceHelperImpl.retrieveAbstractPage(long abstractPageId)
Retrieves a given page, and throws RemoteException if the page is not found or the user has no view perm.
|
AbstractPage |
SoapServiceHelper.retrieveAbstractPage(long pageId) |
Modifier and Type | Method and Description |
---|---|
void |
SoapServiceHelperImpl.assertCanModify(AbstractPage page) |
void |
SoapServiceHelper.assertCanModify(AbstractPage page) |
void |
SoapServiceHelperImpl.assertCanRemove(AbstractPage page)
Throw an exception if the user can't remove the given page.
|
void |
SoapServiceHelper.assertCanRemove(AbstractPage page) |
void |
SoapServiceHelperImpl.assertCanView(AbstractPage page) |
void |
SoapServiceHelper.assertCanView(AbstractPage page) |
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 |
EditNotificationsAction.getPage() |
AbstractPage |
FindRestrictableEntitiesAction.getPage() |
Modifier and Type | Method and Description |
---|---|
void |
EditNotificationsAction.setPage(AbstractPage page) |
void |
FindRestrictableEntitiesAction.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 @Nullable 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 |
DefaultBreadcrumbGenerator.getContentActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page,
DisplayableLabel label) |
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.getContentBreadcrumb(Space space,
AbstractPage page) |
Breadcrumb |
BreadcrumbGenerator.getContentBreadcrumb(Space space,
AbstractPage page)
Returns an appropriate breadcrumb for a page or blogpost
|
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.
|
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.
|
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–2023 Atlassian. All rights reserved.
View cookie preferences