Uses of Class
org.alfresco.repo.blog.BlogDetails
-
Packages that use BlogDetails Package Description org.alfresco.repo.blog org.alfresco.repo.blog.typepad org.alfresco.repo.blog.wordpress -
-
Uses of BlogDetails in org.alfresco.repo.blog
Methods in org.alfresco.repo.blog that return BlogDetails Modifier and Type Method Description static BlogDetailsBlogDetails. createBlogDetails(org.alfresco.service.cmr.repository.NodeService nodeService, org.alfresco.service.cmr.repository.NodeRef nodeRef)Create a BlogDetails object from a node that has the blogDetails aspect applied.Methods in org.alfresco.repo.blog that return types with arguments of type BlogDetails Modifier and Type Method Description List<BlogDetails>BlogIntegrationService. getBlogDetails(org.alfresco.service.cmr.repository.NodeRef nodeRef)Given a node reference, gets a list of 'in scope' BlogDetails.List<BlogDetails>BlogIntegrationServiceImpl. getBlogDetails(org.alfresco.service.cmr.repository.NodeRef nodeRef)Methods in org.alfresco.repo.blog with parameters of type BlogDetails Modifier and Type Method Description booleanBlogIntegrationImplementation. deletePost(BlogDetails blogDetails, String postId)Delete an existing blog postbooleanDefaultBlogIntegrationImplementation. deletePost(BlogDetails blogDetails, String postId)protected abstract StringDefaultBlogIntegrationImplementation. getEndpointURL(BlogDetails blogDetails)Gets the XML RPC end point URL for the given blog details.Map<String,Object>BlogIntegrationImplementation. getPost(BlogDetails blogDetails, String postId)Get the details of an existing blog postMap<String,Object>DefaultBlogIntegrationImplementation. getPost(BlogDetails blogDetails, String postId)StringBlogIntegrationImplementation. newPost(BlogDetails blogDetails, String title, String body, boolean publish)Create a new post on the blog.voidBlogIntegrationService. newPost(BlogDetails blogDetails, org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.namespace.QName contentProperty, boolean publish)Posts the content of a node to the blog specifiedvoidBlogIntegrationServiceImpl. newPost(BlogDetails blogDetails, org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.namespace.QName contentProperty, boolean publish)StringDefaultBlogIntegrationImplementation. newPost(BlogDetails blogDetails, String title, String body, boolean publish)booleanBlogIntegrationImplementation. updatePost(BlogDetails blogDetails, String postId, String title, String body, boolean publish)Update an exisiting blog postbooleanDefaultBlogIntegrationImplementation. updatePost(BlogDetails blogDetails, String postId, String title, String body, boolean publish) -
Uses of BlogDetails in org.alfresco.repo.blog.typepad
Methods in org.alfresco.repo.blog.typepad with parameters of type BlogDetails Modifier and Type Method Description booleanTypepadIntegration. deletePost(BlogDetails blogDetails, String postId)For some reason typepad returns a hash table rather than the expected boolean result.protected StringTypepadIntegration. getEndpointURL(BlogDetails blogDetails) -
Uses of BlogDetails in org.alfresco.repo.blog.wordpress
Methods in org.alfresco.repo.blog.wordpress with parameters of type BlogDetails Modifier and Type Method Description protected StringWordPressIntegration. getEndpointURL(BlogDetails blogDetails)
-