Uses of Class
com.atlassian.confluence.pages.BlogPost
Packages that use BlogPost
Package
Description
This package groups the breadcrumb logic:
 
 All breadcrumbs for global admin and other general purpose,
 Breadcrumb generation and interfaces,
 Pre-5.0 breadcrumbs for Spaces.
This package groups the breadcrumbs for the spaces.
- 
Uses of BlogPost in com.atlassian.confluence.api.impl.service.content.typebindingMethods in com.atlassian.confluence.api.impl.service.content.typebinding that return BlogPostModifier and TypeMethodDescriptionMethods in com.atlassian.confluence.api.impl.service.content.typebinding that return types with arguments of type BlogPostMethods in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type BlogPostModifier and TypeMethodDescriptionprotected PageResponse<Content> BlogPostContentTypeApiSupport.getChildrenForThisType(BlogPost content, LimitedRequest limitedRequest, Expansions expansions, Depth depth) BlogPostContentTypeApiSupport.validateUpdate(Content updatedContent, BlogPost existingEntity) 
- 
Uses of BlogPost in com.atlassian.confluence.content.render.xhtml.model.resource.identifiersMethods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers that return BlogPostModifier and TypeMethodDescriptionBlogPostResourceIdentifierResolver.resolve(BlogPostResourceIdentifier blogResourceIdentifier, ConversionContext conversionContext) Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type BlogPostModifier and TypeMethodDescriptionprotected booleanDefaultResourceIdentifierMatcher.matches(BlogPost blog, ResourceIdentifier ri) 
- 
Uses of BlogPost in com.atlassian.confluence.content.render.xhtml.view.linkConstructor parameters in com.atlassian.confluence.content.render.xhtml.view.link with type arguments of type BlogPostModifierConstructorDescriptionViewBlogPostLinkMarshaller(ResourceIdentifierResolver<BlogPostResourceIdentifier, BlogPost> blogPostResourceIdentifierResolver, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> unresolvedLinkMarshaller, CommonLinkAttributesWriter commonLinkAttributesWriter, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, @Nullable StaxStreamMarshaller<Link> linkStaxStreamMarshaller) 
- 
Uses of BlogPost in com.atlassian.confluence.content.serviceMethods in com.atlassian.confluence.content.service with parameters of type BlogPostModifier and TypeMethodDescriptionBlogPostService.newCreateBlogPostCommand(BlogPostProvider provider, CreateContextProvider contextProvider, BlogPost draft, ConfluenceUser user) DefaultBlogPostService.newCreateBlogPostCommand(BlogPostProvider provider, CreateContextProvider contextProvider, BlogPost draft, ConfluenceUser user) 
- 
Uses of BlogPost in com.atlassian.confluence.content.service.blogpostMethods in com.atlassian.confluence.content.service.blogpost that return BlogPostModifier and TypeMethodDescriptionBlogPostLocator.getBlogPost()BlogPostProvider.getBlogPost()IdBlogPostLocator.getBlogPost()MoveBlogPostToTopOfSpaceCommand.getBlogPost()CreateBlogPostCommand.getCreatedBlogPost()CreateBlogPostCommandImpl.getCreatedBlogPost()protected BlogPostRemoveBlogPostVersionCommand.getPage()
- 
Uses of BlogPost in com.atlassian.confluence.content.service.pageMethods in com.atlassian.confluence.content.service.page that return BlogPost
- 
Uses of BlogPost in com.atlassian.confluence.dmz.pagesMethods in com.atlassian.confluence.dmz.pages that return types with arguments of type BlogPostModifier and TypeMethodDescription@NonNull PageResponse<BlogPost> PageManagerInternal.getFilteredBlogPosts(Space space, LimitedRequest pageRequest, Predicate<? super BlogPost>... filter) Returns all the current blog posts in the space, limited to the pagination request.
- 
Uses of BlogPost in com.atlassian.confluence.event.events.contentMethods in com.atlassian.confluence.event.events.content that return BlogPostModifier and TypeMethodDescriptionPageConvertedToBlogEvent.blogPost()Returns the value of theblogPostrecord component.Constructors in com.atlassian.confluence.event.events.content with parameters of type BlogPostModifierConstructorDescriptionPageConvertedToBlogEvent(long pageId, Page sourcePage, BlogPost blogPost) Creates an instance of aPageConvertedToBlogEventrecord class.
- 
Uses of BlogPost in com.atlassian.confluence.event.events.content.blogpostMethods in com.atlassian.confluence.event.events.content.blogpost that return BlogPostModifier and TypeMethodDescription@NonNull BlogPostBlogPostEvent.getBlogPost()@Nullable BlogPostBlogPostUpdateEvent.getOriginalBlogPost()Constructors in com.atlassian.confluence.event.events.content.blogpost with parameters of type BlogPostModifierConstructorDescriptionBlogPostCreateEvent(Object src, BlogPost blogPost) Deprecated.BlogPostCreateEvent(Object src, BlogPost blogPost, Map<String, Serializable> context) Deprecated.since 7.1.0, useBlogPostCreateEvent(Object, BlogPost, Map, OperationContext)BlogPostCreateEvent(Object source, BlogPost blogPost, Map<String, Serializable> context, boolean suppressNotifications) Deprecated.since 7.1.0, useBlogPostCreateEvent(Object, BlogPost, Map, OperationContext)BlogPostCreateEvent(Object source, BlogPost blogPost, Map<String, Serializable> context, @Nullable OperationContext<?> operationContext) BlogPostEvent(Object source, BlogPost blogPost, boolean suppressNotifications) BlogPostEvent(Object source, BlogPost blogPost, @Nullable OperationContext<?> operationContext) BlogPostInfoViewEvent(Object source, BlogPost blogPost, @Nullable LocaleInfo localeInfo) BlogPostMovedEvent(Object src, @Nullable ConfluenceUser user, BlogPost blogPost, Space originalSpace, Space currentSpace) BlogPostRemoveEvent(Object src, BlogPost blogPost) BlogPostRestoreEvent(Object src, BlogPost blogPost) BlogPostTrashedEvent(Object source, BlogPost blogPost, @Nullable com.atlassian.user.User trasher) Deprecated.since 6.0, useBlogPostTrashedEvent(Object, BlogPost, User, boolean)insteadBlogPostTrashedEvent(Object source, BlogPost blogPost, @Nullable com.atlassian.user.User trasher, boolean suppressNotifications) BlogPostUpdateEvent(Object src, BlogPost updatedBlogPost, @Nullable BlogPost originalBlogPost, boolean suppressNotifications, PageUpdateTrigger updateTrigger) BlogPostUpdateEvent(Object source, BlogPost updatedBlogPost, @Nullable BlogPost originalBlogPost, @Nullable OperationContext<PageUpdateTrigger> operationContext) BlogPostViewEvent(Object source, BlogPost blogPost) BlogPostViewEvent(Object source, BlogPost blogPost, @Nullable LocaleInfo localeInfo) 
- 
Uses of BlogPost in com.atlassian.confluence.impl.contentMethods in com.atlassian.confluence.impl.content that return BlogPostModifier and TypeMethodDescription@Nullable BlogPostDefaultPageManager.findNextBlogPost(BlogPost post) @Nullable BlogPostDefaultPageManager.findNextBlogPost(String key, Date time) @Nullable BlogPostDefaultPageManager.findPreviousBlogPost(BlogPost post) @Nullable BlogPostDefaultPageManager.findPreviousBlogPost(String key, Date time) @Nullable BlogPostDefaultPageManager.getBlogPost(long id) @Nullable BlogPostDefaultPageManager.getBlogPost(String spaceKey, String postTitle, Calendar day) @Nullable BlogPostDefaultPageManager.getBlogPost(String spaceKey, String postTitle, Calendar day, boolean eagerLoadComments) @Nullable BlogPostDefaultPageManager.getNewestBlogPost(@Nullable String spaceKey) Methods in com.atlassian.confluence.impl.content that return types with arguments of type BlogPostModifier and TypeMethodDescriptionDefaultPageManager.getBlogPosts(Space space, boolean currentOnly) DefaultPageManager.getBlogPosts(String spaceKey, Calendar postingDate, int period) DefaultPageManager.getBlogPosts(String spaceKey, Calendar postingDate, int period, int startIndex, int maxResultCount) DefaultPageManager.getBlogPostsInTrash(String spaceKey, String title) @NonNull PageResponse<BlogPost> DefaultPageManager.getFilteredBlogPosts(Space space, LimitedRequest pageRequest, Predicate<? super BlogPost>... filters) DefaultPageManager.getRecentlyAddedBlogPosts(int maxCount, @Nullable String spaceKey) DefaultPageManager.getRecentlyAddedBlogPosts(int maxPosts, @Nullable Date timeSince, String spaceKey) Methods in com.atlassian.confluence.impl.content with parameters of type BlogPostModifier and TypeMethodDescription@Nullable BlogPostDefaultPageManager.findNextBlogPost(BlogPost post) @Nullable BlogPostDefaultPageManager.findPreviousBlogPost(BlogPost post) voidDefaultPageManager.moveBlogPostToTopLevel(BlogPost blogPost, Space space) 
- 
Uses of BlogPost in com.atlassian.confluence.internal.pages.persistenceMethods in com.atlassian.confluence.internal.pages.persistence that return types with arguments of type BlogPostModifier and TypeMethodDescriptionPageDaoInternal.getBlogPosts(Space space, LimitedRequest pageRequest) 
- 
Uses of BlogPost in com.atlassian.confluence.mail.reportsMethods in com.atlassian.confluence.mail.reports with parameters of type BlogPost
- 
Uses of BlogPost in com.atlassian.confluence.pagesMethods in com.atlassian.confluence.pages that return BlogPostModifier and TypeMethodDescription@Nullable BlogPostPageManager.findNextBlogPost(BlogPost post) @Nullable BlogPostPageManager.findNextBlogPost(String key, Date time) @Nullable BlogPostPageManager.findPreviousBlogPost(BlogPost post) @Nullable BlogPostPageManager.findPreviousBlogPost(String key, Date time) @Nullable BlogPostPageManager.getBlogPost(long id) Deprecated.since 7.3.0, useContentService.find(Expansion...)from plugins, or usePageManagerInternalin core where applicable@Nullable BlogPostPageManager.getBlogPost(String spaceKey, String pageTitle, Calendar day) Deprecated.since 7.3.0, useContentService.find(Expansion...)from plugins, or usePageManagerInternalin core where applicable@Nullable BlogPostPageManager.getBlogPost(String spaceKey, String pageTitle, Calendar day, boolean eagerLoadComments) Deprecated.since 7.3.0, useContentService.find(Expansion...)from plugins, or usePageManagerInternalin core where applicableBlogPostsCalendar.getFirstPostInNextMonth()BlogPostsCalendar.getLastPostInPreviousMonth()@Nullable BlogPostPageManager.getNewestBlogPost(@Nullable String spaceKey) Retrieves the most recently created blog post in the given space.Methods in com.atlassian.confluence.pages that return types with arguments of type BlogPostModifier and TypeMethodDescriptionContentTree.getBlogPosts()PageManager.getBlogPosts(Space space, boolean currentOnly) PageManager.getBlogPosts(String spaceKey, Calendar postingDate, int period) Get list of blogPost by Date.PageManager.getBlogPosts(String spaceKey, Calendar postingDate, int period, int startIndex, int maxResultCount) Get list of blogPost by Date.PageManager.getBlogPostsInTrash(String spaceKey, String title) Gets a blog post that is in the trash for a given space that matches the given title.BlogPostsCalendar.getPostsForDay(int dayOfMonth) Get the posts made on a particular day of the monthBlogPostsCalendar.getPostsForMonth()Get all the posts for the monthPageManager.getRecentlyAddedBlogPosts(int maxCount, @Nullable String spaceKey) Retrieve the most recently created blog posts in a given space.PageManager.getRecentlyAddedBlogPosts(int maxPosts, @Nullable Date timeSince, String spaceKey) Methods in com.atlassian.confluence.pages with parameters of type BlogPostModifier and TypeMethodDescription@Nullable BlogPostPageManager.findNextBlogPost(BlogPost post) @Nullable BlogPostPageManager.findPreviousBlogPost(BlogPost post) voidPageManager.moveBlogPostToTopLevel(BlogPost blogPost, Space space) Move a blog post to the top level oftargetSpace.voidBlogPostsCalendar.setFirstPostInNextMonth(BlogPost firstPostInNextMonth) voidBlogPostsCalendar.setLastPostInPreviousMonth(BlogPost lastPostInPreviousMonth) Method parameters in com.atlassian.confluence.pages with type arguments of type BlogPostConstructor parameters in com.atlassian.confluence.pages with type arguments of type BlogPostModifierConstructorDescriptionBlogPostsCalendar(Date coversDate, List<BlogPost> blogPosts, String spaceKey, DateFormatter formatter) Construct a new calendar.
- 
Uses of BlogPost in com.atlassian.confluence.pages.actionsMethods in com.atlassian.confluence.pages.actions that return BlogPostModifier and TypeMethodDescriptionAbstractPageAction.getBlogPost()AbstractBlogPostsAction.getFirstPostInNextMonth(Calendar postingDate) Returns the first post in the month after the current postingDayAbstractBlogPostsAction.getLastPostInPreviousMonth(Calendar postingDate) Returns the last post in the month before the current postingDayViewBlogPostsByDateAction.getNextDatePost()AbstractPageAction.getNextPost()ViewBlogPostsByDateAction.getNextPost()ViewBlogPostsByDateAction.getPreviousDatePost()AbstractPageAction.getPreviousPost()ViewBlogPostsByDateAction.getPreviousPost()Methods in com.atlassian.confluence.pages.actions with parameters of type BlogPost
- 
Uses of BlogPost in com.atlassian.confluence.pages.persistence.daoMethods in com.atlassian.confluence.pages.persistence.dao that return BlogPostModifier and TypeMethodDescription@Nullable BlogPostBlogPostDao.getBlogPost(@NonNull Space space, @NonNull String title, @NonNull Calendar day, boolean eagerLoadComments) Get the blog post by name and date.BlogPostDao.getBlogPostByTitle(String spaceKey, String title) Get a blog post by name.BlogPostDao.getById(long id) Get a blog post by id.BlogPostDao.getFirstPostAfter(BlogPost post) Used for finding the "previous" post to an existing post.BlogPostDao.getFirstPostAfter(String spaceKey, Date creationDate) Used for finding the "previous" post to an existing postBlogPostDao.getFirstPostBefore(BlogPost post) Used for finding the "previous" post to an existing post.BlogPostDao.getFirstPostBefore(String spaceKey, Date creationDate) Used for finding the "previous" post to an existing postBlogPostDao.getMostRecentBlogPost(String spaceKey) Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type BlogPostModifier and TypeMethodDescriptionBlogPostDao.getBlogPosts(@NonNull Space space, @NonNull Calendar date, int period) Get the blog posts in a space for a particular period.BlogPostDao.getBlogPosts(@NonNull Space space, @NonNull Calendar postingDate, int period, int startIndex, int maxResultCount) Get list of blogPost by Date.BlogPostDao.getBlogPosts(Space space, boolean currentOnly) Return an iterator for the specified space.BlogPostDao.getBlogPostsInTrash(String spaceKey, String title) Gets a blog post that is in the trash for a given space that matches the given title.BlogPostDao.getRecentlyAddedBlogPosts(int maxCount, @Nullable String spaceKey) Get list of recently created blog posts.BlogPostDao.getRecentlyAddedBlogPosts(int maxPosts, Date timeSince, String spaceKey) Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type BlogPostModifier and TypeMethodDescriptionBlogPostDao.getFirstPostAfter(BlogPost post) Used for finding the "previous" post to an existing post.BlogPostDao.getFirstPostBefore(BlogPost post) Used for finding the "previous" post to an existing post.
- 
Uses of BlogPost in com.atlassian.confluence.pages.persistence.dao.hibernateMethods in com.atlassian.confluence.pages.persistence.dao.hibernate that return BlogPostModifier and TypeMethodDescription@Nullable BlogPostHibernateBlogPostDao.getBlogPost(@NonNull Space space, @NonNull String title, @NonNull Calendar day, boolean eagerLoadComments) HibernateBlogPostDao.getBlogPostByTitle(String spaceKey, String title) protected BlogPostHibernateBlogPostDao.getByClassId(long id) HibernateBlogPostDao.getById(long id) HibernateBlogPostDao.getFirstPostAfter(BlogPost post) HibernateBlogPostDao.getFirstPostAfter(String spaceKey, Date creationDate) HibernateBlogPostDao.getFirstPostBefore(BlogPost post) HibernateBlogPostDao.getFirstPostBefore(String spaceKey, Date creationDate) HibernateBlogPostDao.getMostRecentBlogPost(String spaceKey) Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type BlogPostModifier and TypeMethodDescriptionHibernateBlogPostDao.getBlogPosts(@NonNull Space space, @NonNull Calendar date, int period) HibernateBlogPostDao.getBlogPosts(@NonNull Space space, @NonNull Calendar date, int period, int startIndex, int maxResultCount) HibernateBlogPostDao.getBlogPosts(Space space, boolean currentOnly) HibernatePageDao.getBlogPosts(Space space, LimitedRequest limitedRequest) HibernateBlogPostDao.getBlogPostsInTrash(String spaceKey, String title) HibernateBlogPostDao.getPersistentClass()HibernateBlogPostDao.getRecentlyAddedBlogPosts(int maxCount, @Nullable String spaceKey) Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type BlogPostModifier and TypeMethodDescriptionHibernateBlogPostDao.getFirstPostAfter(BlogPost post) HibernateBlogPostDao.getFirstPostBefore(BlogPost post) 
- 
Uses of BlogPost in com.atlassian.confluence.rendererMethods in com.atlassian.confluence.renderer that return BlogPost
- 
Uses of BlogPost in com.atlassian.confluence.rpc.soap.beansConstructors in com.atlassian.confluence.rpc.soap.beans with parameters of type BlogPost
- 
Uses of BlogPost in com.atlassian.confluence.security.delegateMethods in com.atlassian.confluence.security.delegate with parameters of type BlogPostModifier and TypeMethodDescriptionbooleanBlogPostPermissionsDelegate.canAdminister(ConfluenceUser user, BlogPost target) booleanBlogPostPermissionsDelegate.canEdit(ConfluenceUser user, BlogPost target) booleanBlogPostPermissionsDelegate.canExport(ConfluenceUser user, BlogPost target) booleanBlogPostPermissionsDelegate.canMove(ConfluenceUser user, BlogPost source, Object target, String movePoint) booleanBlogPostPermissionsDelegate.canRemove(ConfluenceUser user, BlogPost target) booleanBlogPostPermissionsDelegate.canRemoveHierarchy(ConfluenceUser user, BlogPost target) booleanBlogPostPermissionsDelegate.canSetPermissions(ConfluenceUser user, BlogPost target) booleanBlogPostPermissionsDelegate.canView(ConfluenceUser user, BlogPost target) 
- 
Uses of BlogPost in com.atlassian.confluence.util.breadcrumbsMethods in com.atlassian.confluence.util.breadcrumbs that return BlogPostConstructors in com.atlassian.confluence.util.breadcrumbs with parameters of type BlogPost
- 
Uses of BlogPost in com.atlassian.confluence.util.breadcrumbs.spaceiaConstructors in com.atlassian.confluence.util.breadcrumbs.spaceia with parameters of type BlogPostModifierConstructorDescriptionBlogPostBreadcrumb(BlogPost blogPost) BlogPostBreadcrumb(BlogPost blogPost, @Nullable DateFormatter dateFormatter) 
- 
Uses of BlogPost in com.atlassian.integrationtest.utilsMethods in com.atlassian.integrationtest.utils that return BlogPostModifier and TypeMethodDescriptionItStateManager.storeAndGetTestBlogPost()ItStateManager.storeAndGetTestBlogPost(Space blogPostSpace) ItStateManager.storeAndGetTestBlogPost(Space blogPostSpace, String title) ItStateManager.storeAndGetTestBlogPost(Space space, String title, String status) ItStateManager.storeAndGetTestBlogPost(Space space, String title, String status, ConfluenceUser author) Methods in com.atlassian.integrationtest.utils that return types with arguments of type BlogPostModifier and TypeMethodDescriptionItStateManager.storeAndGetTestBlogsTx(Space testSpace, int count) Creates blogs in a new transaction.
BlogPostCreateEvent(Object, BlogPost, Map, OperationContext)