public class BlogDetails extends Object implements BlogIntegrationModel
ASPECT_BLOG_DETAILS, ASPECT_BLOG_POST, ASSOC_BLOG_DETAILS, MODEL_PREFIX, MODEL_URL, PROP_BLOG_IMPLEMENTATION, PROP_DESCRIPTION, PROP_ID, PROP_LAST_UPDATE, PROP_LINK, PROP_NAME, PROP_PASSWORD, PROP_POST_ID, PROP_POSTED, PROP_PUBLISHED, PROP_URL, PROP_USER_NAME
Constructor and Description |
---|
BlogDetails(String implementationName,
String blogId,
String url,
String userName,
String password,
String name,
String description)
Constructor
|
BlogDetails(String implementationName,
String blogId,
String url,
String userName,
String password,
String name,
String description,
org.alfresco.service.cmr.repository.NodeRef nodeRef)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
String |
getBlogId()
Get the blog id
|
String |
getDescription()
Get the description
|
String |
getImplementationName()
Get the implementation name
|
String |
getName()
Get the name
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Gets the node reference
|
String |
getPassword()
Get the password
|
String |
getUrl()
Get the blog URL
|
String |
getUserName()
Get the user name
|
public BlogDetails(String implementationName, String blogId, String url, String userName, String password, String name, String description)
implementationName
- the implementation nameblogId
- the blog idurl
- the blog URLuserName
- the user namepassword
- the passwordname
- the namedescription
- the descriptionpublic BlogDetails(String implementationName, String blogId, String url, String userName, String password, String name, String description, org.alfresco.service.cmr.repository.NodeRef nodeRef)
implementationName
- the implementation nameblogId
- the blog idurl
- the blog URLuserName
- the user namepassword
- the passwordname
- the namedescription
- the descriptionnodeRef
- the node referencepublic static BlogDetails createBlogDetails(org.alfresco.service.cmr.repository.NodeService nodeService, org.alfresco.service.cmr.repository.NodeRef nodeRef)
nodeService
- the node servicenodeRef
- the node referencepublic org.alfresco.service.cmr.repository.NodeRef getNodeRef()
public String getImplementationName()
public String getBlogId()
public String getUrl()
public String getUserName()
public String getPassword()
public String getName()
public String getDescription()
Copyright © 2005–2017 Alfresco Software. All rights reserved.