public interface BlogIntegrationService
| Modifier and Type | Method and Description |
|---|---|
void |
deletePost(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
java.util.List |
getBlogDetails(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Given a node reference, gets a list of 'in scope' BlogDetails.
|
BlogIntegrationImplementation |
getBlogIntegrationImplementation(java.lang.String implementationName)
Get the named blog integration implementation, null if name not recognised
|
java.util.List |
getBlogIntegrationImplementations()
Get a list of the registered integration implementations.
|
void |
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
|
void |
register(BlogIntegrationImplementation implementation)
Register a new blog integration implementation with the service
|
void |
updatePost(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.namespace.QName contentProperty,
boolean publish) |
void register(BlogIntegrationImplementation implementation)
implementation - the implementationBlogIntegrationImplementation getBlogIntegrationImplementation(java.lang.String implementationName)
implementationName - the implementation namejava.util.List getBlogIntegrationImplementations()
java.util.List getBlogDetails(org.alfresco.service.cmr.repository.NodeRef nodeRef)
nodeRef - the node referencevoid newPost(BlogDetails blogDetails, org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.namespace.QName contentProperty, boolean publish)
blogDetails - nodeRef - contentProperty - publish - void updatePost(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.namespace.QName contentProperty,
boolean publish)
postId - nodeRef - contentProperty - publish - void deletePost(org.alfresco.service.cmr.repository.NodeRef nodeRef)
postId - nodeRef - Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.