Package | Description |
---|---|
org.alfresco.repo.blog | |
org.alfresco.repo.blog.typepad | |
org.alfresco.repo.blog.wordpress |
Modifier and Type | Method and Description |
---|---|
static BlogDetails |
BlogDetails.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.
|
Modifier and Type | Method and Description |
---|---|
List<BlogDetails> |
BlogIntegrationServiceImpl.getBlogDetails(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
List<BlogDetails> |
BlogIntegrationService.getBlogDetails(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Given a node reference, gets a list of 'in scope' BlogDetails.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BlogIntegrationImplementation.deletePost(BlogDetails blogDetails,
String postId)
Delete an existing blog post
|
boolean |
DefaultBlogIntegrationImplementation.deletePost(BlogDetails blogDetails,
String postId) |
protected abstract String |
DefaultBlogIntegrationImplementation.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 post
|
Map<String,Object> |
DefaultBlogIntegrationImplementation.getPost(BlogDetails blogDetails,
String postId) |
void |
BlogIntegrationServiceImpl.newPost(BlogDetails blogDetails,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.namespace.QName contentProperty,
boolean publish) |
void |
BlogIntegrationService.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 specified
|
String |
BlogIntegrationImplementation.newPost(BlogDetails blogDetails,
String title,
String body,
boolean publish)
Create a new post on the blog.
|
String |
DefaultBlogIntegrationImplementation.newPost(BlogDetails blogDetails,
String title,
String body,
boolean publish) |
boolean |
BlogIntegrationImplementation.updatePost(BlogDetails blogDetails,
String postId,
String title,
String body,
boolean publish)
Update an exisiting blog post
|
boolean |
DefaultBlogIntegrationImplementation.updatePost(BlogDetails blogDetails,
String postId,
String title,
String body,
boolean publish) |
Modifier and Type | Method and Description |
---|---|
boolean |
TypepadIntegration.deletePost(BlogDetails blogDetails,
String postId)
For some reason typepad returns a hash table rather than the expected boolean result.
|
protected String |
TypepadIntegration.getEndpointURL(BlogDetails blogDetails) |
Modifier and Type | Method and Description |
---|---|
protected String |
WordPressIntegration.getEndpointURL(BlogDetails blogDetails) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.