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
- Author:
- janv
-
-
Constructor Summary
Constructors Constructor Description BlogEntity()Default constructorBlogEntity(Long parentNodeId, Long nameQNameId, Long publishedQNameId, Long contentTypeQNameId, Long blogIntAspectQNameId, Long blogIntPostedQNameId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBlogIntAspectQNameId()LonggetBlogIntPostedQNameId()StringgetPostedDate()StringgetPublishedDate()LonggetPublishedQNameId()voidsetPostedDate(String postedDateISO8061)voidsetPublishedDate(String published)-
Methods inherited from class org.alfresco.repo.query.NodeBackedEntity
getContentTypeQNameId, getCreatedDate, getCreator, getId, getModifiedDate, getModifier, getName, getNameQNameId, getNode, getNodeRef, getParentNodeId, setId, setName, setNode
-
-
-
-
Method Detail
-
getPublishedDate
public String getPublishedDate()
-
setPublishedDate
public void setPublishedDate(String published)
-
getPostedDate
public String getPostedDate()
-
setPostedDate
public void setPostedDate(String postedDateISO8061)
-
getPublishedQNameId
public Long getPublishedQNameId()
-
getBlogIntAspectQNameId
public Long getBlogIntAspectQNameId()
-
getBlogIntPostedQNameId
public Long getBlogIntPostedQNameId()
-
-