Modifier and Type | Method and Description |
---|---|
Page |
PageContentTypeApiSupport.create(Content newContent) |
Page |
PageContentTypeApiSupport.update(Content updatedContent,
Page page) |
Modifier and Type | Method and Description |
---|---|
Class<Page> |
PageContentTypeApiSupport.getEntityClass() |
Modifier and Type | Method and Description |
---|---|
protected PageResponse<Content> |
PageContentTypeApiSupport.getChildrenForThisType(Page content,
LimitedRequest limitedRequest,
Expansions expansions,
Depth depth) |
Page |
PageContentTypeApiSupport.update(Content updatedContent,
Page page) |
ValidationResult |
PageContentTypeApiSupport.validateUpdate(Content updatedContent,
Page sceo) |
Modifier and Type | Method and Description |
---|---|
Map<ContentId,Map<String,Object>> |
PageContentTypeApiSupport.getExtensions(Iterable<Page> pages,
Expansions expansions) |
Modifier and Type | Method and Description |
---|---|
String |
HtmlExportHrefEvaluator.createHref(ConversionContext context,
Page page,
String anchor) |
Modifier and Type | Method and Description |
---|---|
Page |
PageResourceIdentifierResolver.resolve(PageResourceIdentifier pageResourceIdentifier,
ConversionContext conversionContext) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultResourceIdentifierMatcher.matches(Page page,
ResourceIdentifier ri) |
Constructor and Description |
---|
AttachmentOwningContentResolver(ResourceIdentifierResolver<PageResourceIdentifier,Page> pageResourceResolver,
ResourceIdentifierResolver<BlogPostResourceIdentifier,BlogPost> blogPostResourceResolver,
ResourceIdentifierResolver<ContentEntityResourceIdentifier,ContentEntityObject> contentEntityResourceResolver,
ResourceIdentifierResolver<DraftResourceIdentifier,Draft> draftResourceResolver) |
Modifier and Type | Method and Description |
---|---|
ServiceCommand |
PageService.newCreatePageCommand(PageProvider provider,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
Page draft,
com.atlassian.user.User user,
boolean notifySelf)
Retrieve a command for creating a new page for the specified user.
|
ServiceCommand |
DefaultPageService.newCreatePageCommand(PageProvider provider,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
Page draft,
com.atlassian.user.User user,
boolean notifySelf) |
ServiceCommand |
PageService.newCreatePageCommandFromExisting(PageProvider provider,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
Page draft,
com.atlassian.user.User user,
boolean notifySelf,
SpaceProvider spaceProvider)
This is not a public API method! Creating a page from an existing page has different authorisation and validation logic
from creating a brand new page.
|
ServiceCommand |
DefaultPageService.newCreatePageCommandFromExisting(PageProvider pageProvider,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
Page draft,
com.atlassian.user.User user,
boolean notifySelf,
SpaceProvider spaceProvider) |
Modifier and Type | Method and Description |
---|---|
Page |
CreatePageCommandImpl.getCreatedPage() |
Page |
CreatePageCommand.getCreatedPage() |
protected Page |
RemovePageVersionCommand.getPage() |
Page |
MovePageCommand.getPage() |
Page |
IdAndVersionPageLocator.getPage() |
Page |
MovePageCommandImpl.getPage() |
Page |
MovePageToTopOfSpaceCommand.getPage() |
Page |
TitleAndSpaceKeyPageLocator.getPage() |
Page |
PageProvider.getPage() |
Page |
SinglePageLocator.getPage() |
Page |
PageLocator.getPage() |
Page |
IdPageLocator.getPage() |
Modifier and Type | Method and Description |
---|---|
boolean |
MovePageCommandHelper.childPageTitleAlreadyExists(Page sourcePage,
Space targetSpace) |
List<String> |
MovePageCommandHelper.listOfPageTitlesAlreadyExist(Page sourcePage,
Space targetSpace)
Deprecated.
since 6.9. See MovePageAbstractCommand.listOfPermittedPageTitlesAlreadyExist
listOfPermittedPageTitlesAlreadyExist does not take into account permissions
When we move a page with restricted children, we should not check the existence
of those children in the destination space because we will not move restricted
pages there
|
Constructor and Description |
---|
CreatePageCommandImpl(PageManager pageManager,
PermissionManager permissionManager,
ContentPermissionManager contentPermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
PageProvider pageProvider,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
Page draft,
com.atlassian.user.User user,
boolean notifySelf,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper) |
CreatePageFromExistingCommandImpl(PageManager pageManager,
PermissionManager permissionManager,
ContentPermissionManager contentPermissionManager,
DraftService draftService,
AttachmentManager attachmentManager,
NotificationManager notificationManager,
com.atlassian.event.api.EventPublisher eventPublisher,
PageProvider pageProvider,
ContentPermissionProvider permissionProvider,
CreateContextProvider contextProvider,
Page draft,
com.atlassian.user.User user,
boolean notifySelf,
SpaceProvider spaceProvider,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
DraftsTransitionHelper draftsTransitionHelper) |
SinglePageLocator(Page page) |
Modifier and Type | Method and Description |
---|---|
String |
PageUiSupport.getContentCssClass(Page content) |
String |
PageUiSupport.getContentTypeI18NKey(Page content) |
String |
PageUiSupport.getIconCssClass(Page content) |
String |
PageUiSupport.getIconFilePath(Page content,
int size) |
String |
PageUiSupport.getIconPath(Page content,
int size) |
Modifier and Type | Method and Description |
---|---|
List<Page> |
ContentPermissionManager.getPermittedChildren(Page page,
com.atlassian.user.User user)
Returns a list of
Page objects that are direct children of the passed in page. |
List<Page> |
DefaultContentPermissionManager.getPermittedChildren(Page page,
com.atlassian.user.User user)
Returns a list of
Page objects that are direct children of the passed in page. |
List<Page> |
ContentPermissionManager.getPermittedChildrenIgnoreInheritedPermissions(Page page,
com.atlassian.user.User user)
Gets the list of child pages under the given page that are visible to the given user.
|
List<Page> |
DefaultContentPermissionManager.getPermittedChildrenIgnoreInheritedPermissions(Page page,
com.atlassian.user.User user) |
List<Page> |
DefaultContentPermissionManager.getPermittedPagesIgnoreInheritedPermissions(List<Page> contentList,
ConfluenceUser user,
String permission)
Check permissions for a collection of objects without checking permissions of ancestors and spaces.
|
Modifier and Type | Method and Description |
---|---|
List<Page> |
ContentPermissionManager.getPermittedChildren(Page page,
com.atlassian.user.User user)
Returns a list of
Page objects that are direct children of the passed in page. |
List<Page> |
DefaultContentPermissionManager.getPermittedChildren(Page page,
com.atlassian.user.User user)
Returns a list of
Page objects that are direct children of the passed in page. |
List<Page> |
ContentPermissionManager.getPermittedChildrenIgnoreInheritedPermissions(Page page,
com.atlassian.user.User user)
Gets the list of child pages under the given page that are visible to the given user.
|
List<Page> |
DefaultContentPermissionManager.getPermittedChildrenIgnoreInheritedPermissions(Page page,
com.atlassian.user.User user) |
Set<ContentPermission> |
ContentPermissionManager.getViewContentPermissions(Page page)
Deprecated.
since 5.8. use
ContentPermissionManager.getContentPermissionSets(ContentEntityObject, String) passing permission type ContentPermission.VIEW_PERMISSION |
Set<ContentPermission> |
DefaultContentPermissionManager.getViewContentPermissions(Page page)
Deprecated.
since 5.8. use
DefaultContentPermissionManager.getContentPermissionSets(ContentEntityObject, String) passing permission type ContentPermission.VIEW_PERMISSION |
boolean |
ContentPermissionManager.hasPermittedChildrenIgnoreInheritedPermissions(Page page,
com.atlassian.user.User remoteUser)
Does the given page have children visible to the given user.
|
boolean |
DefaultContentPermissionManager.hasPermittedChildrenIgnoreInheritedPermissions(Page page,
com.atlassian.user.User user) |
boolean |
DefaultContentPermissionManager.hasVisibleChildren(Page page,
ConfluenceUser user)
Returns true if at least one child is visible
This method does not check all children, it stops working when the first visible children is found
|
boolean |
ContentPermissionManager.isPermissionInherited(Page childPage)
Does the child page get its permissions from any ancestor?
|
boolean |
DefaultContentPermissionManager.isPermissionInherited(Page childPage) |
Modifier and Type | Method and Description |
---|---|
List<Page> |
DefaultContentPermissionManager.getPermittedPagesIgnoreInheritedPermissions(List<Page> contentList,
ConfluenceUser user,
String permission)
Check permissions for a collection of objects without checking permissions of ancestors and spaces.
|
Modifier and Type | Method and Description |
---|---|
Page |
PageCopyEvent.getDestination() |
@Nullable Page |
PageMoveEvent.getNewParentPage() |
@Nullable Page |
PageMoveEvent.getOldParentPage() |
Page |
PageCopyEvent.getOrigin() |
@NonNull Page |
PageEvent.getPage() |
Constructor and Description |
---|
PageChildrenReorderEvent(Object src,
Page parentPage,
List<Page> oldSortedChildren,
List<Page> newSortedChildren,
@Nullable com.atlassian.user.User user) |
PageCopyEvent(Object source,
Page origin,
Page destination,
@Nullable ConfluenceUser initiator,
boolean suppressNotifications) |
PageCreateEvent(Object source,
Page page)
Deprecated.
since 7.1.0, use
PageCreateEvent.PageCreateEvent(Object, Page, Map, OperationContext) |
PageCreateEvent(Object source,
Page page,
Map<String,Serializable> context)
Deprecated.
since 7.1.0, use
PageCreateEvent.PageCreateEvent(Object, Page, Map, OperationContext) |
PageCreateEvent(Object source,
Page page,
Map<String,Serializable> context,
boolean suppressNotifications)
Deprecated.
since 7.1.0, use
PageCreateEvent.PageCreateEvent(Object, Page, Map, OperationContext) |
PageCreateEvent(Object source,
Page page,
Map<String,Serializable> context,
boolean suppressNotifications,
PageUpdateTrigger updateTrigger)
Deprecated.
since 7.1.0, use
PageCreateEvent.PageCreateEvent(Object, Page, Map, OperationContext) |
PageCreateEvent(Object source,
Page page,
Map<String,Serializable> context,
@Nullable OperationContext<PageUpdateTrigger> operationContext) |
PageCreateFromTemplateEvent(Object src,
Page page,
String templateId) |
PageEvent(Object source,
Page page)
Deprecated.
since 6.0, use
PageEvent.PageEvent(Object, Page, boolean) instead |
PageEvent(Object source,
Page page,
boolean suppressNotifications)
Deprecated.
since 7.1.0, use
PageEvent.PageEvent(Object, Page, OperationContext) |
PageEvent(Object source,
Page page,
OperationContext<?> operationContext) |
PageInfoViewEvent(Object source,
Page page)
Deprecated.
since 6.2.0
|
PageInfoViewEvent(Object source,
Page page,
@Nullable LocaleInfo localeInfo) |
PageMoveCompletedEvent(Page sourcePage,
List<Page> movedPageList,
Space oldSpace) |
PageMoveEvent(Object src,
Page movedPage,
List<Page> movedPageList,
@Nullable Space oldSpace,
@Nullable Page oldParentPage,
@Nullable Integer oldPosition,
@Nullable com.atlassian.user.User theMover,
boolean movedBecauseOfParent) |
PageMoveEvent(Object src,
Page movedPage,
List<Page> movedPageList,
@Nullable Space oldSpace,
@Nullable Page oldParentPage,
@Nullable Integer oldPosition,
@Nullable com.atlassian.user.User theMover,
boolean movedBecauseOfParent) |
PageRemoveEvent(Object src,
Page removedPage) |
PageRestoreEvent(Object src,
Page page) |
PageTrashedEvent(Object source,
Page trashedPage,
@Nullable com.atlassian.user.User trasher)
Deprecated.
since 6.0, use
PageTrashedEvent.PageTrashedEvent(Object, Page, User, boolean) instead |
PageTrashedEvent(Object source,
Page trashedPage,
@Nullable com.atlassian.user.User trasher,
boolean suppressNotifications) |
PageUpdateEvent(Object src,
Page updatedPage,
@Nullable AbstractPage originalPage,
boolean suppressNotifications,
PageUpdateTrigger updateTrigger)
Deprecated.
|
PageUpdateEvent(Object source,
Page updatedPage,
@Nullable AbstractPage originalPage,
@Nullable OperationContext<PageUpdateTrigger> operationContext) |
PageViewEvent(Object source,
Page page)
Deprecated.
since 6.2.0
|
PageViewEvent(Object source,
Page page,
@Nullable LocaleInfo localeInfo) |
Constructor and Description |
---|
PageChildrenReorderEvent(Object src,
Page parentPage,
List<Page> oldSortedChildren,
List<Page> newSortedChildren,
@Nullable com.atlassian.user.User user) |
PageChildrenReorderEvent(Object src,
Page parentPage,
List<Page> oldSortedChildren,
List<Page> newSortedChildren,
@Nullable com.atlassian.user.User user) |
PageMoveCompletedEvent(Page sourcePage,
List<Page> movedPageList,
Space oldSpace) |
PageMoveEvent(Object src,
Page movedPage,
List<Page> movedPageList,
@Nullable Space oldSpace,
@Nullable Page oldParentPage,
@Nullable Integer oldPosition,
@Nullable com.atlassian.user.User theMover,
boolean movedBecauseOfParent) |
Modifier and Type | Method and Description |
---|---|
Page |
AbstractCopyPageHierarchyEvent.getDestination() |
Page |
AbstractPageHierarchyEvent.getTargetPage() |
Page |
AbstractCopyPageHierarchyEvent.getTargetPage() |
Constructor and Description |
---|
AbstractCopyPageHierarchyEvent(Object source,
Page root,
Page destination,
@Nullable ConfluenceUser initiator,
boolean suppressNotifications) |
AbstractPageHierarchyEvent(Object source,
Page page,
@Nullable ConfluenceUser initiator,
boolean suppressNotifications) |
CopyPageHierarchyFinishEvent(Object source,
Page root,
Page destination,
@Nullable ConfluenceUser initiator,
boolean suppressNotifications) |
CopyPageHierarchyStartEvent(Object source,
Page root,
Page destination,
@Nullable ConfluenceUser initiator,
boolean suppressNotifications) |
DeletePageHierarchyFinishEvent(Object source,
Page page,
@Nullable ConfluenceUser initiator,
boolean suppressNotifications) |
DeletePageHierarchyStartEvent(Object source,
Page page,
@Nullable ConfluenceUser initiator,
boolean suppressNotifications) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.confluence.impl.audit.handler.AuditHandler<Page> |
AuditHandlerFactory.createPageHandler() |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultExportContext.isPageInExport(Page page,
PageManager pageManager) |
boolean |
ExportContext.isPageInExport(Page page,
PageManager pageManager) |
Modifier and Type | Method and Description |
---|---|
String |
AbstractRendererExporterImpl.ContentConverter.convertToXHtml(Page page) |
protected void |
AbstractRendererExporterImpl.exportPage(Page page,
String baseExportPath) |
protected void |
HtmlExporter.exportPage(Page page,
String baseExportPath)
Export page exports either a single page or, if context.exportChildren is set, the whole page hierarchy.
|
Modifier and Type | Method and Description |
---|---|
List<Page> |
ContentPermissionManagerInternal.getPermittedPagesIgnoreInheritedPermissions(List<Page> contentList,
ConfluenceUser user,
String permission)
Check permissions for a collection of objects without checking permissions of ancestors and spaces.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContentPermissionManagerInternal.hasVisibleChildren(Page page,
ConfluenceUser user)
Returns true if at least one child is visible
This method does not check all children, it stops working when the first visible children is found
|
Modifier and Type | Method and Description |
---|---|
List<Page> |
ContentPermissionManagerInternal.getPermittedPagesIgnoreInheritedPermissions(List<Page> contentList,
ConfluenceUser user,
String permission)
Check permissions for a collection of objects without checking permissions of ancestors and spaces.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Page> |
PageManagerInternal.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns all the children of a page (including drafts), limited to the pagination requested
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Page> |
PageManagerInternal.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns all the children of a page (including drafts), limited to the pagination requested
|
@NonNull PageResponse<Page> |
PageManagerInternal.getChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns the children of a page which have a status of CURRENT, limited to the pagination requested.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Page> |
PageDaoInternal.findCurrentPages(LimitedRequest request)
Find all current pages.
|
default PageResponse<Page> |
PageDaoInternal.getFilteredChildren(Page page,
LimitedRequest pageRequest,
Predicate<? super Page> predicate,
Depth depth)
Returns the children of a page which have a status of CURRENT, limited to the pagination requested.
|
default PageResponse<Page> |
PageDaoInternal.getFilteredPages(LimitedRequest pageRequest,
@Nullable Predicate<? super Page> filter)
Retrieves a page response of all the current pages of the Confluence instance.
|
default PageResponse<Page> |
PageDaoInternal.getFilteredPages(Space space,
LimitedRequest pageRequest,
@Nullable Predicate<? super Page> filter)
Retrieves a page response of the current content in the given space.
|
default PageResponse<Page> |
PageDaoInternal.getFilteredTopLevelPages(Space space,
LimitedRequest limitedRequest,
Predicate<? super Page> predicate) |
Modifier and Type | Method and Description |
---|---|
default PageResponse<Page> |
PageDaoInternal.getFilteredChildren(Page page,
LimitedRequest pageRequest,
Predicate<? super Page> predicate,
Depth depth)
Returns the children of a page which have a status of CURRENT, limited to the pagination requested.
|
Modifier and Type | Method and Description |
---|---|
default PageResponse<Page> |
PageDaoInternal.getFilteredChildren(Page page,
LimitedRequest pageRequest,
Predicate<? super Page> predicate,
Depth depth)
Returns the children of a page which have a status of CURRENT, limited to the pagination requested.
|
default PageResponse<Page> |
PageDaoInternal.getFilteredTopLevelPages(Space space,
LimitedRequest limitedRequest,
Predicate<? super Page> predicate) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultRelatedContentRefactorer.contractAbsoluteReferencesInContent(List<Page> movedPageList)
Contract all links in moved pages and their referencing pages to relative links
|
void |
RelatedContentRefactorer.contractAbsoluteReferencesInContent(List<Page> movedPageList) |
void |
DefaultRelatedContentRefactorer.contractAbsoluteReferencesInContent(List<Page> movedPageList,
Space previousSpace)
Deprecated.
since 5.9 use contractAbsoluteReferencesInContent(List
|
void |
RelatedContentRefactorer.contractAbsoluteReferencesInContent(List<Page> movedPageList,
Space previousSpace)
Deprecated.
since 5.9 use contractAbsoluteReferencesInContent(List
|
void |
DefaultRelatedContentRefactorer.updateReferrersForMovingPage(SpaceContentEntityObject referee,
Space previousSpace,
String previousTitle,
List<Page> movedPageList) |
void |
RelatedContentRefactorer.updateReferrersForMovingPage(SpaceContentEntityObject referee,
Space previousSpace,
String previousTitle,
List<Page> movedPageList)
Iterate through all the content that currently links to 'referee' and renames all the links, saving the changed
content as it goes.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeDigestReport.addPage(Page page) |
Modifier and Type | Method and Description |
---|---|
Page |
Page.copyLatestVersion()
Copy page information
|
Page |
ContentNode.getPage() |
Page |
ContentTree.getPage(long pageId) |
@Nullable Page |
DefaultPageManager.getPage(long id) |
@Nullable Page |
PageManager.getPage(long id)
Deprecated.
since 7.3.0, use
ContentService.find(Expansion...)
from plugins, or use PageManagerInternal in core where applicable |
@Nullable Page |
DefaultPageManager.getPage(String spaceKey,
String pageTitle) |
@Nullable Page |
PageManager.getPage(String spaceKey,
String pageTitle)
Deprecated.
since 7.3.0, use
ContentService.find(Expansion...)
from plugins, or use PageManagerInternal in core where applicable |
@Nullable Page |
DefaultPageManager.getPageWithComments(String spaceKey,
String pageTitle) |
@Nullable Page |
PageManager.getPageWithComments(String spaceKey,
String pageTitle)
Deprecated.
since 7.3.0, use
ContentService.find(Expansion...)
from plugins, or use PageManagerInternal in core where applicable |
Page |
Page.getParent() |
Modifier and Type | Method and Description |
---|---|
List<Page> |
Page.getAncestors()
Gets the list of ancestors of this page (its parents, and its parents parents, right up to the root level
of the containing space).
|
List<Page> |
Page.getChildren() |
List<Page> |
Page.getDescendants()
Get descendants with "current" state only
|
List<Page> |
Page.getDescendents()
Deprecated.
since 5.5.1. Use
getDescendants() |
PageResponse<Page> |
PageManager.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns the children of a page which have a status of DRAFT, limited to the pagination requested.
|
List<Page> |
ContentTree.getPages() |
List<Page> |
PageManager.getPagesWithPermissions(@NonNull Space space)
Get all current pages in a space and eagerly fetch permissions at the same time.
|
List<Page> |
Page.getSortedChildren() |
Modifier and Type | Method and Description |
---|---|
void |
Page.addChild(Page child) |
int |
ChildPositionComparator.compare(Page page0,
Page page1) |
int |
DefaultPageManager.countPagesInSubtree(Page page) |
int |
PageManager.countPagesInSubtree(Page page)
Get number of descendant page including the input page
|
void |
DefaultPageManager.deepCopyPage(PageCopyOptions pageCopyOptions,
Page originalPage,
Page destinationPage) |
void |
PageManager.deepCopyPage(PageCopyOptions option,
Page originalPage,
Page destinationPage)
Copy child page of originalPage to destinationPage
|
void |
DefaultPageManager.deepDeletePage(PageDeleteOptions options,
Page targetPage) |
void |
PageManager.deepDeletePage(PageDeleteOptions options,
Page targetPage)
Deletes a page hierarchy
|
@NonNull PageResponse<Page> |
DefaultPageManager.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
@NonNull PageResponse<Page> |
DefaultPageManager.getChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
@NonNull Collection<Long> |
DefaultPageManager.getDescendantIds(Page page) |
@NonNull Collection<Long> |
PageManager.getDescendantIds(Page page)
Finds the ids of a page's descendants
|
@NonNull List<Page> |
DefaultPageManager.getDescendants(Page page) |
@NonNull List<Page> |
PageManager.getDescendants(Page page)
Finds all descendant pages of the given page
|
@NonNull List<String> |
DefaultPageManager.getDescendantTitles(Page page) |
@NonNull List<String> |
PageManager.getDescendantTitles(Page page)
Finds all descendant titles of the given page
|
@NonNull List |
DefaultPageManager.getDescendents(Page page)
Deprecated.
since 5.5.1. Use
DefaultPageManager.getDescendants(Page) |
@NonNull List |
PageManager.getDescendents(Page page)
Deprecated.
since 5.5.1. Use
PageManager.getDescendants(Page) |
@NonNull PageResponse<Page> |
DefaultPageManager.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
PageResponse<Page> |
PageManager.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns the children of a page which have a status of DRAFT, limited to the pagination requested.
|
boolean |
DefaultPageManager.isPageRecentlyUpdatedForUser(Page page,
@Nullable com.atlassian.user.User user) |
boolean |
PageManager.isPageRecentlyUpdatedForUser(Page page,
@Nullable com.atlassian.user.User user)
Returns true if the page has been created or modified since the user last logged in.
|
void |
DefaultPageManager.moveChildrenToNewParent(Page oldPage,
Page newParent) |
void |
PageManager.moveChildrenToNewParent(Page oldParent,
Page newParent)
Moves all the children from one page to another
The new parent should NOT be the child of the old parent, this method will return with no operation in that case
|
void |
DefaultPageManager.movePageAfter(Page page,
Page refPage) |
void |
PageManager.movePageAfter(Page page,
Page refPage)
Move the provided page (first argument) after the reference page (second argument).
|
void |
DefaultPageManager.movePageAsChild(Page page,
Page newParent)
Move the source page to the end of targetPage's children list.
|
void |
PageManager.movePageAsChild(Page page,
Page refPage)
Move the provided page (first argument) as a child of the reference page (second argument).
|
void |
DefaultPageManager.movePageBefore(Page page,
Page refPage) |
void |
PageManager.movePageBefore(Page page,
Page refPage)
Move the provided page (first argument) before the reference page (second argument).
|
void |
DefaultPageManager.movePageToTopLevel(Page page,
Space space) |
void |
PageManager.movePageToTopLevel(Page page,
Space space)
Move a page to the top level of
targetSpace . |
void |
Page.removeChild(Page child) |
void |
DefaultPageManager.removePageFromAncestorCollections(Page page) |
void |
PageManager.removePageFromAncestorCollections(Page page)
Removes the page and its ancestors from the ancestor collection of all descendants.
|
void |
DefaultPageManager.revertChildPageOrder(Page parentPage) |
void |
PageManager.revertChildPageOrder(Page parentPage)
Removes manual ordering of child pages.
|
void |
DefaultPageManager.setChildPageOrder(Page parentPage,
List<Long> childIds) |
void |
PageManager.setChildPageOrder(Page parentPage,
List<Long> childIds)
Sets ordering of child pages for a supplied page, based on a map of child ids to positions.
|
void |
ContentNode.setPage(Page page) |
void |
Page.setParent(Page parent)
Deprecated.
Since 1.1. Do not call this method. It exists solely for hibernate to use. Use #setParentPage
instead. I would have made this method private, but CGLIB was complaining.
|
void |
Page.setParentPage(Page parent)
Public setter that makes sure that the parent page is valid
|
void |
DefaultPageManager.updatePageInAncestorCollections(Page page,
@Nullable Page newParent) |
void |
DefaultPageManager.updatePageInAncestorCollections(Page page,
@Nullable Page newParent) |
void |
PageManager.updatePageInAncestorCollections(Page page,
Page parentPage)
Updates the ancestors of a page and all it's descendant pages with the new parent page
and its ancestors.
|
Modifier and Type | Method and Description |
---|---|
void |
Page.setAncestors(List<Page> ancestors)
This should only ever be set by Hibernate.
|
void |
Page.setChildren(List<Page> children) |
Constructor and Description |
---|
ContentNode(Page page) |
Modifier and Type | Field and Description |
---|---|
protected Page |
AbstractCreateAndEditPageAction.parentPage |
Modifier and Type | Method and Description |
---|---|
Page |
AbstractCreatePageAction.getFromPage() |
Page |
CreatePageAction.SimplePageProvider.getPage() |
Page |
AbstractEditPageAction.getParentPage() |
Page |
AbstractCreateAndEditPageAction.getParentPage() |
Page |
ViewPageAction.getParentPage()
Returns the parent
Page of the current Page or null if the current
AbstractPage is a root page or a blogpost. |
Page |
MovePageDialogAction.getParentPage() |
Page |
ViewPreviousVersionsAction.getPreviousPage(Page page) |
Modifier and Type | Method and Description |
---|---|
List<Page> |
ReorderPageDialogAction.getChildren() |
Optional<Page> |
CopyPageAction.getPageToCopy() |
Optional<Page> |
CopyPageAction.getPageToCopyTo() |
List<Page> |
AbstractPageAction.getPermittedChildren() |
List<Page> |
ChildrenAction.getPermittedChildren() |
List<Page> |
EditCommentAction.getPermittedChildren() |
Modifier and Type | Method and Description |
---|---|
protected void |
CreatePageAction.assignParentPage(ContentEntityObject page,
Page parentPage) |
protected void |
AbstractCreatePageAction.assignParentPage(ContentEntityObject page,
Page parentPage) |
List<ContentPermission> |
ListPermissionPagesAction.getPermissions(Page page) |
Page |
ViewPreviousVersionsAction.getPreviousPage(Page page) |
boolean |
ChildrenAction.hasPermittedChildren(Page page) |
void |
AbstractCreatePageAction.setFromPage(Page fromPage) |
Modifier and Type | Method and Description |
---|---|
Page |
PageDao.getPage(Space space,
String pageTitle)
Get the page by space and title.
|
Page |
PageDao.getPageById(long id)
Get the page with the given id.
|
Page |
PageDao.getPageByIdWithComments(long id)
Get the page with the given id, and perform an eager load of the comments and their children.
|
Page |
PageDao.getPageWithComments(Space space,
String pageTitle)
Get the page by space and title, and perform an eager load of the comments and their children.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Page> |
PageDao.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns all children of a page (including drafts), limited to the pagination requested.
|
PageResponse<Page> |
PageDao.getChildren(Page page,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
Deprecated.
|
List<Page> |
PageDao.getDescendants(Page page)
Finds all descendant pages (recursive) of the given page
|
PageResponse<Page> |
PageDao.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns the children of a page which have a status of DRAFT, limited to the pagination requested.
|
List<Page> |
PageDao.getOrphanedPages(@Nullable String spaceKey)
Deprecated.
since 7.0.0, no replacement
This should be removed as the result of this ticket https://jira.atlassian.com/browse/CONFSRVDEV-10111 |
List<Page> |
PageDao.getPageInTrash(String spaceKey,
String title) |
PageResponse<Page> |
PageDao.getPages(LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
since 7.0.1. Use
PageDaoInternal.getFilteredPages(LimitedRequest, Predicate) |
List<Page> |
PageDao.getPages(Space space,
boolean currentOnly) |
PageResponse<Page> |
PageDao.getPages(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
since 7.0.1. Use
PageDaoInternal.getFilteredPages(Space, LimitedRequest, Predicate) |
List<Page> |
PageDao.getPagesByIds(Iterable<Long> ids)
Get the pages with the given ids.
|
List<Page> |
PageDao.getPagesCreatedOrUpdatedSinceDate(Date previousLoginDate) |
List<Page> |
PageDao.getPagesStartingWith(Space space,
String s) |
List<Page> |
PageDao.getPagesWithPermissions(Space space)
Get all current pages in a space and eagerly fetch permissions at the same time.
|
List<Page> |
PageDao.getPermissionPages(Space space) |
List<Page> |
PageDao.getRecentlyAddedPages(int maxCount,
@Nullable String spaceKey) |
List<Page> |
PageDao.getRecentlyAuthoredPagesByUser(String username,
int maxCount) |
List<Page> |
PageDao.getRecentlyUpdatedPages(int maxCount,
@Nullable String spaceKey) |
List<Page> |
PageDao.getTopLevelPages(Space space) |
PageResponse<Page> |
PageDao.getTopLevelPages(Space space,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
Deprecated.
|
List<Page> |
PageDao.getUndefinedPages(@Nullable String spaceKey)
Deprecated.
since 6.6.0, use
PageDao.getUndefinedLinks(String) |
Modifier and Type | Method and Description |
---|---|
int |
PageDao.countPagesInSubtree(@NonNull Page page)
Return total descendant page including input page
|
PageResponse<Page> |
PageDao.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns all children of a page (including drafts), limited to the pagination requested.
|
PageResponse<Page> |
PageDao.getChildren(Page page,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
Deprecated.
|
List<Long> |
PageDao.getDescendantIds(Page page)
Finds the ids of all descendant pages of the given page
|
List<Long> |
PageDao.getDescendantIds(Page page,
ContentStatus... statuses)
Finds the ids of all descendant pages of the given page
|
List<Page> |
PageDao.getDescendants(Page page)
Finds all descendant pages (recursive) of the given page
|
List<String> |
PageDao.getDescendantTitles(Page page)
Finds all descendant titles of the given page
|
PageResponse<Page> |
PageDao.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth)
Returns the children of a page which have a status of DRAFT, limited to the pagination requested.
|
Integer |
PageDao.getMaxSiblingPosition(Page page)
Gets the highest position value of all the page's siblings.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Page> |
PageDao.getChildren(Page page,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
Deprecated.
|
PageResponse<Page> |
PageDao.getPages(LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
since 7.0.1. Use
PageDaoInternal.getFilteredPages(LimitedRequest, Predicate) |
PageResponse<Page> |
PageDao.getPages(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
since 7.0.1. Use
PageDaoInternal.getFilteredPages(Space, LimitedRequest, Predicate) |
PageResponse<Page> |
PageDao.getTopLevelPages(Space space,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
PageContentTransformer.transform(String content,
Page oldPage,
Page newPage) |
Modifier and Type | Method and Description |
---|---|
void |
BulkPageCopy.deepCopy(PageCopyOptions pageCopyOptions,
Page originalPage,
Page destinationPage) |
void |
DefaultBulkPageCopy.deepCopy(PageCopyOptions pageCopyOptions,
Page originalPage,
Page destinationPage)
Main execution logic of deep copy pages
|
Constructor and Description |
---|
BulkPageCopyExecutionContext(BulkPageCopyExecutionContext previousContext,
Page parentPage) |
BulkPageCopyExecutionContext(SubProgressMeter progressMeter,
Page parentPage) |
Modifier and Type | Method and Description |
---|---|
Page |
BulkPageDeleteExecutionContext.getTargetParent() |
Modifier and Type | Method and Description |
---|---|
void |
BulkPageDelete.deepDelete(PageDeleteOptions deleteOptions,
Page targetPage) |
void |
DefaultBulkPageDelete.deepDelete(PageDeleteOptions deleteOptions,
Page targetPage) |
Constructor and Description |
---|
BulkPageDeleteExecutionContext(com.atlassian.core.util.ProgressMeter progressMeter,
ConfluenceUser user,
Page targetParent) |
Modifier and Type | Method and Description |
---|---|
String |
KeepAsIsContentTransformer.transform(String content,
Page oldPage,
Page newPage) |
String |
LinkRefactorerContentTransformer.transform(String content,
Page oldPage,
Page newPage) |
Modifier and Type | Method and Description |
---|---|
Page |
CachingPageDao.getById(long id) |
Page |
CachingPageDao.getPage(Space space,
String pageTitle) |
Page |
HibernatePageDao.getPage(Space space,
String pageTitle) |
Page |
HibernatePageDao.getPage(Space space,
String pageTitle,
boolean eagerLoadComments) |
Page |
CachingPageDao.getPageById(long id) |
Page |
HibernatePageDao.getPageById(long id) |
Page |
CachingPageDao.getPageByIdWithComments(long id) |
Page |
HibernatePageDao.getPageByIdWithComments(long id) |
Page |
CachingPageDao.getPageWithComments(Space space,
String pageTitle) |
Page |
HibernatePageDao.getPageWithComments(Space space,
String pageTitle) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Page> |
CachingPageDao.findCurrentPages(LimitedRequest request) |
PageResponse<Page> |
HibernatePageDao.findCurrentPages(LimitedRequest request) |
Iterator<Page> |
CachingPageDao.findLatestVersionsIterator() |
PageResponse<Page> |
CachingPageDao.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
PageResponse<Page> |
HibernatePageDao.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
PageResponse<Page> |
CachingPageDao.getChildren(Page page,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
Deprecated.
|
PageResponse<Page> |
HibernatePageDao.getChildren(Page page,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
Deprecated.
|
List<Page> |
CachingPageDao.getDescendants(Page page) |
List<Page> |
HibernatePageDao.getDescendants(Page page) |
PageResponse<Page> |
CachingPageDao.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
PageResponse<Page> |
HibernatePageDao.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
List<Page> |
CachingPageDao.getLastEditedVersionsOf(Page content) |
List<Page> |
CachingPageDao.getOrphanedPages(String spaceKey) |
List<Page> |
HibernatePageDao.getOrphanedPages(@Nullable String spaceKey) |
List<Page> |
CachingPageDao.getPageInTrash(String spaceKey,
String title) |
List<Page> |
HibernatePageDao.getPageInTrash(String spaceKey,
String title) |
PageResponse<Page> |
CachingPageDao.getPages(LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
since 7.0.1. Use
PageDaoInternal.getFilteredPages(LimitedRequest, Predicate) |
PageResponse<Page> |
HibernatePageDao.getPages(LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
|
List<Page> |
CachingPageDao.getPages(Space space,
boolean currentOnly) |
List<Page> |
HibernatePageDao.getPages(Space space,
boolean currentOnly) |
PageResponse<Page> |
CachingPageDao.getPages(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
since 7.0.1. Use
PageDaoInternal.getFilteredPages(Space, LimitedRequest, Predicate) |
PageResponse<Page> |
HibernatePageDao.getPages(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
|
List<Page> |
CachingPageDao.getPagesByIds(Iterable<Long> ids)
Get the pages with the given ids.
|
List<Page> |
HibernatePageDao.getPagesByIds(Iterable<Long> ids) |
List<Page> |
CachingPageDao.getPagesCreatedOrUpdatedSinceDate(Date previousLoginDate) |
List<Page> |
HibernatePageDao.getPagesCreatedOrUpdatedSinceDate(Date previousLoginDate) |
List<Page> |
CachingPageDao.getPagesStartingWith(Space space,
String s) |
List<Page> |
HibernatePageDao.getPagesStartingWith(Space space,
String s) |
List<Page> |
CachingPageDao.getPagesWithPermissions(Space space) |
List<Page> |
HibernatePageDao.getPagesWithPermissions(@NonNull Space space) |
List<Page> |
CachingPageDao.getPermissionPages(Space space) |
List<Page> |
HibernatePageDao.getPermissionPages(Space space) |
Class<Page> |
CachingPageDao.getPersistentClass() |
List<Page> |
CachingPageDao.getRecentlyAddedPages(int maxCount,
String spaceKey) |
List<Page> |
HibernatePageDao.getRecentlyAddedPages(int maxCount,
@Nullable String spaceKey) |
List<Page> |
CachingPageDao.getRecentlyAuthoredPagesByUser(String username,
int maxCount) |
List<Page> |
HibernatePageDao.getRecentlyAuthoredPagesByUser(String username,
int maxCount) |
List<Page> |
CachingPageDao.getRecentlyUpdatedPages(int maxCount,
String spaceKey) |
List<Page> |
HibernatePageDao.getRecentlyUpdatedPages(int maxCount,
@Nullable String spaceKey) |
List<Page> |
CachingPageDao.getTopLevelPages(Space space) |
List<Page> |
HibernatePageDao.getTopLevelPages(Space space) |
PageResponse<Page> |
CachingPageDao.getTopLevelPages(Space space,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
Deprecated.
|
PageResponse<Page> |
HibernatePageDao.getTopLevelPages(Space space,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
Deprecated.
|
List<Page> |
CachingPageDao.getUndefinedPages(String spaceKey)
Deprecated.
since 6.6.0, use
CachingPageDao.getUndefinedLinks(String) |
List<Page> |
HibernatePageDao.getUndefinedPages(@Nullable String spaceKey)
Deprecated.
since 6.6.0, use
HibernatePageDao.getUndefinedLinks(String) |
Modifier and Type | Method and Description |
---|---|
int |
CachingPageDao.countPagesInSubtree(@NonNull Page page) |
int |
HibernatePageDao.countPagesInSubtree(@NonNull Page page) |
PageResponse<Page> |
CachingPageDao.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
PageResponse<Page> |
HibernatePageDao.getAllChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
PageResponse<Page> |
CachingPageDao.getChildren(Page page,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
Deprecated.
|
PageResponse<Page> |
HibernatePageDao.getChildren(Page page,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
Deprecated.
|
List<Long> |
CachingPageDao.getDescendantIds(Page page) |
List<Long> |
HibernatePageDao.getDescendantIds(Page page) |
List<Long> |
CachingPageDao.getDescendantIds(Page page,
ContentStatus... statuses) |
List<Long> |
HibernatePageDao.getDescendantIds(Page page,
ContentStatus... contentStatus) |
List<Page> |
CachingPageDao.getDescendants(Page page) |
List<Page> |
HibernatePageDao.getDescendants(Page page) |
List<String> |
CachingPageDao.getDescendantTitles(Page page) |
List<String> |
HibernatePageDao.getDescendantTitles(Page page) |
PageResponse<Page> |
CachingPageDao.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
PageResponse<Page> |
HibernatePageDao.getDraftChildren(Page page,
LimitedRequest pageRequest,
Depth depth) |
List<Page> |
CachingPageDao.getLastEditedVersionsOf(Page content) |
Integer |
CachingPageDao.getMaxSiblingPosition(Page page) |
Integer |
HibernatePageDao.getMaxSiblingPosition(Page page) |
void |
PageIdCache.put(Page page) |
void |
CachingPageDao.refreshEntity(Page objectToRefresh) |
void |
PageIdCache.remove(Page page) |
void |
CachingPageDao.removeEntity(Page objectToRemove) |
void |
CachingPageDao.replicateEntity(Page objectToReplicate) |
void |
CachingPageDao.saveEntity(Page objectToSave) |
void |
CachingPageDao.saveEntity(Page currentObject,
@Nullable Page originalObject) |
void |
CachingPageDao.saveEntity(Page currentObject,
@Nullable Page originalObject) |
void |
CachingPageDao.saveRawEntity(Page objectToSave) |
Modifier and Type | Method and Description |
---|---|
@NonNull PageResponse<Page> |
CachingPageDao.findByClassIdsFiltered(Iterable<Long> ids,
LimitedRequest limitedRequest,
Predicate<? super Page> filter) |
PageResponse<Page> |
CachingPageDao.getChildren(Page page,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
Deprecated.
|
PageResponse<Page> |
HibernatePageDao.getChildren(Page page,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> predicate,
Depth depth)
Deprecated.
|
PageResponse<Page> |
CachingPageDao.getPages(LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
since 7.0.1. Use
PageDaoInternal.getFilteredPages(LimitedRequest, Predicate) |
PageResponse<Page> |
HibernatePageDao.getPages(LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
|
PageResponse<Page> |
CachingPageDao.getPages(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
since 7.0.1. Use
PageDaoInternal.getFilteredPages(Space, LimitedRequest, Predicate) |
PageResponse<Page> |
HibernatePageDao.getPages(Space space,
LimitedRequest pageRequest,
com.google.common.base.Predicate<? super Page> filter)
Deprecated.
|
PageResponse<Page> |
CachingPageDao.getTopLevelPages(Space space,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
Deprecated.
|
PageResponse<Page> |
HibernatePageDao.getTopLevelPages(Space space,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<? super Page> predicate)
Deprecated.
|
Map<Long,List<ConfluenceUser>> |
CachingPageDao.getVersionEditContributors(Iterable<Page> originalVersions) |
Modifier and Type | Method and Description |
---|---|
ContentEntity |
PageContentEntityBuilder.build(Page page) |
Constructor and Description |
---|
RemotePage(Page page) |
RemotePageSummary(Page page) |
Modifier and Type | Method and Description |
---|---|
Page |
SoapServiceHelperImpl.retrievePage(String spaceKey,
String pageTitle)
Retrieves a given page by space key and page title, and throws RemoteException if the page is not found or the user has no view perm.
|
Page |
SoapServiceHelper.retrievePage(String spaceKey,
String pageTitle) |
Modifier and Type | Method and Description |
---|---|
boolean |
PagePermissionsDelegate.canAdminister(com.atlassian.user.User user,
Page target) |
boolean |
PagePermissionsDelegate.canEdit(com.atlassian.user.User user,
Page target) |
boolean |
PagePermissionsDelegate.canExport(com.atlassian.user.User user,
Page target) |
boolean |
PagePermissionsDelegate.canMove(com.atlassian.user.User user,
Page source,
Object target,
String movePoint) |
boolean |
PagePermissionsDelegate.canRemove(com.atlassian.user.User user,
Page target) |
boolean |
PagePermissionsDelegate.canRemoveHierarchy(com.atlassian.user.User user,
Page target) |
boolean |
PagePermissionsDelegate.canSetPermissions(com.atlassian.user.User user,
Page target) |
boolean |
PagePermissionsDelegate.canView(com.atlassian.user.User user,
Page target) |
Modifier and Type | Method and Description |
---|---|
List |
ContentPermissionSetDao.getInheritedContentPermissionSets(Page page,
String type) |
Modifier and Type | Method and Description |
---|---|
List<ContentPermissionSet> |
HibernateContentPermissionSetDao.getInheritedContentPermissionSets(Page page,
String type) |
Modifier and Type | Method and Description |
---|---|
Page |
Space.getHomePage() |
Modifier and Type | Method and Description |
---|---|
String |
SystemTemplateManager.getTemplate(String templateKey,
List<Variable> vars,
Page page) |
String |
SystemTemplateManagerImpl.getTemplate(String templateKey,
List<Variable> vars,
Page page) |
void |
Space.setHomePage(Page homePage) |
Modifier and Type | Method and Description |
---|---|
Page |
ViewSpaceAction.getPage() |
Modifier and Type | Method and Description |
---|---|
String |
ViewSpaceAction.getPageXHtmlContent(Page page) |
Modifier and Type | Method and Description |
---|---|
protected BodyContent |
AbstractSpaceContentListener.getDefaultHomePageContent(Page homePage,
List<Variable> variables,
String templateKey) |
Constructor and Description |
---|
PermittedUserFinder(PageManager pageManager,
PermissionManager permissionManager,
SpacePermissionManager spacePermissionManager,
Page parentPage,
Space space) |
Modifier and Type | Method and Description |
---|---|
List<Page> |
ContentFacade.getRecentlyUpdatedPagesForUserOnSpaceSince(com.atlassian.user.User user,
String spaceKey,
Date previousLoginDate) |
Modifier and Type | Method and Description |
---|---|
Page |
PageBreadcrumb.getPage() |
Constructor and Description |
---|
PageBreadcrumb(Page page) |
Constructor and Description |
---|
PageBreadcrumb(Page page) |
Copyright © 2003–2021 Atlassian. All rights reserved.