|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PageManager
Manages the retrieval and manipulation both pages and blog entries. (Really this class manages "AbstractPage", but calling it AbstractPageManager would be just as confusing).
Field Summary |
---|
Fields inherited from interface com.atlassian.confluence.core.ContentEntityManager |
---|
ITERATE_ALL |
Method Summary | |
---|---|
void |
appendPage(Page sourcePage,
Page targetPage)
|
BlogPost |
findNextBlogPost(BlogPost post)
|
BlogPost |
findNextBlogPost(java.lang.String key,
java.util.Date time)
|
BlogPost |
findPreviousBlogPost(BlogPost post)
|
BlogPost |
findPreviousBlogPost(java.lang.String key,
java.util.Date time)
|
AbstractPage |
getAbstractPage(long id)
Retrieve the AbstractPage subclass with the given content ID. |
AttachmentManager |
getAttachmentManager()
|
int |
getAuthoredPagesCountByUser(java.lang.String username)
Get the number of pages that have been created by a particular user |
BlogPost |
getBlogPost(long id)
Retrieve the blog post with the given content ID. |
BlogPost |
getBlogPost(java.lang.String spaceKey,
java.lang.String pageTitle,
java.util.Calendar day)
Retrieve the latest version of a blog post by its space key, title, and the day on which it was published. |
BlogPost |
getBlogPost(java.lang.String spaceKey,
java.lang.String pageTitle,
java.util.Calendar day,
boolean eagerLoadComments)
Retrieve the latest version of a blog post by its space key, title, and the day on which it was published. |
java.util.List |
getBlogPosts(Space space,
boolean currentOnly)
|
java.util.List |
getBlogPosts(java.lang.String spaceKey,
java.util.Calendar postingDate,
int period)
|
java.util.Collection |
getDescendentIds(Page page)
|
java.util.List |
getDescendents(Page page)
|
NotificationManager |
getNotificationManager()
|
java.util.List |
getOrphanedPages(java.lang.String spaceKey)
Retrieve a list of pages in a given space that are not linked to. |
Page |
getPage(long id)
Retrieve the page with the given content ID. |
Page |
getPage(java.lang.String spaceKey,
java.lang.String pageTitle)
Retrieve the latest version of a page by its space key and title. |
Page |
getPage(java.lang.String spaceKey,
java.lang.String pageTitle,
boolean eagerLoadComments)
Retrieve the latest version of a page by its space key and title. |
AbstractPage |
getPageByVersion(AbstractPage mostRecentPage,
int version)
returns the historical version of a page |
java.util.List |
getPageInTrash(java.lang.String spaceKey,
java.lang.String title)
|
java.util.List |
getPages(Space space,
boolean currentOnly)
|
java.util.List |
getPagesCreatedOrUpdatedSinceDate(java.util.Date date)
Get the list of all pages created or updated since a particular date. |
java.util.List |
getPagesStartingWith(Space space,
java.lang.String s)
|
java.util.List |
getPermissionPages(Space space)
Retrieve all pages within a particular space that have page level permissions applied to them. |
java.util.List |
getPossibleRedirects(java.lang.String pageTitle)
|
java.util.List |
getPossibleRedirectsForSpace(Space space,
java.lang.String pageTitle)
|
java.util.List |
getRecentlyAddedBlogPosts(int maxPosts,
java.util.Date timeSince,
java.lang.String spaceKey)
|
java.util.List |
getRecentlyAddedBlogPosts(int maxCount,
java.lang.String spaceKey)
Retrieve the most recently created blog posts in a given space. |
java.util.List |
getRecentlyAddedPages(int maxCount,
java.lang.String spaceKey)
Retrieve the most recently created pages in a given space. |
java.util.List |
getRecentlyUpdatedPages(int maxCount,
java.lang.String spaceKey)
Retrieve the most recently modified pages in a given space. |
java.util.List |
getTopLevelPages(Space space)
|
java.util.List |
getUndefinedPages(java.lang.String spaceKey)
Retrieve a list of link destinations in a given space that do not have pages. |
void |
movePage(Page sourcePage,
Page targetPage,
int offset)
|
void |
movePage(Page sourcePage,
Space targetSpace)
Move a page to the top level of targetSpace . |
void |
removeAllBlogPosts(Space space)
|
void |
removeAllPages(Space space)
|
void |
removePageFromAncestorCollections(Page page)
|
void |
renamePage(AbstractPage page,
java.lang.String newPageTitle)
|
void |
restorePage(AbstractPage page)
|
void |
setAttachmentManager(AttachmentManager attachmentManager)
|
void |
setNotificationManager(NotificationManager notificationManager)
|
boolean |
spaceHasBlogPosts(java.lang.String spaceKey)
|
void |
trashPage(AbstractPage page)
|
void |
updatePageInAncestorCollections(Page pageBeingUpdated,
Page newParentPage)
|
Method Detail |
---|
Page getPage(long id)
id
- the database content ID for the page to return
AbstractPage getAbstractPage(long id)
id
- the database content ID for the page to return
BlogPost getBlogPost(long id)
id
- the database content ID for the blog post to return
Page getPage(java.lang.String spaceKey, java.lang.String pageTitle)
Page getPage(java.lang.String spaceKey, java.lang.String pageTitle, boolean eagerLoadComments)
BlogPost getBlogPost(java.lang.String spaceKey, java.lang.String pageTitle, java.util.Calendar day)
BlogPost getBlogPost(java.lang.String spaceKey, java.lang.String pageTitle, java.util.Calendar day, boolean eagerLoadComments)
java.util.List getRecentlyAddedBlogPosts(int maxCount, java.lang.String spaceKey)
SmartListManager
provides a more flexible (and more efficient) way
to perform this query, including accounting for user permissions.
maxCount
- the maximum number of blog posts to retrievespaceKey
- the key of the space to retrieve the posts from, or null to retrieve posts from all spaces
java.util.List getRecentlyAddedPages(int maxCount, java.lang.String spaceKey)
SmartListManager
provides a more flexible (and more efficient) way
to perform this query, including accounting for user permissions.
maxCount
- the maximum number of pages to retrievespaceKey
- the key of the space to retrieve the pages from, or null to retrieve posts from all spaces
java.util.List getRecentlyUpdatedPages(int maxCount, java.lang.String spaceKey)
SmartListManager
provides a more flexible (and more efficient) way
to perform this query, including accounting for user permissions.
maxCount
- the maximum number of pages to retrievespaceKey
- the key of the space to retrieve the pages from, or null to retrieve posts from all spaces
java.util.List getOrphanedPages(java.lang.String spaceKey)
spaceKey
- the key of the space to look for orphans in, or null to search all spaces
java.util.List getUndefinedPages(java.lang.String spaceKey)
spaceKey
- the key of the space to look for undefined pages in, or null to search all spaces
java.util.List getPermissionPages(Space space)
space
- the space to search
int getAuthoredPagesCountByUser(java.lang.String username)
username
- the username of the user to search for
java.util.List getPagesCreatedOrUpdatedSinceDate(java.util.Date date)
date
- the date the pages must have been created or edited after
java.util.List getBlogPosts(java.lang.String spaceKey, java.util.Calendar postingDate, int period)
java.util.List getBlogPosts(Space space, boolean currentOnly)
java.util.List getPages(Space space, boolean currentOnly)
java.util.List getPagesStartingWith(Space space, java.lang.String s)
BlogPost findNextBlogPost(BlogPost post)
BlogPost findPreviousBlogPost(BlogPost post)
NotificationManager getNotificationManager()
void setNotificationManager(NotificationManager notificationManager)
AttachmentManager getAttachmentManager()
void setAttachmentManager(AttachmentManager attachmentManager)
void renamePage(AbstractPage page, java.lang.String newPageTitle)
java.util.List getPossibleRedirectsForSpace(Space space, java.lang.String pageTitle)
java.util.List getPossibleRedirects(java.lang.String pageTitle)
java.util.List getRecentlyAddedBlogPosts(int maxPosts, java.util.Date timeSince, java.lang.String spaceKey)
java.util.List getPageInTrash(java.lang.String spaceKey, java.lang.String title)
boolean spaceHasBlogPosts(java.lang.String spaceKey)
java.util.List getDescendents(Page page)
void updatePageInAncestorCollections(Page pageBeingUpdated, Page newParentPage)
void removePageFromAncestorCollections(Page page)
java.util.Collection getDescendentIds(Page page)
java.util.List getTopLevelPages(Space space)
AbstractPage getPageByVersion(AbstractPage mostRecentPage, int version)
mostRecentPage
- - must specify the most recent recent version of the page (page must be associated with a space)version
- - historical version to retrieve
void removeAllPages(Space space)
void removeAllBlogPosts(Space space)
BlogPost findPreviousBlogPost(java.lang.String key, java.util.Date time)
BlogPost findNextBlogPost(java.lang.String key, java.util.Date time)
void trashPage(AbstractPage page)
void restorePage(AbstractPage page)
void movePage(Page sourcePage, Page targetPage, int offset)
void movePage(Page sourcePage, Space targetSpace)
targetSpace
.
sourcePage
- targetSpace
- void appendPage(Page sourcePage, Page targetPage)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |