|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.service.cmr.blog.BlogService.BlogPostInfo
public static class BlogService.BlogPostInfo
A simple data object for storage of blog-related data.
Constructor Summary | |
---|---|
BlogService.BlogPostInfo(org.alfresco.service.cmr.repository.NodeRef nodeRef,
java.lang.String name)
|
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the cm:name of the blog post. |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Gets the NodeRef representing this blog-post. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlogService.BlogPostInfo(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String name)
Method Detail |
---|
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
getNodeRef
in interface PermissionCheckValue
public java.lang.String getName()
cm:name
of the blog post.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |