Package org.alfresco.repo.blog
Class BlogPostInfoImpl
java.lang.Object
org.alfresco.repo.blog.BlogPostInfoImpl
- All Implemented Interfaces:
Serializable,PermissionCheckValue,BlogPostInfo
An implementation of a
BlogPostInfo- Since:
- 4.0
- Author:
- Nick Burch (based on the existing webscript conrollers in the REST API)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBlogPostInfoImpl(NodeRef nodeRef, NodeRef containerNodeRef, String systemName) -
Method Summary
-
Constructor Details
-
BlogPostInfoImpl
-
-
Method Details
-
getNodeRef
Gets the NodeRef representing this blog-post.- Specified by:
getNodeRefin interfaceBlogPostInfo- Specified by:
getNodeRefin interfacePermissionCheckValue- Returns:
- the underlying value to filter
-
getContainerNodeRef
- Specified by:
getContainerNodeRefin interfaceBlogPostInfo- Returns:
- the NodeRef of the container this belongs to (Site or Otherwise)
-
getSystemName
Gets thecm:nameof the blog post.- Specified by:
getSystemNamein interfaceBlogPostInfo- Returns:
- String
-
getTitle
- Specified by:
getTitlein interfaceBlogPostInfo- Returns:
- the Title of the blog post.
-
setTitle
Set the Title of the blog post.- Specified by:
setTitlein interfaceBlogPostInfo
-