Uses of Interface
org.alfresco.service.cmr.blog.BlogPostInfo
Packages that use BlogPostInfo
-
Uses of BlogPostInfo in org.alfresco.repo.blog
Classes in org.alfresco.repo.blog that implement BlogPostInfoMethods in org.alfresco.repo.blog that return BlogPostInfoModifier and TypeMethodDescriptionBlogServiceImpl.createBlogPost(String siteShortName, String blogTitle, String blogContent, boolean isDraft) BlogServiceImpl.createBlogPost(NodeRef blogContainerNode, String blogTitle, String blogContent, boolean isDraft) BlogServiceImpl.getBlogPost(String siteShortName, String postName) BlogServiceImpl.getBlogPost(NodeRef parentNodeRef, String postName) BlogServiceImpl.getForNodeRef(NodeRef nodeRef) BlogServiceImpl.updateBlogPost(BlogPostInfo post) Methods in org.alfresco.repo.blog that return types with arguments of type BlogPostInfoModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<BlogPostInfo>BlogServiceImpl.findBlogPosts(String siteShortName, BlogService.RangedDateProperty dateRange, String tag, org.alfresco.query.PagingRequest pagingReq) org.alfresco.query.PagingResults<BlogPostInfo>BlogServiceImpl.findBlogPosts(NodeRef blogContainerNode, BlogService.RangedDateProperty dateRange, String tag, org.alfresco.query.PagingRequest pagingReq) org.alfresco.query.PagingResults<BlogPostInfo>BlogServiceImpl.getDrafts(String siteShortName, String username, org.alfresco.query.PagingRequest pagingReq) org.alfresco.query.PagingResults<BlogPostInfo>BlogServiceImpl.getDrafts(NodeRef blogContainerNode, String username, org.alfresco.query.PagingRequest pagingReq) org.alfresco.query.PagingResults<BlogPostInfo>BlogServiceImpl.getMyDraftsAndAllPublished(NodeRef blogContainerNode, Date createdFrom, Date createdTo, org.alfresco.query.PagingRequest pagingReq) Deprecated.org.alfresco.query.PagingResults<BlogPostInfo>BlogServiceImpl.getPublished(String siteShortName, Date fromDate, Date toDate, String byUser, org.alfresco.query.PagingRequest pagingReq) org.alfresco.query.PagingResults<BlogPostInfo>BlogServiceImpl.getPublished(NodeRef blogContainerNode, Date fromDate, Date toDate, String byUser, org.alfresco.query.PagingRequest pagingReq) Methods in org.alfresco.repo.blog with parameters of type BlogPostInfoModifier and TypeMethodDescriptionvoidBlogServiceImpl.deleteBlogPost(BlogPostInfo post) BlogServiceImpl.updateBlogPost(BlogPostInfo post) Method parameters in org.alfresco.repo.blog with type arguments of type BlogPostInfoModifier and TypeMethodDescriptionvoidBlogServiceImpl.setCannedQueryRegistry(org.alfresco.util.registry.NamedObjectRegistry<org.alfresco.query.CannedQueryFactory<BlogPostInfo>> cannedQueryRegistry) -
Uses of BlogPostInfo in org.alfresco.service.cmr.blog
Methods in org.alfresco.service.cmr.blog that return BlogPostInfoModifier and TypeMethodDescriptionBlogService.createBlogPost(String siteShortName, String blogTitle, String blogContent, boolean isDraft) Creates a new blog post in the specified siteBlogService.createBlogPost(NodeRef blogContainerNode, String blogTitle, String blogContent, boolean isDraft) Creates a new blog post within the specified container node.BlogService.getBlogPost(String siteShortName, String postName) Retrieves an existingBlogPostInfofrom the repository, which is within a siteBlogService.getBlogPost(NodeRef parentNodeRef, String postName) Retrieves an existingBlogPostInfofrom the repository, which is attached to the specified Node.BlogService.getForNodeRef(NodeRef nodeRef) For a given NodeRef corresponding to aBlogPostInfo, returns the object wrapping the Node.BlogService.updateBlogPost(BlogPostInfo post) Updates an existingBlogPostInfoin the repository.Methods in org.alfresco.service.cmr.blog that return types with arguments of type BlogPostInfoModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<BlogPostInfo>BlogService.findBlogPosts(String siteShortName, BlogService.RangedDateProperty dateRange, String tag, org.alfresco.query.PagingRequest pagingReq) Finds blog posts by the specified user tagged with the given tag string.org.alfresco.query.PagingResults<BlogPostInfo>BlogService.findBlogPosts(NodeRef blogContainerNode, BlogService.RangedDateProperty dateRange, String tag, org.alfresco.query.PagingRequest pagingReq) Finds blog posts by the specified user tagged with the given tag string.org.alfresco.query.PagingResults<BlogPostInfo>BlogService.getDrafts(String siteShortName, String username, org.alfresco.query.PagingRequest pagingReq) Gets the draft blog posts created by the specified user.org.alfresco.query.PagingResults<BlogPostInfo>BlogService.getDrafts(NodeRef blogContainerNode, String username, org.alfresco.query.PagingRequest pagingReq) Gets the draft blog posts created by the specified user.org.alfresco.query.PagingResults<BlogPostInfo>BlogService.getMyDraftsAndAllPublished(NodeRef blogContainerNode, Date fromDate, Date toDate, org.alfresco.query.PagingRequest pagingReq) Deprecated.This method is a domain-specific query used by the Blog REST API and is not considered suitable for general use.org.alfresco.query.PagingResults<BlogPostInfo>BlogService.getPublished(String siteShortName, Date fromDate, Date toDate, String byUser, org.alfresco.query.PagingRequest pagingReq) Gets the (internally, Alfresco-) published blog posts.org.alfresco.query.PagingResults<BlogPostInfo>BlogService.getPublished(NodeRef blogContainerNode, Date fromDate, Date toDate, String byUser, org.alfresco.query.PagingRequest pagingReq) Gets the (internally, Alfresco-) published blog posts.Methods in org.alfresco.service.cmr.blog with parameters of type BlogPostInfoModifier and TypeMethodDescriptionvoidBlogService.deleteBlogPost(BlogPostInfo post) Deletes an existingBlogPostInfofrom the repository.BlogService.updateBlogPost(BlogPostInfo post) Updates an existingBlogPostInfoin the repository.