public class TypepadIntegration extends DefaultBlogIntegrationImplementation
ACTION_DELETE_POST, ACTION_EDIT_POST, ACTION_GET_POST, ACTION_NEW_POST| Constructor and Description |
|---|
TypepadIntegration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deletePost(BlogDetails blogDetails,
String postId)
For some reason typepad returns a hash table rather than the expected boolean result.
|
protected String |
getEndpointURL(BlogDetails blogDetails)
Gets the XML RPC end point URL for the given blog details.
|
checkForProtocol, checkForTrainlingSlash, execute, getPost, newPost, updatePostgetDisplayName, getName, register, setBlogIntegrationService, setDisplayName, setNameprotected String getEndpointURL(BlogDetails blogDetails)
DefaultBlogIntegrationImplementationgetEndpointURL in class DefaultBlogIntegrationImplementationblogDetails - blog detailsDefaultBlogIntegrationImplementation.getEndpointURL(org.alfresco.repo.blog.BlogDetails)public boolean deletePost(BlogDetails blogDetails, String postId)
deletePost in interface BlogIntegrationImplementationdeletePost in class DefaultBlogIntegrationImplementationblogDetails - BlogDetailspostId - StringBlogIntegrationImplementation.deletePost(org.alfresco.repo.blog.BlogDetails, java.lang.String)Copyright © 2005–2018 Alfresco Software. All rights reserved.