org.alfresco.repo.blog.cannedqueries
Class BlogEntity
java.lang.Object
org.alfresco.repo.query.NodeBackedEntity
org.alfresco.repo.blog.cannedqueries.BlogEntity
- All Implemented Interfaces:
- PermissionCheckValue
- Direct Known Subclasses:
- DraftsAndPublishedBlogPostsCannedQueryParams, GetBlogPostsCannedQueryParams
public class BlogEntity
- extends NodeBackedEntity
Blog Entity - used by GetBlogs CQ
- Since:
- 4.0
Constructor Summary |
BlogEntity()
Default constructor |
BlogEntity(java.lang.Long parentNodeId,
java.lang.Long nameQNameId,
java.lang.Long publishedQNameId,
java.lang.Long contentTypeQNameId,
java.lang.Long blogIntAspectQNameId,
java.lang.Long blogIntPostedQNameId)
|
Methods inherited from class org.alfresco.repo.query.NodeBackedEntity |
getContentTypeQNameId, getCreatedDate, getCreator, getId, getModifiedDate, getModifier, getName, getNameQNameId, getNode, getNodeRef, getParentNodeId, setId, setName, setNode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogEntity
public BlogEntity()
- Default constructor
BlogEntity
public BlogEntity(java.lang.Long parentNodeId,
java.lang.Long nameQNameId,
java.lang.Long publishedQNameId,
java.lang.Long contentTypeQNameId,
java.lang.Long blogIntAspectQNameId,
java.lang.Long blogIntPostedQNameId)
getPublishedDate
public java.lang.String getPublishedDate()
setPublishedDate
public void setPublishedDate(java.lang.String published)
getPostedDate
public java.lang.String getPostedDate()
setPostedDate
public void setPostedDate(java.lang.String postedDateISO8061)
getPublishedQNameId
public java.lang.Long getPublishedQNameId()
getBlogIntAspectQNameId
public java.lang.Long getBlogIntAspectQNameId()
getBlogIntPostedQNameId
public java.lang.Long getBlogIntPostedQNameId()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.