Package org.alfresco.service.cmr.blog
Interface BlogPostInfo
-
- All Superinterfaces:
PermissionCheckValue,Serializable
- All Known Implementing Classes:
BlogPostInfoImpl
public interface BlogPostInfo extends Serializable, PermissionCheckValue
This class represents a blog post in a blog.- Since:
- 4.0
- Author:
- Neil Mc Erlean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeRefgetContainerNodeRef()NodeRefgetNodeRef()Gets the NodeRef representing this blog-post.StringgetSystemName()Gets thecm:nameof the blog post.StringgetTitle()voidsetTitle(String title)Sets the Title of the blog post.
-
-
-
Method Detail
-
getNodeRef
NodeRef getNodeRef()
Gets the NodeRef representing this blog-post.- Specified by:
getNodeRefin interfacePermissionCheckValue- Returns:
- the underlying value to filter
-
getContainerNodeRef
NodeRef getContainerNodeRef()
- Returns:
- the NodeRef of the container this belongs to (Site or Otherwise)
-
getTitle
String getTitle()
- Returns:
- the Title of the blog post.
-
setTitle
void setTitle(String title)
Sets the Title of the blog post.
-
-