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.typebinding
Methods 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.identifiers
Methods 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 boolean
DefaultResourceIdentifierMatcher.matches
(BlogPost blog, ResourceIdentifier ri) -
Uses of BlogPost in com.atlassian.confluence.content.render.xhtml.view.link
Constructor 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.service
Methods in com.atlassian.confluence.content.service with parameters of type BlogPostModifier and TypeMethodDescriptionBlogPostService.newCreateBlogPostCommand
(BlogPostProvider provider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, BlogPost draft, com.atlassian.user.User user, boolean notifySelf) DefaultBlogPostService.newCreateBlogPostCommand
(BlogPostProvider provider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, BlogPost draft, com.atlassian.user.User user, boolean notifySelf) -
Uses of BlogPost in com.atlassian.confluence.content.service.blogpost
Methods in com.atlassian.confluence.content.service.blogpost that return BlogPostModifier and TypeMethodDescriptionBlogPostLocator.getBlogPost()
BlogPostProvider.getBlogPost()
IdBlogPostLocator.getBlogPost()
MoveBlogPostToTopOfSpaceCommand.getBlogPost()
CreateBlogPostCommand.getCreatedBlogPost()
CreateBlogPostCommandImpl.getCreatedBlogPost()
protected BlogPost
RemoveBlogPostVersionCommand.getPage()
Constructors in com.atlassian.confluence.content.service.blogpost with parameters of type BlogPostModifierConstructorDescriptionCreateBlogPostCommandImpl
(PageManager pageManager, SpacePermissionManager spacePermissionManager, ContentPermissionManager contentPermissionManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostProvider blogPostProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, BlogPost draft, com.atlassian.user.User user, boolean notifySelf, ContentPropertyManager contentPropertyManager, LabelManager labelManager, DraftsTransitionHelper draftsTransitionHelper) -
Uses of BlogPost in com.atlassian.confluence.content.service.page
Methods in com.atlassian.confluence.content.service.page that return BlogPost -
Uses of BlogPost in com.atlassian.confluence.dmz.pages
Methods 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.content
Methods in com.atlassian.confluence.event.events.content that return BlogPostModifier and TypeMethodDescriptionPageConvertedToBlogEvent.blogPost()
Returns the value of theblogPost
record component.Constructors in com.atlassian.confluence.event.events.content with parameters of type BlogPostModifierConstructorDescriptionPageConvertedToBlogEvent
(long pageId, Page sourcePage, BlogPost blogPost) Creates an instance of aPageConvertedToBlogEvent
record class. -
Uses of BlogPost in com.atlassian.confluence.event.events.content.blogpost
Methods in com.atlassian.confluence.event.events.content.blogpost that return BlogPostModifier and TypeMethodDescription@NonNull BlogPost
BlogPostEvent.getBlogPost()
@Nullable BlogPost
BlogPostUpdateEvent.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) Deprecated.since 6.0 useBlogPostEvent(Object, BlogPost, boolean)
BlogPostEvent
(Object source, BlogPost blogPost, boolean suppressNotifications) Deprecated.since 7.1.0BlogPostEvent
(Object source, BlogPost blogPost, @Nullable OperationContext<?> operationContext) BlogPostInfoViewEvent
(Object source, BlogPost blogPost) Deprecated.since 6.2.0BlogPostInfoViewEvent
(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) Deprecated.since 7.1.0, useBlogPostUpdateEvent(Object, BlogPost, BlogPost, OperationContext)
BlogPostUpdateEvent
(Object src, BlogPost updatedBlogPost, @Nullable BlogPost originalBlogPost, boolean suppressNotifications) Deprecated.since 7.1.0, useBlogPostUpdateEvent(Object, BlogPost, BlogPost, OperationContext)
BlogPostUpdateEvent
(Object src, BlogPost updatedBlogPost, @Nullable BlogPost originalBlogPost, boolean suppressNotifications, PageUpdateTrigger updateTrigger) Deprecated.since 7.1.0, useBlogPostUpdateEvent(Object, BlogPost, BlogPost, OperationContext)
BlogPostUpdateEvent
(Object source, BlogPost updatedBlogPost, @Nullable BlogPost originalBlogPost, @Nullable OperationContext<PageUpdateTrigger> operationContext) BlogPostViewEvent
(Object source, BlogPost blogPost) Deprecated.since 6.2.0BlogPostViewEvent
(Object source, BlogPost blogPost, @Nullable LocaleInfo localeInfo) -
Uses of BlogPost in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return BlogPostModifier and TypeMethodDescription@Nullable BlogPost
DefaultPageManager.findNextBlogPost
(BlogPost post) @Nullable BlogPost
DefaultPageManager.findNextBlogPost
(String key, Date time) @Nullable BlogPost
DefaultPageManager.findPreviousBlogPost
(BlogPost post) @Nullable BlogPost
DefaultPageManager.findPreviousBlogPost
(String key, Date time) @Nullable BlogPost
DefaultPageManager.getBlogPost
(long id) @Nullable BlogPost
DefaultPageManager.getBlogPost
(String spaceKey, String postTitle, Calendar day) @Nullable BlogPost
DefaultPageManager.getBlogPost
(String spaceKey, String postTitle, Calendar day, boolean eagerLoadComments) @Nullable BlogPost
DefaultPageManager.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 BlogPost
DefaultPageManager.findNextBlogPost
(BlogPost post) @Nullable BlogPost
DefaultPageManager.findPreviousBlogPost
(BlogPost post) void
DefaultPageManager.moveBlogPostToTopLevel
(BlogPost blogPost, Space space) -
Uses of BlogPost in com.atlassian.confluence.internal.pages.persistence
Methods 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.reports
Methods in com.atlassian.confluence.mail.reports with parameters of type BlogPost -
Uses of BlogPost in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return BlogPostModifier and TypeMethodDescription@Nullable BlogPost
PageManager.findNextBlogPost
(BlogPost post) @Nullable BlogPost
PageManager.findNextBlogPost
(String key, Date time) @Nullable BlogPost
PageManager.findPreviousBlogPost
(BlogPost post) @Nullable BlogPost
PageManager.findPreviousBlogPost
(String key, Date time) @Nullable BlogPost
PageManager.getBlogPost
(long id) Deprecated.since 7.3.0, useContentService.find(Expansion...)
from plugins, or usePageManagerInternal
in core where applicable@Nullable BlogPost
PageManager.getBlogPost
(String spaceKey, String pageTitle, Calendar day) Deprecated.since 7.3.0, useContentService.find(Expansion...)
from plugins, or usePageManagerInternal
in core where applicable@Nullable BlogPost
PageManager.getBlogPost
(String spaceKey, String pageTitle, Calendar day, boolean eagerLoadComments) Deprecated.since 7.3.0, useContentService.find(Expansion...)
from plugins, or usePageManagerInternal
in core where applicableBlogPostsCalendar.getFirstPostInNextMonth()
BlogPostsCalendar.getLastPostInPreviousMonth()
@Nullable BlogPost
PageManager.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 BlogPost
PageManager.findNextBlogPost
(BlogPost post) @Nullable BlogPost
PageManager.findPreviousBlogPost
(BlogPost post) void
PageManager.moveBlogPostToTopLevel
(BlogPost blogPost, Space space) Move a blog post to the top level oftargetSpace
.void
BlogPostsCalendar.setFirstPostInNextMonth
(BlogPost firstPostInNextMonth) void
BlogPostsCalendar.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.actions
Methods 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.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return BlogPostModifier and TypeMethodDescription@Nullable BlogPost
BlogPostDao.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.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return BlogPostModifier and TypeMethodDescription@Nullable BlogPost
HibernateBlogPostDao.getBlogPost
(@NonNull Space space, @NonNull String title, @NonNull Calendar day, boolean eagerLoadComments) HibernateBlogPostDao.getBlogPostByTitle
(String spaceKey, String title) protected BlogPost
HibernateBlogPostDao.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.renderer
Methods in com.atlassian.confluence.renderer that return BlogPost -
Uses of BlogPost in com.atlassian.confluence.rpc.soap.beans
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type BlogPost -
Uses of BlogPost in com.atlassian.confluence.security.delegate
Methods in com.atlassian.confluence.security.delegate with parameters of type BlogPostModifier and TypeMethodDescriptionboolean
BlogPostPermissionsDelegate.canAdminister
(ConfluenceUser user, BlogPost target) boolean
BlogPostPermissionsDelegate.canEdit
(ConfluenceUser user, BlogPost target) boolean
BlogPostPermissionsDelegate.canExport
(ConfluenceUser user, BlogPost target) boolean
BlogPostPermissionsDelegate.canMove
(ConfluenceUser user, BlogPost source, Object target, String movePoint) boolean
BlogPostPermissionsDelegate.canRemove
(ConfluenceUser user, BlogPost target) boolean
BlogPostPermissionsDelegate.canRemoveHierarchy
(ConfluenceUser user, BlogPost target) boolean
BlogPostPermissionsDelegate.canSetPermissions
(ConfluenceUser user, BlogPost target) boolean
BlogPostPermissionsDelegate.canView
(ConfluenceUser user, BlogPost target) -
Uses of BlogPost in com.atlassian.confluence.util.breadcrumbs
Methods 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.spaceia
Constructors 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.utils
Methods 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)